summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2011-07-13 21:52:32 +0200
committerKarolin Seeger <kseeger@samba.org>2011-07-26 21:54:27 +0200
commitbca5caadbda9fc590c44f9a6acc109e6d5ddc746 (patch)
treec537f63f76197d270dd2731f662ac9d020891bf4
parentc0a2ffc80e2aafba7010564e0cf56e3807155d4b (diff)
downloadsamba-bca5caadbda9fc590c44f9a6acc109e6d5ddc746.tar.gz
WHATSNEW: Update changes since rc2.
Karolin (cherry picked from commit 8585ac3635e9ae284a5b35dba2412d996a73f7ad)
-rw-r--r--WHATSNEW.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index f217d907348..6fa673a719e 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -306,6 +306,7 @@ o Günter Kukkukk <linux@kukkukk.com>
o Volker Lendecke <vl@samba.org>
* BUG 7841: Explicitly pass domain_sid to wbint_LookupRids().
+ * BUG 8102: Do not allow to change file ACLs from normal domusers.
* BUG 8247: Fix Coverity ID 2582: FORWARD_NULL.
@@ -314,6 +315,7 @@ o Herb Lewis <hlewis@panasas.com>
o Stefan Metzmacher <metze@samba.org>
+ * BUG 8102: Do not allow to change file ACLs from normal domusers.
* BUG 8195: Make rpc client code working against NT4 servers.
* BUG 8224: Fix the build on FreeBSD.
* BUG 8226: Use c99 initializers which are supported by old gcc 2.95
@@ -321,6 +323,7 @@ o Stefan Metzmacher <metze@samba.org>
* BUG 8260: Fix DCERPC responses with fragments larger than 1024 bytes.
* BUG 8264: Fix Valgrind bugs in svcctl.
* BUG 8276: Close all sockets attached to a subnet in close_subnet().
+ * BUG 8292: Fix a major architectural flaw in the SMB2 server code.
o Andreas Schneider <asn@samba.org>