summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2010-01-18 12:37:16 +0100
committerKarolin Seeger <kseeger@samba.org>2010-01-18 12:38:09 +0100
commit6ac41410868711200442413dad6461771cda977b (patch)
treeb9436aa97e1ea40f55954ce7f082dbd3c3a84f48
parent04922a546878687f6684b403f4fd250c03033e9d (diff)
downloadsamba-3.4.5.tar.gz
WHATSNEW: Update changes.samba-3.4.5
Karolin (cherry picked from commit fb7af5cfcf4f8c45e4c56f85a82eb93647068c8b)
-rw-r--r--WHATSNEW.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 8f1fab46f2f..1fa03581013 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -24,10 +24,16 @@ o Jeremy Allison <jra@samba.org>
* BUG 5202: Fix changing of ACLs on writable files with "dos filemode=yes".
* BUG 7020: Fix memory leak in smbd.
* BUG 7036: Fix 'net rpc getsid' in hardened Windows environments.
+ * BUG 7045: Fix bad (non memory copying) interfaces in smbc_setXXXX calls.
o Günther Deschner <gd@samba.org>
- * BUG 7043: Fix SIGSEGV in "SMBC_parse_path".
+ * BUG 7043: Fix crash bug in "SMBC_parse_path".
+
+
+o Volker Lendecke <vl@samba.org>
+ * BUG 7046: Fix a crash in libsmbclient used against the OpenSolaris CIFS
+ server.
o Stefan Metzmacher <metze@samba.org>