summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2007-02-28 19:18:12 +0000
committerGerald Carter <jerry@samba.org>2007-02-28 19:18:12 +0000
commitfec07a7bb897b3c3723d5cb047daa86b45e5e9fd (patch)
tree53e96c6a9cfc2fc347d840cf114e024e51266493
parent55359f7a46740a20651f74096152a6f070f08a53 (diff)
downloadsamba-fec07a7bb897b3c3723d5cb047daa86b45e5e9fd.tar.gz
samba-fec07a7bb897b3c3723d5cb047daa86b45e5e9fd.tar.xz
samba-fec07a7bb897b3c3723d5cb047daa86b45e5e9fd.zip
r21598: checkin before I sync to the 3.0.25 so people can fix typos directly
-rw-r--r--WHATSNEW.txt19
1 files changed, 16 insertions, 3 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 77514bdc2a2..b20af20a0c7 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -53,7 +53,6 @@ o Michael Adam <ma@sernet.de>
SMB_GROUP_FS_QUOTA_TYPE.
* Prevent collision from config.h created by standalone
compnent builds.
- * Store account policy settings in the passdb backend.
o Jeremy Allison <jra@samba.org>
@@ -83,11 +82,14 @@ o Jeremy Allison <jra@samba.org>
* Delete on close fixes ("I completely understand it this time").
* Remove unneeded checks on incoming uid/gid for mknod
(fifo) unix extensions code.
- * More fixes for Unix Extensions support.
+ * More fixes for Unix Extensions include support for POSIX locking.
* NTLMv2 fixes for Vista clients.
* Add an optimized lookup for Domain Users and only report
the current user (which is generally what the calling
application wants to know anyways).
+ * Fixes for supporting the Vista backup utility based on work
+ by Joe Meadows <jameadows@webopolis.com>.
+ * Fix 4377: Fix rename of "foo" -> "Foo".
@@ -138,7 +140,13 @@ o Guenther Deschner <gd@samba.org>
policies are being enforced.
* Implement grace logons for offline authentications in pam_winbind.
* Fixes for idmap_ad.
- * Mem leak fixes.
+ * Memory leak fixes.
+ * BUG 4009: Fixes leaking file descriptors (CLOSE_WAIT) in
+ winbindd with short lived service tickets
+
+
+o dleonard@vintela.com
+ * Fix file descriptor leak from an error path in winbindd.
o SATOH Fumiyasu <fumiyas@osstech.co.jp>
@@ -234,6 +242,11 @@ o Peter Somogyi <SOMOGYI@de.ibm.com>
o Andrew Tridgell <tridge@samba.org>
+o Jelmer Vernooij <jelmer@samba.org>
+ * Implement support for IDL autogenerated code to
+ handle the MS-RPC parsing functions.
+
+
o Don Watson <dwwatson@us.ibm.com>
* Fixes for 'net rpc vampire' and the guest account