Author: jerry Date: 2008-03-08 16:58:05 +0000 (Sat, 08 Mar 2008) New Revision: 1175
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=1175 Log: Announcing 3.0.28a Added: trunk/history/samba-3.0.28a.html Modified: trunk/header_columns.html trunk/history/header_history.html trunk/index.html Changeset: Modified: trunk/header_columns.html =================================================================== --- trunk/header_columns.html 2008-03-05 15:33:56 UTC (rev 1174) +++ trunk/header_columns.html 2008-03-08 16:58:05 UTC (rev 1175) @@ -130,9 +130,9 @@ <div class="releases"> <h4>Current Stable Release</h4> <ul> - <li><a href="/samba/ftp/stable/samba-3.0.28.tar.gz">Samba 3.0.28 (gzipped)</a></li> - <li><a href="/samba/history/samba-3.0.28.html">Release Notes</a></li> - <li><a href="/samba/ftp/stable/samba-3.0.28.tar.asc">Signature</a></li> + <li><a href="/samba/ftp/stable/samba-3.0.28a.tar.gz">Samba 3.0.28a (gzipped)</a></li> + <li><a href="/samba/history/samba-3.0.28a.html">Release Notes</a></li> + <li><a href="/samba/ftp/stable/samba-3.0.28a.tar.asc">Signature</a></li> </ul> <h4>Historical</h4> Modified: trunk/history/header_history.html =================================================================== --- trunk/history/header_history.html 2008-03-05 15:33:56 UTC (rev 1174) +++ trunk/history/header_history.html 2008-03-08 16:58:05 UTC (rev 1175) @@ -77,11 +77,11 @@ <div class="notes"> <h6>Release Notes</h6> <ul> + <li><a href="samba-3.0.28a.html">samba-3.0.28</a></li> <li><a href="samba-3.0.28.html">samba-3.0.28</a></li> <li><a href="samba-3.0.27a.html">samba-3.0.27a</a></li> <li><a href="samba-3.0.27.html">samba-3.0.27</a></li> <li><a href="samba-3.0.26a.html">samba-3.0.26a</a></li> - <li><a href="samba-3.0.26.html">samba-3.0.26</a></li> <li><a href="samba-3.0.25c.html">samba-3.0.25c</a></li> <li><a href="samba-3.0.25b.html">samba-3.0.25b</a></li> <li><a href="samba-3.0.25a.html">samba-3.0.25a</a></li> Added: trunk/history/samba-3.0.28a.html =================================================================== --- trunk/history/samba-3.0.28a.html 2008-03-05 15:33:56 UTC (rev 1174) +++ trunk/history/samba-3.0.28a.html 2008-03-08 16:58:05 UTC (rev 1175) @@ -0,0 +1,217 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> + +<head> +<title>Samba - Release Notes Archive</title> +</head> + +<body> + + <H2>Samba 3.0.28a Available for Download</H2> + +<p> +<pre> + =============================== + Release Notes for Samba 3.0.28a + Mar 8, 2008 + =============================== + +This is the second production release of the Samba 3.0.28 code +base and is the version that servers should be run for for all +current bug fixes. + +Major bug fixes included in Samba 3.0.28a are: + + o Failure to join Windows 2008 domains + o Windows Vista (including SP1 RC) interop issues + + + +###################################################################### +Changes +####### + +smb.conf changes +---------------- + + Parameter Name Description Default + -------------- ----------- ------- + administrative share New No + ldap debug level New 0 + ldap debug threshold New 10 + + +Changes since 3.0.28 +-------------------- + +o Michael Adam <[EMAIL PROTECTED]> + * Fix bug in version string's vendor tag. + * Prevent net getdomainsid from crashing when called as non-root. + * BUG 4801: Correctly implement LSA lookup levels for LookupNames. + * Fixes for internal LookupNames() calls for unqualified users and + groups. + * Remove unnecessary functions when managing domain trust + passwords. + * Fix winbindd on a Samba DC talking to a trusted domain DC + (again). + * Consolidate the detection of the machine_account_name when + obtaining trust credentials from the local database. + * Refactor trust account database routines and session key + management. + * Fix retrieval of trusted domain password policies when + authenticating a user (only when WBFLAG_PAM_GET_PWD is config + flags is set). + * Refactor Winbind's cm_connect_sam(). + * Enable building the notify_fam module. + * Add "ldap debug level" and "ldap debug threshold" smb.conf options. + + +o Jeremy Allison <[EMAIL PROTECTED]> + * Fix cut-n-paste bug when filling in form values for Printer + info. + * Fix SMB signing bug found by Volker. + * Create locking.tdb when running smbstatus before smbd to avoid + confusing error messages. + * Add a portable version of strlcpy and strlcat. + * BUG 4780: Cause user mounts to inherit uid= and gid= from the + calling user when called as non-root, except when overridden on + the command line. Original patch by Steve Langasek. + * BUG 5802: Recent versions of Linux-PAM support localization of + user prompts, so Samba must use the C locale when invoking PAM + * Merge Vista principal detection changes by Andreas Schneider + from 3.2 branch. + * BUG 5121: Fix problems running unix passwd sync on streams based + systems. + * BUG 4612: Fix smbd crash when connecting from an OS/2 client. + * Back port Volker's ACL fixes on newly create files form 3.2. + * Ensure that send_getdc_request() matches the 3.2 code base. + * BUG 3617: Fix crash in nmbd caused by referencing freed memory. + * Fixes for issues reported by IBM checker. + * Fixes for issues reported by Coverity. + * Back port Volker's fix for nlink count. + * Back port SAMR flag fixes from Matt Geddes + <[EMAIL PROTECTED]>. + * BUG 4929: Cope with protected ACL set correctly (based on work + from Jim McDonough). + * Fix ACL set bug when group being set is the primary group. + * Ensure NDR wire-reads of string types are always null + terminated. + * BUG 5247: Fix mget wildcard expansion in smbclient. + * Fix bug in SPNEGO negotiation. + * BUG 3617: Fix "Invalid read of size 4" errors. + * BUG 5267: Prevent nmbd from shutting down when no network + interfaces can be located. + + +o Kai Blin <[EMAIL PROTECTED]> + * libsmb: Do not upper-case target name on NTLMv2 hash generation. + * Fix an incompatible pointer type warning. + + +o Gerald Carter <[EMAIL PROTECTED]> + * Restrict the enctypes in the generated krb5.conf files to + Win2003 types. + + +o Steven Danneman <[EMAIL PROTECTED]> + * Error path memory leak fixes. + + +o Guenther Deschner <[EMAIL PROTECTED]> + * Fix PAC decoding from Vista SP1 client. + * Fix get_trust_creds() to return always an upper-cased krb5 + principal. + * Back port additional fixes necessary for support Windows 2008 + domain joins from the 3.2 branch. + + +o Mathias Gug <[EMAIL PROTECTED]> + * BUG 5802: Recent versions of Linux-PAM support localization of + user prompts, so Samba must use the C locale when invoking PAM + + +o Steve Langasek <[EMAIL PROTECTED]> + * BUG 3727: Fix smbpasswd abort when called by non-root user. + * BUG 4784: Prevent umount.cifs from allowing all users to unmount shares. + * BUG 5802: Recent versions of Linux-PAM support localization of + user prompts, so Samba must use the C locale when invoking PAM + + +o Volker Lendecke <[EMAIL PROTECTED]> + * When allocating a new vuid, also avoid partial ones. Also + fully invalidate intermediate ones. + * Fix error path exit in create_local_nt_token() to correctly roll + back security contexts. + * Fix valgrind warnings in nmbd. + * Pointer initialization fixes in notify_marshall_changes(). + * BUG 5208: Fix uninitialized variables in vfs_hpuxacl.c (reported + by David Leonard <[EMAIL PROTECTED]>). + * Copy the 3.2 version of string_replace to 3.0. + * Port SMB_FS_OBJECTID_INFORMATION from 3.2 (Patch by Corinna + Vinschen). + * Memory leak fixes. + * Fix error code propagation from cli_session_setup_kerberos(). + * BUG 5217: Fix inotify detection. + * BUG 5279: Correctly check return of rename(). + * BUG 5252: Fix confusing error messages in mount.cifs. + * BUG 5307: Respect FAMChanged (Thanks to Ricardo Santos). + * Work around a handle leak in XP 64 bit. + + +o Guenter Kukkukk <[EMAIL PROTECTED]> + * OS/2 returns eclass == ERRDOS && ecode == ERRnofiles for a zero + entry directory listing. + + +o Tom Maher <[EMAIL PROTECTED]> + * BUG 5175: Support krb5 auth in smbcacls. + + +o Hans Mayer <[EMAIL PROTECTED]> + * BUG 5141: Solaris 9 compile fix. + + +o Stefan Metzmacher <[EMAIL PROTECTED]> + * Fix default printing system detection in libreplace. + + +o Laurent Pinchart <[EMAIL PROTECTED]> + * BUG 5163: Return better error codes when a password cannot be + set in and LDAP directory. + + +o Jiri Sasek <[EMAIL PROTECTED]> + * BUG 4866: Correct password routine detection on Solaris. + + +o Andreas Schneider <[EMAIL PROTECTED]> + * Remove trailing slashes on server names when parsing input from + smbclient. + * Support Windows 2008 domain joins (variant of Todd Stecher's + original patch). + * Add "administrative share" service parameter for defining hidden + administrative shares that cannot be managed from Windows. + + +o Karolin Seeger <[EMAIL PROTECTED]> + * Use the "ldap user suffix" when enumerating a users group + memberships. + + +o Simo Sorce <[EMAIL PROTECTED]> + * Don't assume NULL termination when copying the principal name + in kerberos_get_default_realm_from_ccache(). + * Fix winbindd running on a Samba DC (again). + + +o Bo Yang <[EMAIL PROTECTED]> + * Fix bad private_data pointer in winbindd_lookupname_async(). +</pre> + +<p>Please refer to the original <a href="/samba/history/samba-3.0.28.html">Samba +3.0.28 Release Notes</a> for more details regarding changes in +previous releases.</p> +</body> +</html> + Property changes on: trunk/history/samba-3.0.28a.html ___________________________________________________________________ Name: svn:executable + * Modified: trunk/index.html =================================================================== --- trunk/index.html 2008-03-05 15:33:56 UTC (rev 1174) +++ trunk/index.html 2008-03-08 16:58:05 UTC (rev 1175) @@ -19,6 +19,21 @@ <h2>Current Release</h2> + + <h4><a name="latest">8 March 2008</a></h4> + <p class="headline">Samba 3.0.28a Available for Download</p> + + <p>This is the latest bug fix release for Samba 3.0 and is the + version recommended for all production Samba servers. Among other + fixes and enhancements, this release address some interoperability + problems with Windows Vista (including Service Pack 1 Release Candidates).</p> + + <p>The uncompressed tarballs and patch files have been signed + using GnuPG (ID 6568B7EA). The source code can be + <a href="/samba/ftp/stable/samba-3.0.28a.tar.gz">downloaded + now</a>. See <a href="/samba/history/samba-3.0.28a.html">the + release notes for more info</a>.</p> + <h4><a name="latest">5 March 2008</a></h4> <p class="headline">Samba 3.2.0pre2 Available for Download</p>
