Author: jerry Date: 2005-10-18 02:36:16 +0000 (Tue, 18 Oct 2005) New Revision: 11134
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11134 Log: updating release notes Modified: branches/SAMBA_3_0_RELEASE/WHATSNEW.txt Changeset: Modified: branches/SAMBA_3_0_RELEASE/WHATSNEW.txt =================================================================== --- branches/SAMBA_3_0_RELEASE/WHATSNEW.txt 2005-10-18 02:36:01 UTC (rev 11133) +++ branches/SAMBA_3_0_RELEASE/WHATSNEW.txt 2005-10-18 02:36:16 UTC (rev 11134) @@ -1,6 +1,7 @@ + ================================== Release Notes for Samba 3.0.21pre1 - Oct 17, 2005 + Oct 18, 2005 ================================== This is a preview release of the Samba 3.0.21 code base and @@ -13,18 +14,34 @@ Common bugs fixed in 3.0.21pre1 include: - o + o Missing groups in a user's token when logging in via kerberos + o Incompatibilities with newer MS Windows hotfixes and + embedded OS platforms -Additional features introduced in Samba 3.0.21pre1 include: +New features introduced in Samba 3.0.21pre1 include: - o + o Complete NTLMv2 support by consolidating authentication + mechanism used at the CIFS and RPC layers. + o The capability to manage Unix services using the Win32 + Service Control API. + o The capability to view external Unix log files via the + Microsoft Event Viewer. + o New libmsrpc share library for application developers. + o Rewrite of CIFS oplock implementation. ###################################################################### Changes ####### +smb.conf changes +---------------- + Parameter Name Action + -------------- ------ + map readonly New + + Changes since 3.0.20[a-b] ------------------------- @@ -32,55 +49,110 @@ ------- o Jeremy Allison <[EMAIL PROTECTED]> -o Andrew Bartlett <[EMAIL PROTECTED]> -o Timur Bakeyev <[EMAIL PROTECTED]> -o Ed Boraas <[EMAIL PROTECTED]>. + * BUG 1828: Fixed SPNEGO issues with PocketPC clients. + * Added 'map readonly' parameter. + * BUG 3166: Fix crash in libsmbclient if the $HOME environment is + not defined. + * Maintain schannel client session keys in volatile + $(privatedir)/schannel_store.tdb. + * BUG 2769: Ensure we mangle filenames ending in a space + * Catch corner case of renaming a symlinked directory into + itself + * Ensure that smb.conf requests for hidden files are honored, + even when DOS attributes are stored in EA's + * Add new auth method "auth_script" for calling an external + program + * BUG 2152: Fix for mangled filenames when the client does + support long filenames + + o Gerald (Jerry) Carter <[EMAIL PROTECTED]> -o <[EMAIL PROTECTED]> + * Eventlog and ServiceControl support. + * BUG 1051: store the directory path so we can send the full + name in the unlink call from smbclient. + * Use reference count strategy for keeping the registry tdb + open. + * Convert internal registry objects to new hierarchical talloc + * Allow the root user a free pass for access checks in the + registry and service control checks. + * Sanity checks in the privilege code to prevent empty SID + entries + * Add basic infrastructure for 'make test' when the socket + wrapper library is configured at compile time + * Convert profiles utility to use the current regfio interface + for reading and writing user profiles + * Remove netsamlogon_cache interface + * Ensure that print jobs are removed even when the cancel + command is received before the print cache has been updated + + o Guenther Deschner <[EMAIL PROTECTED]> -o Renaud Duhaut <[EMAIL PROTECTED]> -o Steven Edwards <[EMAIL PROTECTED]>. -o Rodrigo Fernandez-Vizarra <[EMAIL PROTECTED]> -o Steve French <[EMAIL PROTECTED]> + * Fixed compile problems and warnings with newer OpenLDAP + and OpenSSL libs + * Fix bug when enumerating trusted domains via 'wbinfo -m' + * Parse the MS Kerberos PAC to obtain the user group + membership during logon. + * Add support for SeRestorePrivilege to allow a process to + change the ownership of a file to any arbitrary account + * Fix password history storage when using Novell eDirectory for + ldapsam storage + * Backport Kerberos PAC parsing from Samba 4 branch in order to + correctly create the NT User Token when logging into a Samba + member server + + o Deryck Hodge <[EMAIL PROTECTED]> -o Olaf Imig <[EMAIL PROTECTED]> -o Björn Jacke <[EMAIL PROTECTED]> -o Kevin Jamieson <[EMAIL PROTECTED]> -o John Janosik <[EMAIL PROTECTED]> -o William Jojo <[EMAIL PROTECTED]> -o Guenter Kukkukk <[EMAIL PROTECTED]> -o Tom Lackemann <[EMAIL PROTECTED]> + * Allow control of syslog facility and level in audit vfs modules. + + +o S Murthy Kambhampaty <[EMAIL PROTECTED]> + * Patches for Fedora RPM specfile and init script + + o Volker Lendecke <[EMAIL PROTECTED]> -o Herb Lewis <[EMAIL PROTECTED]> -o Derrell Lipman <[EMAIL PROTECTED]> + * New oplock implementation. + * Add assert() call if winbindd cannot locate the domain SID in + secrets.tdb on startup + + o Jason Mader <[EMAIL PROTECTED]> -o Marcel <[EMAIL PROTECTED]> + * Removed compiler various warnings. + + o Jim McDonough <[EMAIL PROTECTED]> -o Luke Mewburn <[EMAIL PROTECTED]> -o Kalim Moghul <[EMAIL PROTECTED]> -o Lars Müller <[EMAIL PROTECTED]> -o Marcel Muller <[EMAIL PROTECTED]> -o Ricky Nance <[EMAIL PROTECTED]> + * BUG 2961 (partial): Add rename support for user accounts to tdbsam + + +o Stefan Metzmacher <[EMAIL PROTECTED]> + * Fix setting of quotas on linux kernel with the struct + if_dqblk interface + * Enable sysquota interfact on Linux by default + + +o Brian Moran <[EMAIL PROTECTED]> + * Eventlog and ServiceControl support. + * Added eventlogadm tool for writing Eventlog records. + + +o Chris Nicholls <[EMAIL PROTECTED]> + * New libmsrpc library (Google SoC Project). + + o James Peach <[EMAIL PROTECTED]> -o Ed Plese <[EMAIL PROTECTED]> + * Fix parsing error for smb ports parameter. + + o Marcin Porwit <[EMAIL PROTECTED]> -o Tim Potter <[EMAIL PROTECTED]> -o Denis Sbragion <[EMAIL PROTECTED]> -o Fernando Schapachnik <[EMAIL PROTECTED]> -o Richard Sharpe <[EMAIL PROTECTED]> -o Joerg Sonnenberger <[EMAIL PROTECTED]> -o Simo Sorce <[EMAIL PROTECTED]> -o Smitty <[EMAIL PROTECTED]> -o John Terpstra <[EMAIL PROTECTED]> -o Andrew Tridgell <[EMAIL PROTECTED]> -o Brett Trotter <[EMAIL PROTECTED]> -o Mark Weaver <[EMAIL PROTECTED]> -o Jelmer Vernooij <[EMAIL PROTECTED]> -o Qiao Yang <[EMAIL PROTECTED]> + * Eventlog and ServiceControl support. +o Joel Smith <[EMAIL PROTECTED]> + * Add iPrint printing backend support. +o Toomas Soome <[EMAIL PROTECTED]> + * Implement host lookups in nss_winbind.so.1 on Solaris + Release Notes for older release follow: --------------------------------------------------
