summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2011-07-26 22:06:04 +0200
committerKarolin Seeger <kseeger@samba.org>2011-07-26 22:08:10 +0200
commit64a03c4212f21e674da7bc4256ba097c6e1c69fa (patch)
tree7614801ac05f349fa80d23feb43a402eb7150be2
parent71fca9b43afe6fd65ad0b45c3adac8a8748f24d1 (diff)
downloadsamba-64a03c4212f21e674da7bc4256ba097c6e1c69fa.tar.gz
WHATSNEW: Update changes since rc2.samba-3.6.0rc3
Karolin (cherry picked from commit 1a045c461ec74001596e9ccf8a676328216e547f)
-rw-r--r--WHATSNEW.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 6fa673a719e..ec5d863410a 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -271,11 +271,16 @@ o Jeremy Allison <jra@samba.org>
* BUG 8254: Fix "acl check permissions = no".
* BUG 8293: Fix log file rotating in SMB2.
* BUG 8304: Fix uninitialized variable in error path.
+ * BUG 8307: brl_close_fnum does not call SMB_VFS_BRL_UNLOCK_WINDOWS on all
+ locks.
+ * BUG 8310: toupper_ascii() is broken on big-endian systems.
+ * BUG 8314: Fix smbd crash with unknown user.
o Christian Ambach <ambi@samba.org>
* BUG 8231: Fix crash bug in 'net cache get'.
* BUG 8244: Fix copying files larger than 2 GB to a Samba share.
+ * BUG 8263: Fix build with --with-fake-kaserver or --with-vfs-afsacl.
* BUG 8278: Fix smbd panic when CTDB is unhealthy.
* BUG 8286: Fix smbd crash on premature end of smb2 conn.
@@ -290,6 +295,11 @@ o Gregor Beck <gbeck@sernet.de>
* BUG 8253: Fix Winbind panic if verify_idpool() fails.
+o Kai Blin <kai@samba.org>
+ * BUG 8289: Fix possible XSS attack (CVE-2011-2694).
+ * BUG 8290: Fix Cross-Site Request Forgery in SWAT (CVE-2011-2522).
+
+
o Günther Deschner <gd@samba.org>
* BUG 7888: Deal with buggy 3.0 based PDCs.
* BUG 8214: Fix smbd crash on printer driver upgrade.