Author: jerry Date: 2007-02-28 20:31:33 +0000 (Wed, 28 Feb 2007) New Revision: 21602
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21602 Log: Fix some typos and formatting Modified: branches/SAMBA_3_0_25/WHATSNEW.txt Changeset: Modified: branches/SAMBA_3_0_25/WHATSNEW.txt =================================================================== --- branches/SAMBA_3_0_25/WHATSNEW.txt 2007-02-28 19:23:38 UTC (rev 21601) +++ branches/SAMBA_3_0_25/WHATSNEW.txt 2007-02-28 20:31:33 UTC (rev 21602) @@ -13,20 +13,22 @@ Major Features included in the 3.0.25 code base include: - o Significant improvements in the winbind offline logon + o Significant improvements in the winbind off-line logon support o Support for secure DDNS updates as part of the 'net ads join' process o Rewritten IdMap interface which allows for TTL based caching and per domain backends. - o New plugin interface for the "winbind nss info" parameter. + o New plug-in interface for the "winbind nss info" parameter. + o New file change notify subsystem which is able to make use + of inotify on Linux. + o Support for passing Windows security descriptors to + a VFS plug-in allowing for multiple Unix ACL implements + to running side by side on the Same server. + o Improved compatibility with Windows Vista clients. -Major bug fixes in 3.0.25pre1 include: - o Compatibility issues with Windows Vista - - ###################################################################### Changes ####### @@ -50,12 +52,12 @@ by "set"s. This makes the difference between the get and set calls for SMB_USER_FS_QUOTA_TYPE and SMB_GROUP_FS_QUOTA_TYPE. - * Prevent collision from config.h created by standalone + * Prevent collision from config.h created by stand alone component builds. o Jeremy Allison <[EMAIL PROTECTED]> - * winbind offline logon fixes. + * winbind off-line logon fixes. * Support for AD sites when locating domain controllers. * Fix libsmbclient bug with Konqueror and NetApp filers that need a leading / in OpenAndX calls. @@ -75,12 +77,12 @@ * Fixes for pathname handling code. * Add in the wdel smbclient command to perform wildcard deletes. * Fix a bug that causes smbd to 'hang' intermittently while - updatign the trusted domain cache. - * CLeanup error path processing in reduce_name(). + updating the trusted domain cache. + * Cleanup error path processing in reduce_name(). * Fixes for smbtorture tests (BASE-DELETE, ...) * Delete on close fixes ("I completely understand it this time"). * Remove unneeded checks on incoming uid/gid for mknod - (fifo) unix extensions code. + (fifo) Unix extensions code. * 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 @@ -89,7 +91,10 @@ * Fixes for supporting the Vista backup utility based on work by Joe Meadows <[EMAIL PROTECTED]>. * Fix 4377: Fix rename of "foo" -> "Foo". - + * BUG 4188: Fix for Vista delete directory bug. + * BUG 4400: Add support for processing large Krb5 tickets + in SMBsesssetup&X. Basic on work by Todd Stecher + <[EMAIL PROTECTED]>. o Danilo Almeida <[EMAIL PROTECTED]> @@ -103,13 +108,16 @@ in message from pam_winbind. +o Alexander Bokovoy <[EMAIL PROTECTED]> + * Add GPFS-provided DMAPI support + o Kai Blin <[EMAIL PROTECTED]> * Match Windows NTLMSSP flags. o Gerald (Jerry) Carter <[EMAIL PROTECTED]> - * Implement plugable "winbind nss info" interface. + * Implement pluggable "winbind nss info" interface. * Removal of unmaintained smbwrapper utility. * Fix server affinity bugs in the 'net ads join' code to include support for AD sites. @@ -120,9 +128,14 @@ * Fix password changes against a Windows 2000 DC using pam_winbind. * Fix crash in "pdbedit -L -w" * Add "winbind normalize names" option. + * BUG 4093: Make %a resolve correctly for Windows Vista and Windows + XP 64bit clients. + * Printing fixes for Windows Vista. + * Protect the sasl bind against a NULL principal string in the + SPNEGO negTokenInit + * Fix some "cannot access LDAP when no root" bugs. - o Mathias Dietz <[EMAIL PROTECTED]> * Initial implementation of the GPFS VFS module. * Work on NFSv4 ACL VFS plugin. @@ -130,10 +143,10 @@ o Guenther Deschner <[EMAIL PROTECTED]> - * winbind offline logon fixes. + * winbind off-line logon fixes. * Support for AD sites when locating domain controllers. * Various fixes for 'net ads' user management functions. - * Add an CLDAP client written in perl. + * Add an CLDAP client written in Perl. * Cleanups to the Krb5 ticket refresh code in winbindd. * Fixes for various error messages from pam_winbind when password policies are being enforced. @@ -142,6 +155,7 @@ * Memory leak fixes. * BUG 4009: Fixes leaking file descriptors (CLOSE_WAIT) in winbindd with short lived service tickets + * Implement basic AD group policy library o [EMAIL PROTECTED] @@ -169,7 +183,12 @@ * BUG 4244: Limit stat cache to a default of 1MB. +o William Jojo <[EMAIL PROTECTED]> + * BUG 3713: Re-add reporting what the profiles tool does (-v). + + o Volker Lendecke <[EMAIL PROTECTED]> + * Replace snum references with a structure based array. * Allow changing of the hashsize when running tdbbackup. * Implement secure DDNS update code * Klocwork, Coverity, and IBM Checker fixes. @@ -182,6 +201,15 @@ (RAW-OPEN, RAW-UNLINK, RAW-CLOSE, ...) * Refactor delete on close file server code. * MS-DFS fixes for Vista clients. + * BUG 4372: Long timeout in LDAP setup when accessing files after + 10 secs. + * Change the static array for the in-memory mirrors of the hash + chain locks to a dynamically allocated one. + * Use inotify for file change notification on Linux. + * Revert "msdfs root" to default to "no". + * Refactor AIO code. + * Fix memory leaks when returning user lists to clients via + the SAMR calls. o Herb Lewis <[EMAIL PROTECTED]> @@ -198,19 +226,23 @@ [merges from SAMBA_4_0] * Portability fixes for dlopen() * Sync libreplace - o Gomati Mohanan <[EMAIL PROTECTED]> * Work on NFSv4 ACL VFS plugin. -o James Peach <[EMAIL PROTECTED]> +o Lars Mueller <[EMAIL PROTECTED]> + * Provide better feedback about deprecated use of multiple passdb + backends. + + +o James Peach <[EMAIL PROTECTED]> * Replace exit_server with exit_server_cleanly where appropriate. * Add docs for VFS modules. * Portability fixes for autoconf and character set modules on OS X. - * Only attempt to reload the config file atfer the fork point + * Only attempt to reload the config file after the fork point if we are in daemon mode. @@ -238,9 +270,6 @@ * Work on NFSv4 ACL VFS plugin. -o Andrew Tridgell <[EMAIL PROTECTED]> - - o Jelmer Vernooij <[EMAIL PROTECTED]> * Implement support for IDL autogenerated code to handle the MS-RPC parsing functions.
