summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2016-04-29 11:15:16 +0200
committerKarolin Seeger <kseeger@samba.org>2016-04-29 12:06:26 +0200
commita107bcb42a0c02afbff6159a4bd7fe29706e0378 (patch)
tree9d6cfbf4ba1c252c58536afb56c780f5356432c9
parentec6c73af975016b384ffbd54c5f34282050e20e3 (diff)
downloadsamba-a107bcb42a0c02afbff6159a4bd7fe29706e0378.tar.gz
WHATSNEW: Update release notes.
Signed-off-by: Karolin Seeger <kseeger@samba.org>
-rw-r--r--WHATSNEW.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index a7b553b0815..b2e10c14ed1 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -6,6 +6,10 @@
This is the latest stable release of Samba 4.2.
+This release fixes some regressions introduced by the last security fixes.
+Please see bug https://bugzilla.samba.org/show_bug.cgi?id=11849 for a list of
+bugs addressing these regressions and more information.
+
Changes since 4.2.11:
---------------------
@@ -58,6 +62,14 @@ o Stefan Metzmacher <metze@samba.org>
* BUG 11742: tevent: version 0.9.28. Fix memory leak when old signal action
restored.
* BUG 11789: s3:wscript: pylibsmb depends on pycredentials.
+ * BUG 11841: Fix NT_STATUS_ACCESS_DENIED when accessing Windows public share.
+ * BUG 11847: Only validate MIC if "map to guest" is not being used.
+ * BUG 11849: auth/ntlmssp: Add ntlmssp_{client,server}:force_old_spnego
+ option for testing.
+ * BUG 11850: NetAPP SMB servers don't negotiate NTLMSSP_SIGN.
+ * BUG 11858: Allow anonymous smb connections.
+ * BUG 11870: Fix ads_sasl_spnego_gensec_bind(KRB5).
+ * BUG 11872: Fix 'wbinfo -u' and 'net ads search'.
o Jose A. Rivera <jarrpa@samba.org>