summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2010-10-07 18:21:32 +0200
committerKarolin Seeger <kseeger@samba.org>2010-10-07 18:41:16 +0200
commit7d36ff6e592292d3feaf532a2cbb5480b9faa94c (patch)
tree2bbb0a3828393abfdafbb1e214d00c05262470c6
parent77ca7e289e916ed627bb7b343b94a0ee5e078e87 (diff)
downloadsamba-7d36ff6e592292d3feaf532a2cbb5480b9faa94c.tar.gz
samba-7d36ff6e592292d3feaf532a2cbb5480b9faa94c.tar.xz
samba-7d36ff6e592292d3feaf532a2cbb5480b9faa94c.zip
WHATSNEW: Update release notes.samba-3.5.6
Karolin (cherry picked from commit 2c88eee4a311a9d62d121063051c0e3adf145000)
-rw-r--r--WHATSNEW.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 5a79feaa6c7..aae68e6589e 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -10,6 +10,7 @@ Major enhancements in Samba 3.5.6 include:
o Fix smbd panic on invalid NetBIOS session request (bug #7698).
o Fix smbd crash caused by "%D" in "printer admin" (bug #7541).
+ o Fix crash bug with invalid SPNEGO token (bug #7694).
o Fix Winbind internal error (bug #7636).
@@ -32,6 +33,7 @@ o Jeremy Allison <jra@samba.org>
* BUG 7651: Fix mknod and mkfifo failing with "No such file or
directory".
* BUG 7693: Fix smbd changing mode of files on rename.
+ * BUG 7694: Fix crash bug with invalid SPNEGO token.
* BUG 7698: Fix smbd panic on invalid NetBIOS session request.
@@ -57,6 +59,7 @@ o Volker Lendecke <vl@samba.org>
* BUG 7684: Fix fd leak in libwbclient.so.
* BUG 7688: Fix crash bug in rpcclient.
* BUG 7470: Standardize S_IREAD and S_IWRITE.
+ * BUG 7715: Fix file corruption when setting Samba "write wache wize".
o Jim McDonough <jmcd@samba.org>