docs: Add missing prefixpath options for mount.cifs.
[samba.git] / WHATSNEW.txt
index 94c9b0d8e8d406e2a1177766a385e9d594a5e8a8..224f13d34b7b1402b7d42e8028809d748831db23 100644 (file)
@@ -1,21 +1,19 @@
                    ==============================
-                   Release Notes for Samba 3.5.11
-                          , 2011
+                   Release Notes for Samba 3.5.13
+                         , 2011
                    ==============================
 
 
 This is the latest stable release of Samba 3.5.
 
-Major enhancements in Samba 3.5.11 include:
+Major enhancements in Samba 3.5.13 include:
 
 o  
 
-
-Changes since 3.5.10:
+Changes since 3.5.12:
 --------------------
 
 
-o   
 
 
 ######################################################################
@@ -42,25 +40,124 @@ Release notes for older releases follow:
 ----------------------------------------
 
                    ==============================
-                   Release Notes for Samba 3.5.10
-                          July 12, 2011
+                   Release Notes for Samba 3.5.12
+                         November 2, 2011
                    ==============================
 
 
 This is the latest stable release of Samba 3.5.
 
-Major enhancements in Samba 3.5.10 include:
+Major enhancements in Samba 3.5.12 include:
+
+o  Fix race condition in Winbind (bug 7844).
+o  The VFS ACL modules are no longer experimental but production-ready.
+
+
+Changes since 3.5.11:
+--------------------
+
+
+o   Jeremy Allison <jra@samba.org>
+    * BUG 7509: smb_acl_to_posix: ACL is invalid for set (Invalid argument).
+    * BUG 7551: Return error of cli_push when 'put - /some/file' is used.
+    * BUG 8156: 'net ads join' fails to use the user's kerberos ticket.
+    * BUG 8370: Fix vfs_chown_fsp.
+    * BUG 8422: Fix infinite loop in ACL module code.
+    * BUG 8443: Be smarter about setting default permissions when a ACL_USER_OBJ
+      isn't given.
+    * BUG 8458: IE9 on Windows 7 cannot download files to samba 3.5.11 share.
+    * BUG 8493: DFS breaks zip file extracting unless "follow symlinks = no"
+      set.
+    * BUG 8507: Make smbd correctly honor the "force create mode" bits from a
+      cifsfs create.
+    * BUG 8541: Fix readlink() on Linux clients if the symlink target is
+      outside of the share.
+    * BUG 8542: smbclient posix_open command fails to return correct info on
+      open file.
+
+
+o   Pierre Carrier <pcarrier@redhat.com>
+    * BUG 8186: Allow changing the maximum number of simultaneous clients in
+      Winbind through an smb.conf option.
+
+
+o   Günther Deschner <gd@samba.org>
+    * BUG 7465: Fix 'net ads join -k' when KRB5CCNAME is not set.
+    * BUG 7888: Deal with buggy 3.0 based PDCs.
+    * BUG 8491: Fix some coverity issues.
+
+
+o   David Disseldorp <ddiss@suse.de>
+    * BUG 8480: acl_xattr can free an invalid pointer if no blob is loaded.
+
+
+o   Björn Jacke <bj@sernet.de>
+    * BUG 8256: Add man vfs_aio_fork.
+    * BUG 8362: Fix SWAT build issue on old glibc systems.
+    * BUG 8531: Make DSO_EXPORTS_CMD more portable.
+
+
+o   Volodymyr Khomenko <Volodymyr_Khomenko@dell.com>
+    * BUG 8515: Disallow "." in can_set_delete_on_close().
+
+
+o   Volker Lendecke <vl@samba.org>
+    * BUG 7844: Fix race condition in Winbind.
+    * BUG 8338: Add a fallback for missing open&x support in OS/X Lion.
+    * BUG 8420: Fix getent group if trusted domains are not reachable.
+
+
+o   Stefan Metzmacher <metze@samba.org
+    * BUG 8347: Fix regression on HP-UX, AIX and OSF introduced by the fix for
+      CVE-2011-2522.
+    * BUG 8452: Check the wct of the incoming SMBnegprot responses in libsmb.
+    * BUG 8491: Fix some coverity issues.
+
+
+######################################################################
+Reporting bugs & Development Discussion
+#######################################
+
+Please discuss this release on the samba-technical mailing list or by
+joining the #samba-technical IRC channel on irc.freenode.net.
+
+If you do report problems then please try to send high quality
+feedback. If you don't provide vital information to help us track down
+the problem then you will probably be ignored.  All bug reports should
+be filed under the Samba 3.5 product in the project's Bugzilla
+database (https://bugzilla.samba.org/).
+
+
+======================================================================
+== Our Code, Our Bugs, Our Responsibility.
+== The Samba Team
+======================================================================
+
+
+----------------------------------------------------------------------
+
+
+                   ==============================
+                   Release Notes for Samba 3.5.11
+                          August 4, 2011
+                   ==============================
+
+
+This is the latest stable release of Samba 3.5.
+
+Major enhancements in Samba 3.5.11 include:
 
 o  Fix access to Samba shares when Windows security patch KB2536276 is installed
-   (bug #7460).
-o  Fix DoS in Winbind and smbd with many file descriptors open (bug #7949).
+   (bug #8238).
 o  Fix Winbind panics if verify_idpool() fails (bug #8253).
 
 
-Changes since 3.5.9:
+Changes since 3.5.10:
 --------------------
 
+
 o   Jeremy Allison <jra@samba.org>
+    * BUG 7462: Make SA_RESETHAND conditional on its existance.
     * BUG 8254: Make "acl check permissions = no" working in all cases.
 
 
@@ -81,10 +178,11 @@ o   Volker Lendecke <vl@samba.org>
     * BUG 7841: Explicitly pass domain_sid to wbint_LookupRids().
     * BUG 8238: Fix access to Samba shares when Windows security patch
       KB2536276 is installed.
+    * BUG 8322: Add HAVE_FUNCTION_ATTRIBUTE_DESTRUCTOR.
 
 
 o   Stefan Metzmacher <metze@samba.org>
-    * BUG 7949: Fix DoS in Winbind and smbd with many file descriptors open.
+    * BUG 7841: Make WINBINDD_LOOKUPRIDS ask the right domain.
     * BUG 8276: Close all sockets attached to a subnet in close_subnet().
 
 
@@ -108,6 +206,64 @@ database (https://bugzilla.samba.org/).
 ======================================================================
 
 
+----------------------------------------------------------------------
+
+
+                   ==============================
+                   Release Notes for Samba 3.5.10
+                          July 26, 2011
+                   ==============================
+
+
+This is a security release in order to address
+CVE-2011-2522 (Cross-Site Request Forgery in SWAT) and
+CVE-2011-2694 (Cross-Site Scripting vulnerability in SWAT).
+
+
+o  CVE-2011-2522:
+   The Samba Web Administration Tool (SWAT) in Samba versions
+   3.0.x to 3.5.9 are affected by a cross-site request forgery.
+
+
+o  CVE-2011-2694:
+   The Samba Web Administration Tool (SWAT) in Samba versions
+   3.0.x to 3.5.9 are affected by a cross-site scripting
+   vulnerability.
+
+Please note that SWAT must be enabled in order for these
+vulnerabilities to be exploitable. By default, SWAT
+is *not* enabled on a Samba install.
+
+
+Changes since 3.5.9:
+--------------------
+
+
+o   Kai Blin <kai@samba.org>
+    * BUG 8289: SWAT contains a cross-site scripting vulnerability.
+    * BUG 8290: CSRF vulnerability in SWAT.
+
+
+######################################################################
+Reporting bugs & Development Discussion
+#######################################
+
+Please discuss this release on the samba-technical mailing list or by
+joining the #samba-technical IRC channel on irc.freenode.net.
+
+If you do report problems then please try to send high quality
+feedback. If you don't provide vital information to help us track down
+the problem then you will probably be ignored.  All bug reports should
+be filed under the Samba 3.5 product in the project's Bugzilla
+database (https://bugzilla.samba.org/).
+
+
+======================================================================
+== Our Code, Our Bugs, Our Responsibility.
+== The Samba Team
+======================================================================
+
+
 ----------------------------------------------------------------------