WHATSNEW: Update changes since 3.2.1.
authorKarolin Seeger <kseeger@samba.org>
Mon, 11 Aug 2008 14:46:15 +0000 (16:46 +0200)
committerKarolin Seeger <kseeger@samba.org>
Mon, 11 Aug 2008 14:49:15 +0000 (16:49 +0200)
Karolin
(cherry picked from commit 0099cb0741c159db7f389bcca52a3cc6a3762771)

WHATSNEW.txt

index 984b097f75cd9a37c3179e6fe7324be5e97cb525..163f7e2caccedc92eaaaca67e8384857838cbe49 100644 (file)
@@ -18,6 +18,36 @@ Changes since 3.2.1
 -------------------
 
 
+o   Michael Adam <obnox@samba.org>
+    * Fix replacement of random seed generator.
+    * Fix a race condition in idmap_tdb2_allocate_id().
+
+
+o   Jeremy Allison <jra@samba.org>
+    * BUG 5675: Fix smbspool program assuming Kerberos authentication by
+      mistake.
+    * Several build fixes.
+
+
+o   Andrew Bartlett <abartlet@samba.org>
+    * Include stdlib.h to get a prototype for free().
+
+
+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   Volker Lendecke <vl@samba.org>
+    * Fix smb_len calculation for chained requests.
+
+
+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.
 
 
 ######################################################################