From 52015088500dd9d586df2dc5c0108d7a1d9436de Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Wed, 12 Oct 2011 21:44:52 +0200 Subject: [PATCH] WHATSNEW: Update changes since 3.6.0. Karolin (cherry picked from commit 810c0a8c32b1031aedae49e7a4d971e04c83f0eb) --- WHATSNEW.txt | 46 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 042a7b2e4c1..8de2d10edb3 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,6 +1,6 @@ ============================= Release Notes for Samba 3.6.1 - September 27, 2011 + October 20, 2011 ============================= @@ -8,6 +8,11 @@ This is the latest stable release of Samba 3.6. Major enhancements in Samba 3.6.1 include: +o Fix smbd crashes triggered by Windows XP clients (bug #8384). +o Fix a Winbind race leading to 100% CPU load (bug #8409). +o Several SMB2 fixes. +o The VFS ACL modules are no longer experimental but production-ready. + Changes since 3.6.0: -------------------- @@ -18,6 +23,7 @@ o Michael Adam o Jeremy Allison + * BUG 7509: smb_acl_to_posix: ACL is invalid for set (Invalid argument). * BUG 8229: Fix 'widelinks' regression. * BUG 8370: Fix vfs_chown_fsp. * BUG 8412: Fix "saving as" of MS Office 2007 (Word) documents on Samba @@ -25,18 +31,52 @@ o Jeremy Allison * BUG 8422: Fix infinite loop in ACL module code. * BUG 8429: Compound SMB2 requests on an IPC connection can corrupt the reply stream. + * BUG 8443: Be smarter about setting default permissions when a ACL_USER_OBJ + isn't given. + * BUG 8453: Fix smbclient segfaults when dialect option -m is used for + legacy dialects. + * BUG 8458: IE9 on Windows 7 cannot download files to samba 3.5.11 share. + * BUG 8473: smb2_find uses a hard coded max reply size of 0x10000 instead of + smb2_max_trans. + * BUG 8474: SMB2 create doesn't cope with an Apple client using NULL blob in + create. + * BUG 8476: Samba asserts when SMB2 client breaks the crediting rules. + * BUG 8477: Map to guest can return uninitialized blob of data. + * BUG 8493: DFS breaks zip file extracting unless "follow symlinks = no" + set. + * BUG 8494: Remove "experimental" label on VFS ACL modules. + * 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. o Christian Ambach * BUG 8428: Fix wrong reply to DHnC (durable handle reconnect). + * BUG 8518: SMB2 create call returns incorrect file allocation size. o Björn Baumbach * BUG 8364: Fix the build of gpfs.c on RHEL 6.0 with gpfs 3.4.0-4. +o Bram + * BUG 7551: Return error of cli_push when 'put - /some/file' is used. + + o Ira Cooper * BUG 8395: Optimize serverid_exists() for Solaris. + * BUG 8442: NFSv4 DENY ACLs always include SYNCHRONIZE flag - blocking + renames. + + +o Günther Deschner + * BUG 8401: registry/reg_format.c must include includes.h. + * BUG 7465: Fix 'net ads join -k' when KRB5CCNAME is not set. + + +o David Disseldorp + * BUG 8480: acl_xattr can free an invalid pointer if no blob is loaded. + * BUG 8520: Fix SMB2 SMB2_OP_GETINFO and SMB2_OP_IOCTL parsing requirements. o Björn Jacke @@ -62,6 +102,10 @@ 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 8476: Don't call smbd_terminate_connection in + smb2_validate_message_id(). + * BUG 8503: SMB2_OP_CANCEL requests don't have to be signed. + * BUG 8520: Fix SMB2 SMB2_OP_GETINFO and SMB2_OP_IOCTL parsing requirements. o SATOH Fumiyasu -- 2.11.4.GIT