v3-2-ctdb: bump the ctdb vendor patch level to 72
[obnox/samba-ctdb.git] / WHATSNEW.txt
index befa12fe6201d5f1ca9f1b46931c1f7660005469..4137597f386cb8ab222d723589013a6192e929bb 100644 (file)
                    ==============================
-                   Release Notes for Samba 3.2.1
-                           August 5, 2008
+                   Release Notes for Samba 3.2.11
+                          April 17, 2009
                    ==============================
 
-This is the second stable release of Samba 3.2.
 
-Major bug fixes included in Samba 3.2.1 are:
+This is a maintenance release of the Samba 3.2 series.
 
-  o Race condition in Winbind leading to a crash.
-  o Regression in Winbindd offline mode.
-  o Flushing of smb.conf when creating a new share using SWAT.
-  o Setting of ACEs in setups with "dos filemode = yes".
+Major enhancements in 3.2.11 include:
+
+    o Fix domain logins for WinXP clients pre SP3 (bug #6263).
+    o Fix samr_OpenDomain access checks (bug #6089).
+    o Fix smbd crash for close_on_completion.
 
 
 ######################################################################
 Changes
 #######
 
-Changes since 3.2.0
--------------------
-
-
-o   Michael Adam <obnox@samba.org>
-    * BUG 5608: Fix link creation for libtalloc.so.1 (and friends) on
-      Solaris 8.
-    * BUG 5594: Fix "make test" by adding and using a new testparm
-      switch "--skip-logic-checks".
-    * Fix creation of libaddns.a, libsmbclient.a and libsharemodes.a.
-    * Update the section about net conf in the net(8) manpage.
-    * Improve processing of registry shares.
-    * Fix listing of registry shares with testparm.
-    * Fix several build issues.
+Changes since 3.2.10
+--------------------
 
 
 o   Jeremy Allison <jra@samba.org>
-    * BUG 5578: Fix error from strlcat.
-    * BUG 5613: Fix flushing of smb.conf when creating a new share using SWAT.
-    * Ensure consistent use of pdb_get_nt_passwd instead of
-      pdb_get_lanman_passwd.
-    * Remove worrying warning message when safe_strcpy tries to copy a
-      pseaudo interface name that's too long.
-    * Canonicalize servername in the printer functions to remove leading
-      '\\' characters.
-    * Fix option processing in smbcacls - add POPT_COMMON_CONNECTION.
-    * Fix bug creating files using DOS clients with mixed case files.
-    * Fix uninitialized variable.
-
-
-o   Jim Brown <jim.brown@miami.edu>
-    * Fix SGI compiler warnings.
+    * BUG 6089: Fix samr_OpenDomain access checks.
+    * BUG 6254: Fix IPv6 PUT/GET errors to an SMB server (3.3) with
+      "msdfs root" set to "yes".
+    * Allow pdbedit to change a user rid/sid.
+    * When doing a cli_ulogoff don't invalidate the cnum, invalidate the vuid.
 
 
 o   Günther Deschner <gd@samba.org>
-    * BUG 5616: Fix session keys also in rpccli_netr_LogonSamLogonEx wrapper.
-    * BUG 5570: Fix bogus error message during AD domain join.
-    * Fix trusted domain handling in Winbindd.
-    * Fix build warning.
-
-
-o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
-    * BUG 5202: Fix setting of ACEs for users/groups with write access
-      in setups with 'dos filemode = yes'.
-    * Re-activate 'acl group control' parameter and make it only apply
-      to owning group.
-
-
-o   Volodymyr Khomenko <Volodymyr.Khomenko@exanet.com>
-    * Make ntimes function more like POSIX and allow NULL arg.
+    * BUG 6205: Correct sample smb.conf share configuration.
+    * BUG 6263: Fix domain logins for WinXP clients pre SP3.
+    * Fix resume command typo for "printing = vlp".
 
 
 o   Volker Lendecke <vl@samba.org>
-    * BUG 5512: Fix alignment problems on sparc.
-    * BUG 5616: Fix share connections in setups with
-      "server signing = mandatory" or SMB signing set on the client side.
-    * Fix a race condition in Winbind leading to a crash.
-    * Fix a segfault in base64_encode_data_blob.
-    * Fix some uninitialized variable references via ndr_print.
-    * Fix error message if trying to join with a non-privileged user.
-    * Fix setups using "include = registry" without [global] settings
-      in the registry.
-    * Fix "net sam rights" on domain member servers.
-    * Add documentation for the vfs streams modules.
-
-
-o   Herb Lewis <herb@samba.org>
-    * Cleanup some duplicate code by passing the password to the wbinfo_auth*
-      functions.
-    * Allow SID with 0 in subauthority to be converted properly.
-
-
-o   Zach Loafman <zachary.loafman@isilon.com>
-    * Set sin[6]_family instead of ss_family in in[6]_addr_to_sockaddr_storage.
-    * Fix realpath() check so that it doesn't generate a core() when it fails.
+    * Fix smbd crash for close_on_completion.
+    * Fix a memleak in an unlikely error path in change_notify_create().
 
 
 o   Jim McDonough <jmcd@samba.org>
-    * Fix overwriting of winbind logfiles.
-
-
-o   Lars Müller <lars@samba.org>
-    * Fix "vfs_full_audit.c: name table not in sync with vfs.h" panic.
-
-
-o   Darshan Purandare <dpurandare@isilon.com>
-    * Add broadcasting of the debug message to all winbindd children.
-
-
-o   Karolin Seeger <kseeger@samba.org>
-    * BUG 5635: Fix updating of printer queues.
-
-
-o   Andreas Schneider <anschneider@suse.de>
-    * Release still reachable memory if the smbclient context is freed.
-    * Remove trailing withespace from wbinfo -m which breaks gdm auth.
-
-
-o   Simo Sorce <idra@samba.org>
-    * BUG 5540: Fix "set primary group script" user option substitution.
-    * Fix regression in Winbindd offline mode.
-
-
-o   Bo Yang <boyang@novell.com>
-    * Allow authentication and memory credential refresh after password
-      change from gdm/xdm.
-    * Allow %u parameters for print job username.
+    * Don't look up local user for remote changes, even when root.
 
 
 ######################################################################