checkin before I sync to the 3.0.25 so people can fix typos directly
authorjerry <jerry@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Wed, 28 Feb 2007 19:18:12 +0000 (19:18 +0000)
committerjerry <jerry@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Wed, 28 Feb 2007 19:18:12 +0000 (19:18 +0000)
git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_0_RELEASE@21598 0c0555d6-39d7-0310-84fc-f1cc0bd64818

WHATSNEW.txt

index 77514bdc2a229242e76df594c3d9ffcee4e3a5d5..b20af20a0c7ff92fd011710b8be2e0b07b628370 100644 (file)
@@ -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