summaryrefslogtreecommitdiffstats
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-06-13 01:50:55 +0000
committerGerald Carter <jerry@samba.org>2006-06-13 01:50:55 +0000
commitb41c960fbf2c2ace0ef3522ab2206cfe1c7cd542 (patch)
treedcbe181dc250400c8c14d4c51020ff3cc4d3c7b9 /WHATSNEW.txt
parenta8b974e74bd6adabc77e98984bc0213bdaa76d90 (diff)
downloadsamba-b41c960fbf2c2ace0ef3522ab2206cfe1c7cd542.tar.gz
samba-b41c960fbf2c2ace0ef3522ab2206cfe1c7cd542.tar.xz
samba-b41c960fbf2c2ace0ef3522ab2206cfe1c7cd542.zip
r16175: sync up with SAMBA_3_0 to release (r16156)
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 2792984260a..be592643c32 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -14,6 +14,10 @@ thank Thomas Bork <tombork@web.de> for his numerous reports.
We believe that RC2 is in much better shape in a large part due
to his efforts.
+We would also like to thank the developers of Klokwork for their
+anaylsis of the Samba source tree. This release candidates includes
+multiple fixes based on reports from the klockwork code anaylzer.
+
Common issues addressed in 3.0.23rc2 include:
o Winbindd & Samba PDC integration issues.
@@ -56,6 +60,10 @@ o Jeremy Allison <jra@samba.org>
* Remove extra add-byte in the trans2 UNIX_BASIC infolevel.
+o Alexander Bokovoy <ab@samba.org>
+ * Fix absolute symlinks in the installbin.sh script.
+
+
o Gerald (Jerry) Carter <jerry@samba.org>
* Only call the printer publishing calls if 'security = ads'.
@@ -79,6 +87,7 @@ o Guenther Deschner <gd@samba.org>
* Fix a eDir related memory leak.
* Don't try to add the sn attribute twice to an LDAP
inetOrgPerson + samSamAccount entry.
+ * Fix winbind function table typo.
o Aleksey Fedoseev <fedoseev@ru.ibm.com>
@@ -112,6 +121,8 @@ o Volker Lendecke <vl@samba.org>
'add machine script'.
* Correct parsing error in parse_net.c for user's with no group
membership.
+ * Fix off by one error in client SPNEGO code and other klokwork
+ bug fixes.
o Jason Mader <jason@ncac.gwu.edu>