Search for gpfs functions in both libgpfs_gpl.so an libgpfs.so
[metze/samba/wip.git] / WHATSNEW.txt
index 97402b2496b4ad0517016250a25cb74deb13c0e4..a9c4b6fceb660721583aeeccfc53ec4aa7bb17ec 100644 (file)
                    ==============================
-                   Release Notes for Samba 3.2.2
-                         August, 18 2008
+                   Release Notes for Samba 3.2.5
+
                    ==============================
 
+
 This is a bug fix release of the Samba 3.2 series.
 
-Major bug fixes included in Samba 3.2.2 are:
+Major enhancements included in Samba 3.2.5 are:
 
-  o Fix removal of dead records in tdb files. This can lead to very large
-    tdb files and to overflowing partitions as a consequence on systems
-    running an nmbd daemon.
-  o Fix freezing Windows Explorer on WinXP while browsing Samba shares.
-    This one led to timeouts during printing as well.
-  o Fix assigning of primary group memberships when authenticating via
-    Winbind.
+  o Fix Winbind crash bugs.
+  o Fix moving of readonly files.
+  o Fix access to cups-printers with cups 1.3.4.
+  o Add new SMB traffic analyzer VFS module.
 
 
 ######################################################################
 Changes
 #######
 
-Changes since 3.2.1
+Changes since 3.2.4
 -------------------
 
 
-o   Michael Adam <obnox@samba.org>
-    * Fix creation and installation of shared libraries.
-    * Fix replacement of random seed generator.
-    * Fix a race condition in idmap_tdb2_allocate_id().
-    * Fix unix_convert() for "*" after changing map_nt_error_from_unix().
-    * Make sure to always set errno on error path in OpenDir.
-
-
 o   Jeremy Allison <jra@samba.org>
-    * BUG 5675: Fix smbspool program assuming Kerberos authentication by
-      mistake.
-    * BUG 5686: Fix segfaults in libsmbclient.
-    * BUG 5692: Fix coredump in full_audit.so.
-    * BUG 5696: Fix "force group" in setups using Winbind.
-    * Rename cifs.spnego to cifs.upcall.
-    * Fix segfault in cifs.upcall when it is called without any arguments.
-    * Fix coverity ID 594 (resource leak on error path).
-    * Fix assigning of primary group memberships when authenticating via
-      Winbind.
-    * Several build fixes.
+    * BUG 5080: Fix access to cups-printers with cups 1.3.4.
+    * BUG 5737: Fix Winbind crash in an unusual failure mode.
+    * BUG 5783: Fix FindFirst where search pattern equals the mangled filename.
+    * BUG 5790: Fix returning of STATUS_OBJECT_NAME_NOT_FOUND on set file
+      disposition.
+    * BUG 5797: Fix moving of readonly files.
+    * BUG 5814: Fix Winbind crash bug while doing "rescan_trusted_domain".
+    * BUG 5818: Sort ACEs in smbcacl output properly and honor inheritance.
+    * BUG 5826: Fix truncated filenames when accessing old servers.
+    * Fix rename_open_files.
+    * Restructure VFS SMB traffic analyzer VFS module.
+    * Correctly fix smbclient to terminate on eof from server.
+    * Unify access checks for lsa server functions.
+    * Remove the requirement for ldap call made as root.
+    * Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles.
+    * Fix net rpc vampire, based on an *amazing* piece of debugging work by
+      "Cooper S. Blake" <the_analogkid@yahoo.com>.
 
 
-o   Bartosz Antosik <antosik@gmail.com>
-    * BUG #5617: Fix freezing Windows Explorer on WinXP while browsing
-      Samba shares.
+o   Gerald (Jerry) Carter <jerry@samba.org>
+    * Use the same prerequisite for DDNS update as Windows XP.
+    * Make "lwinet ads dns register" honor the "interfaces" parameter.
 
 
-o   Andrew Bartlett <abartlet@samba.org>
-    * Include stdlib.h to get a prototype for free().
+o   Guenther Deschner <gd@samba.org>
+    * Fix duplicate installation of cifs.upcall.
+    * Fix _srvsvc_NetShareAdd segfault.
+    * Ensure consistency when reporting password complexity.
+    * Fix _lsa_GetUserName.
+    * Fix access check in _samr_QuerySecurity().
+    * _samr_DeleteUser needs to wipe out the user_handle on success.
+    * NetGroupEnum_r needs to handle servers with no groups.
 
 
-o   Yannick Bergeron <yaberger@ca.ibm.com>
-    * Solve an IBM XL C/C++ compiler error encountered in get_exit_code()
-      auth_errors array initialization in client/smbspool.c.
-    * Use NGROUPS_MAX instead of 32 for the max group value in
-      rep_initgroups().
+o   Holger Hetterich <hhetter@novell.com>
+    * Add new VFS module to analyze SMB traffic
 
 
-o   Günther Deschner <gd@samba.org>
-    * Fix build warning.
-    * Add add c++ guard to netapi.
+o   Jeff Layton <jlayton@redhat.com>
+    * Have uppercase_string return success on NULL pointer in mount.cifs.
+    * Make mount.cifs return codes match the return codes for /bin/mount.
 
 
-o   Steve French <stevef@smf-t60p.smfdom>
-    * Fix compile warning in cifs.upcall.
-    * Add "dns_resolver" key type to cifs.upcall.
+o   Volker Lendecke <vl@samba.org>
+    * BUG 5691: Fig smbd panic on Solaris.
+    * BUG 5778: Check if strlcpy and strlcat are already defined.
+    * BUG 5840: Fix segfault in "rpcclient lsaaddacctrights".
+    * Fix a potential NULL deref in found by the IBM Checker.
+    * Fix an uninitialized variable found by the IBM Checker.
+    * Fix an unlikely memleak found by the IBM Checker.
+    * Fix some missing error handlings.
+    * Add workaround for domain joins using a netbios name which is different
+      from the hostname.
 
 
-o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
-    * BUG 5688: Fix orphaned LPQ processes if socket address is invalid.
+o   Derrell Lipman <derrell.lipman@unwireduniverse.com>
+    * BUG 5805: Don't close stdout when calling setup_logging multiple times.
 
 
-o   Volker Lendecke <vl@samba.org>
-    * BUG 5684: Fix removal of dead records in tdb files.
-    * Fix coverity IDs 595, 596.
-    * Fix smb_len calculation for chained requests.
+o   Jim McDonough <jmcd@samba.org>
+    * Fix the new vfs_smb_traffic_analyzer build for static links.
 
 
-o   Herb Lewis <herb@samba.org>
-    * Fix output of test status.
+o   Tim Prouty <tim.prouty@isilon.com>
+    * Fix several build warnings.
 
 
-o   Jim McDonough <jmcd@samba.org>
-    * Fix smbclient connections to older servers.
+o   Andreas Schneider <mail@cynapses.org>
+    * Delete the krb5 ccname variable from the PAM environment if set.
 
 
 o   Andrew Tridgell <tridge@samba.org>
-    * Fix a fd leak when trying to regain contact to a domain controller
-      in Winbind.
-    * Fix permissions on ctdb databases.
-    * Fix passing back success when a function had in fact failed in two
-      places.
+    * Fix segfault on startup with trusted domains.
+    * Re-add "winbind:ignore domains" parameter.
+
+
+o   Jelmer Vernooij <jelmer@samba.org>
+    * Avoid freeing fsp twice when opening new_file fails (Debian #431696).
 
 
 ######################################################################