summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-08-18 15:52:09 +0200
committerKarolin Seeger <kseeger@samba.org>2008-08-18 15:53:23 +0200
commit5473ac21094cd0cc29dbf0a8991eade36ac31f49 (patch)
treefaaf6357a19a3b3fc0e7890036f9e1e1a4ebe5c0
parent8ecf61fb38879dba5755558c023317321fd2081e (diff)
downloadsamba-5473ac21094cd0cc29dbf0a8991eade36ac31f49.tar.gz
WHATSNEW: Update changes since 3.2.1.
Karolin (cherry picked from commit d1738c966cc090fbe4bcd246bebb9c693235152a)
-rw-r--r--WHATSNEW.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 5d30dbdea42..97402b2496b 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -25,6 +25,7 @@ Changes since 3.2.1
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().
@@ -36,6 +37,9 @@ o Jeremy Allison <jra@samba.org>
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.
@@ -63,12 +67,18 @@ o Günther Deschner <gd@samba.org>
* Add add c++ guard to netapi.
+o Steve French <stevef@smf-t60p.smfdom>
+ * Fix compile warning in cifs.upcall.
+ * Add "dns_resolver" key type to cifs.upcall.
+
+
o SATOH Fumiyasu <fumiyas@osstech.co.jp>
* BUG 5688: Fix orphaned LPQ processes if socket address is invalid.
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.