summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2012-10-22 12:48:50 +0200
committerKarolin Seeger <kseeger@samba.org>2012-10-29 10:05:45 +0100
commitddf3b7edfd5a5242cf4f06b650cd5508703fabed (patch)
treed28669923fba8e3e14bf39d809dc889eae4b5385
parent3618a49c8c1c934701eabb7031c76db8aea50aed (diff)
downloadsamba-ddf3b7edfd5a5242cf4f06b650cd5508703fabed.tar.gz
WHATSNEW: Start to add changes since 3.6.8.
To be continued. Karolin (cherry picked from commit f5f6d9eef32f696fe8aa3938df52901dcb9dc785)
-rw-r--r--WHATSNEW.txt56
1 files changed, 56 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index b2c56fa7dfc..d94993c00e1 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -13,7 +13,63 @@ o
Changes since 3.6.8:
--------------------
+o Michael Adam <obnox@samba.org>
+ * BUG 9173: Make SMB2 compound request create/delete_on_close/close work as
+ Windows.
+
+
o Jeremy Allison <jra@samba.org>
+ * BUG 9016: Connection to outbound trusted domain goes offline.
+ * BUG 9147: Winbind can't fetch user or group info from AD via LDAP.
+ * BUG 9174: Empty SPNEGO packet can cause smbd to crash.
+ * BUG 9189: SMB2 Create doesn't return correct MAX ACCESS access mask in
+ blob.
+ * BUG 9209: Parse of invalid SMB2 create blob can cause smbd crash.
+ * BUG 9213: Bad ASN.1 NegTokenInit packet can cause invalid free.
+
+
+o Ira Cooper <ira@samba.org>
+ * BUG 9173: Compound requests should continue processing.
+
+
+o Günther Deschner <gd@samba.org>
+ * BUG 9177: pam_winbind: Match more return codes when wbcGetPwnam has failed.
+
+
+o Björn Jacke <bj@sernet.de>
+ * BUG 8146: Fix wrong test == syntax in configure.
+ * BUG 9172: Add quota support for gfs2.
+
+
+o Volker Lendecke <vl@samba.org>
+ * BUG 9188: Fix crash bug in idmap_hash.
+
+
+o Luca Lorenzetto <lorenzetto-luca@ubuntu-it.org>
+ * BUG 9013: Fix crash on null pam change pw response.
+
+
+o Vladimir Marek <Vladimir.Marek@Oracle.COM>
+ * BUG 9192: Fix service control for non-internal services.
+
+
+o Stefan Metzmacher <metze@samba.org>
+ * BUG 9173: Make SMB2 compound request create/delete_on_close/close work as
+ Windows.
+ * BUG 9196: Don't take 'state->te' as indication for "was_deferred".
+
+
+o Andreas Schneider <asn@samba.org>
+ * BUG 8632: Fix builtin forms order to match Windows again.
+ * BUG 9154: Open printers with the right access mask.
+ * BUG 9171: Remove non-existent option '-Y' from winbindd manpage.
+ * BUG 9218: Fix segfault in smbd if user specified ports out for range.
+ * BUG 9231: Fix NT_STATUS_IO_TIMEOUT during slow import of printers into
+ registry.
+
+
+o Karolin Seeger <kseeger@samba.org>
+ * BUG 9165: Fix makerpms.sh on RHEL.
######################################################################