Author: jerry Date: 2007-02-28 19:18:12 +0000 (Wed, 28 Feb 2007) New Revision: 21598
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21598 Log: checkin before I sync to the 3.0.25 so people can fix typos directly Modified: branches/SAMBA_3_0_RELEASE/WHATSNEW.txt Changeset: Modified: branches/SAMBA_3_0_RELEASE/WHATSNEW.txt =================================================================== --- branches/SAMBA_3_0_RELEASE/WHATSNEW.txt 2007-02-28 19:01:56 UTC (rev 21597) +++ branches/SAMBA_3_0_RELEASE/WHATSNEW.txt 2007-02-28 19:18:12 UTC (rev 21598) @@ -53,7 +53,6 @@ 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 <[EMAIL PROTECTED]> @@ -83,11 +82,14 @@ * 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 <[EMAIL PROTECTED]>. + * Fix 4377: Fix rename of "foo" -> "Foo". @@ -138,9 +140,15 @@ 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 [EMAIL PROTECTED] + * Fix file descriptor leak from an error path in winbindd. + + o SATOH Fumiyasu <[EMAIL PROTECTED]> * BUG 3319: Ensure that 'hide unreadable' does not filter MS-DFS links. @@ -234,6 +242,11 @@ o Andrew Tridgell <[EMAIL PROTECTED]> +o Jelmer Vernooij <[EMAIL PROTECTED]> + * Implement support for IDL autogenerated code to + handle the MS-RPC parsing functions. + + o Don Watson <[EMAIL PROTECTED]> * Fixes for 'net rpc vampire' and the guest account
