summaryrefslogtreecommitdiffstats
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>2004-09-15 20:55:31 +0000
committerSamba Release Account <samba-bugs@samba.org>2004-09-15 20:55:31 +0000
commitf36cd948f0006d177ff67ab5bb2636d32493ce28 (patch)
tree694c2e10110f45bfb353e32503e996ada88cbfc2 /WHATSNEW.txt
parenta5e52679d86c42b308b58603517f7806494f4378 (diff)
downloadsamba-f36cd948f0006d177ff67ab5bb2636d32493ce28.tar.gz
samba-f36cd948f0006d177ff67ab5bb2636d32493ce28.tar.xz
samba-f36cd948f0006d177ff67ab5bb2636d32493ce28.zip
r2356: commit the changes from the 3.0.7 release that were held back until the security announcement
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 73720d1f9c9..5223fa2513b 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -11,6 +11,8 @@ details on exact updates.
Common bugs fixed in 3.0.7 include:
+ o Fixes for two Denial of Service vulnerabalities
+ (CVE ID# CAN-2004-0807 & CAN-2004-0808).
o Winbind failure to return user entries under certain
conditions.
o Syntax errors in the OpenLDAP schema file (samba.schema).
@@ -40,6 +42,10 @@ o Jeremy Allison <jra@samba.org>
* More paranoia checks in the hash2 mangling code.
* Fix syntax error in configure.in.
* Match Win2k3's behavior for pathname parsing error returns.
+ * Make nmbd more robust against bad netbios packets
+ (CAN-2004-0808).
+ * Add more checks for invalid ASN.1 packets for SPNEGO packets
+ (CAN-2004-0807).
o Andrew Bartlett <abartlet@samba.org>