svn commit: samba r17919 - in branches/SAMBA_3_0_RELEASE: .

jerry at samba.org jerry at samba.org
Tue Aug 29 16:13:05 GMT 2006


Author: jerry
Date: 2006-08-29 16:13:04 +0000 (Tue, 29 Aug 2006)
New Revision: 17919

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17919

Log:
new release notes for 3.0.23c
Modified:
   branches/SAMBA_3_0_RELEASE/WHATSNEW.txt


Changeset:
Modified: branches/SAMBA_3_0_RELEASE/WHATSNEW.txt
===================================================================
--- branches/SAMBA_3_0_RELEASE/WHATSNEW.txt	2006-08-29 16:07:10 UTC (rev 17918)
+++ branches/SAMBA_3_0_RELEASE/WHATSNEW.txt	2006-08-29 16:13:04 UTC (rev 17919)
@@ -1,6 +1,6 @@
                    ===============================
                    Release Notes for Samba 3.0.23c
-                             Aug 23, 2006
+                             Aug 30, 2006
                    ===============================
 
 This is the latest stable release of Samba. This is the version 
@@ -9,6 +9,10 @@
 original 3.0.23 release regarding new features and difference 
 in behavior from previous releases.
 
+We would like to thank the developers of the Saturn code analysis 
+tool from Stanford University (http://glide.stanford.edu/saturn).
+This release includes several code fixes based on its reports.
+
 Common bugs fixed in 3.0.23c include:
 
   o Authentication failures in pam_winbind when the AD domain
@@ -57,12 +61,23 @@
 
 commits
 -------
+o   Michael Adam <ma at sernet.de>
+    * Fix incorrect logic in internal_resolve_name() caused by if 
+      statement.
+
+
 o   Jeremy Allison <jra at samba.org>
     * Don't store a NULL SID in winbindd's offline cache.
     * Ensure we store the offline password hash in the correct format.
     * OS/2 fixes for large Extended Attributes data.
     * Fix nmbd crashes caused by miscalculation in pushing 
       announcements.
+    * Handle times consistently across all client utils including
+      libsmbclient.
+    * Fix a file descriptor leak in nmbd sync DNS lookup code.
+    * Fix inconsistency found in checking for NULL in DLIST_REMOVE
+      macro.
+    * Pointer dereference fixes based on the Saturn analysis tool.
 
 
 o   Gerald (Jerry) Carter <jerry at samba.org>
@@ -76,6 +91,13 @@
     * Merge Guenther's fixes from the SuSE SLES10 tree to ensure 
       that winbindd talks to the correct DC when servicing PAM 
       authentication requests.
+    * Do not use the generic IP address sort routines for AD DCs
+      since the SRV lookup include a sorting algorithm based
+      on priority and weight. 
+    * Fix our DNS SRV lookup code to deal with multi-homed hosts.
+    * More changes to ensure that the primary group SID for 
+      a local user is based on the primary Unix group and not the
+      primaryGroupSID passdb attribute.
 
 
 o   Guenther Deschner <gd at samba.org>
@@ -86,6 +108,7 @@
 o   Volker Lendecke <vl at samba.org>
     * Re-add support for "username level" when looking up the 
       matching Unix user for an smbpasswd entry.
+    * Merge snpritf() fixes from Samba 4.
 
 
 o   Simo Sorce <idra at samba.org>



More information about the samba-cvs mailing list