apply patch from v3-0-ctdb to special case root in libnss_winbind
[obnox/samba-ctdb.git] / WHATSNEW.txt
index 87cb1806bcedc5829bcdf30798075a79fcd29c77..968fd37a923b789d86e6aeb8848fa4e7a452f1b1 100644 (file)
@@ -1,68 +1,85 @@
-                   =================================
-                   Release Notes for Samba 3.3.0pre1
-                            August 19, 2008
-                   =================================
+                   =============================
+                   Release Notes for Samba 3.3.2
+                          March, 12 2009
+                   =============================
 
-This is the first preview release of Samba 3.3.0.  This is *not*
-intended for production environments and is designed for testing
-purposes only.  Please report any defects via the Samba bug reporting
-system at https://bugzilla.samba.org/.
+This is the latest bugfix release release of the Samba 3.3 series.
 
-Major enhancements in Samba 3.3.0 include:
+Major enhancements in Samba 3.3.2 include:
 
- Configuration/installation:
- o Splitting of library directory into library directory and separate
-   modules directory.
+     * Fix "force group" (bug #6155).
+     * Fix saving of files on Samba share using MS Office 2007 (bug #6160).
+     * Fix guest authentication in setups with "security = share" and
+      "guest ok = yes" when Winbind is running.
+     * Fix corruptions of source path in tar mode of smbclient (bug #6161).
 
- File Serving:
- o Extended Cluster support.
 
- Winbind:
- o Simplyfied idmap configuration.
- o Added new parameter "winbind reconnect delay".
+######################################################################
+Changes
+#######
 
- Administrative tools:
- o The destination "all" of smbcontrol does now affect all running
-   daemons including nmbd and winbindd.
- o New 'net rpc vampire keytab' command.
 
+Changes since 3.3.1:
+--------------------
 
-Winbind idmap backend changes
-=============================
 
-The idmap configuration has changed with version 3.3 to something that
-allows a smoother upgrade path from pre-3.0.25 configurations that use
-"idmap backend". The reason for this change is that to many, also to Samba
-developers, the 3.0.25 style configuration with "idmap config" turned out
-to be very complex. Version 3.3 no longer deprecates the "idmap backend"
-parameter, instead with "idmap backend" the default idmap backend is
-specified.
+o   Jeremy Allison <jra@samba.org>
+    * BUG 6082: Fix renaming and deleting of directories using Windows clients.
+    * BUG 6154: Make ZFS honor admin users.
+    * BUG 6155: Fix "force group".
+    * BUG 6160: Fix saving of files on Samba share using MS Office 2007.
+    * BUG 6161: Fix corruptions of source path in tar mode of smbclient.
+    * Fix some NetBSD warnings.
+    * Fix bug in processing of open modes in POSIX open.
+    * Fix use of streams modules with CIFSFS client.
+    * Ensure ACL modules work with POSIX paths.
+    * Use fsp->posix_open in preference if we have it.
+    * Fix more POSIX path lstat calls.
 
-Accordingly, the "idmap config <domain> : default = yes" setting is no
-longer being looked at. As another simplification, there can be only one
-allocating backend.
 
-The alloc backend defaults to the default backend, which should be able to
-allocate IDs. In the default distribution the tdb and ldap backends can
-allocate, the ad and rid backends can not. The idmap alloc range is now
-being set with the "old" parameters "idmap uid" and "idmap gid".
+o   Andrew Tridgell <tridge@samba.org>
+    * Fix a bug in message handling for the change notify code.
 
-The "idmap domains" parameter has been removed.
 
+o   Steven Danneman <steven.danneman@isilon.com>
+    * Fix guest authentication in setups with "security = share" and "guest ok =
+      yes" when Winbind is running.
 
-######################################################################
-Changes
-#######
 
-smb.conf changes
-----------------
+o   Steve French <smfrench@gmail.com>
+    * BUG 4640: Fix guest mounts in mount.cifs.
+    * Fix displaying the version string properly when no other parameters passed
+      in in mount.cifs.
+
+
+o   Björn Jacke <bj@sernet.de>
+    * Prefer gssapi header files from subdirectory.
+
+
+o   Volker Lendecke <vl@samba.org>
+    * BUG 6124: Fix the build on IRIX.
+    * BUG 6176: winbindd -n should disable the winbind idmap cache.
+    * Add a vfs_preopen module to hide fs latencies.
+    * Don't log NDR_PRINT_DEBUG at level 0, this always ends up in syslog.
+    * Fix a valgrind error / segfault in dns_register_smbd().
+
+
+o   Stefan Metzmacher <metze@samba.org>
+    * Fix build on SLES8.
+    * Decremented by 1 for ntcancel requests.
+
+
+o   Tim Prouty <tprouty@samba.org>
+    * Fix creation of core files.
+
+
+o   Dan Sledz <dan.sledz@isilon.com>
+    * Fix first mapping of uids/gids in Winbind.
+
 
-    Parameter Name                      Description     Default
-    --------------                      -----------     -------
-    idmap backend                      Changed Default tdb
-    idmap domains                      Removed
-    init logon delayed hosts           New             ""
-    init logon delay                   New             100
+o   Bo Yang <boyang@novell.com>
+    * Initialize the id_map status in idmap_ldap to avoid surprise.
+    * Fix initialization of idmap status.
 
 
 ######################################################################