From 011ab5f98048a5269a234e8582b3d1bf41feccb7 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Sat, 15 Oct 2011 20:46:34 +0200 Subject: [PATCH] WHATSNEW: Update changes since 3.6.0. Karolin (cherry picked from commit 47f1e507155cb601217e7263ff1d34774063eea3) --- WHATSNEW.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 884197f26db..2474e04fdb5 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -48,6 +48,7 @@ o Jeremy Allison * BUG 8507: smbd doesn't correctly honor the "force create mode" bits from a cifsfs create. * BUG 8509: Read-only handles on SAMR allow SAMR_DOMAIN_ACCESS_CREATE_USER. + * BUG 8521: Winbind cache timeout expiry test was reversed. o Christian Ambach @@ -96,6 +97,7 @@ o Volker Lendecke * BUG 8409: Fix a Winbind race leading to 100% CPU load. * BUG 8420: Fix 'getent group' if trusted domains are not reachable. * BUG 8433: Fix segfault in iconv.c. + * BUG 8455: Samba PDC is looking up only primary user group. o Herb Lewis @@ -106,6 +108,8 @@ o Stefan Metzmacher * BUG 8407: SMB2 server can return requests out-of-order when processing a compound request. * BUG 8452: Check the wct of the incoming SMBnegprot responses. + * BUG 8473: smb2_find uses a hard coded max reply size of 0x10000 instead of + smb2_max_trans. * BUG 8476: Don't call smbd_terminate_connection in smb2_validate_message_id(). * BUG 8503: SMB2_OP_CANCEL requests don't have to be signed. -- 2.11.4.GIT