svn commit: samba r12585 - in branches/SAMBA_3_0_RELEASE: . examples/LDAP packaging/RedHat

jerry at samba.org jerry at samba.org
Thu Dec 29 20:42:34 GMT 2005


Author: jerry
Date: 2005-12-29 20:42:33 +0000 (Thu, 29 Dec 2005)
New Revision: 12585

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

Log:
packaging fixes from post 3.0.21 and updating WHATSNEW
Modified:
   branches/SAMBA_3_0_RELEASE/WHATSNEW.txt
   branches/SAMBA_3_0_RELEASE/examples/LDAP/samba-nds.schema
   branches/SAMBA_3_0_RELEASE/examples/LDAP/samba-schema-netscapeds5.x
   branches/SAMBA_3_0_RELEASE/examples/LDAP/samba.schema
   branches/SAMBA_3_0_RELEASE/examples/LDAP/samba.schema.at.IBM-DS
   branches/SAMBA_3_0_RELEASE/packaging/RedHat/makerpms.sh.tmpl


Changeset:
Modified: branches/SAMBA_3_0_RELEASE/WHATSNEW.txt
===================================================================
--- branches/SAMBA_3_0_RELEASE/WHATSNEW.txt	2005-12-29 20:35:56 UTC (rev 12584)
+++ branches/SAMBA_3_0_RELEASE/WHATSNEW.txt	2005-12-29 20:42:33 UTC (rev 12585)
@@ -17,6 +17,14 @@
 
 commits
 -------
+o   Gerald (Jerry) Carter <jerry at samba.org>
+    * RedHat 9 packaging Fixes.
+
+
+o   Guenther Deschner <gd at samba.org>
+    * eDirectory schema syntax fixes.
+
+
 o   Volker Lendecke <vl at samba.org>
     * BUG 3349: Deadlock caused logic error in oplock code.
 
@@ -74,67 +82,7 @@
     svcctl list 			Renamed from 'enable svcctl'
 
 
-Changes since 3.0.21rc2
------------------------
 
-commits
--------
-o   Jeremy Allison <jra at samba.org>
-    * Correctly handle the LDAP_UNWILLING_TO_PERFORM error from 
-      eDirectory when accessing the universal password.
-    * Fix deadlock condition in share mode locking code.
-    * Fix logic bug in unix_mask_match().
-    * Fix memory leak in SMB client code found by Mikhail Kshevetskiy.
-
-
-o   Gerald (Jerry) Carter <jerry at samba.org>
-    * Initialize the local group description.
-    * Disable WINS and NetLogon services in the MMC services
-      plugin when the associated smb.conf features are not enabled.
-    * Add checks for invalid characters in new share names on the 
-      srvsvc pipe.
-    * Fix SWAT installation issues with 'make install'.
-
-
-o   Guenther Deschner <gd at samba.org>
-    * Uninitialized warnings fixes.
-    * Fix return value in client spooler code.
-    * Require forced migration of account policies.  
-
-
-o   Krishna Ganugapati <krishnag at centeris.com>
-    * Use the subtree delete ldap control when running 'net ads 
-      leave'.
-
-
-o   Volker Lendecke <vl at samba.org>
-    * Fix some uninitialized variable warnings.
-    * Fix winbind_lookup_name for the local domain, 
-
-
-o   Derrell Lipman <derrell at samba.org>
-    * Libsmbclient memory & file descriptor leak fixes.
-    * Fix crash bug in libsmbclient.
-    * Add long share name support to libsmbclient when enumerating shares.
-    
-
-o   Brian Moran <bmoran at centeris.com>
-    * Fix segv in eventlogadm when not event logs are listed in 
-      smb.conf.
-
-
-o   Lars Müller <lmuelle at samba.org>
-    * Ensure setmntent() returns with != NULL in the disk_quotas() 
-      Linux version.
-    * Add configure switch to disable libmsrpc build.
-    * Add a soname to libmsrpc.
-
-
-o   John Terpstra <jht at samba.org>
-    * Add 'net idmap' usage help text.
-
-
-
 Changes since 3.0.20b
 ---------------------
 
@@ -207,6 +155,11 @@
     * No users or groups to return in BUILTIN domain.
     * Removed separate "builtin" search enumeration.
     * Added count_sam_aliases to return the correct alias count.
+    * Correctly handle the LDAP_UNWILLING_TO_PERFORM error from 
+      eDirectory when accessing the universal password.
+    * Fix deadlock condition in share mode locking code.
+    * Fix logic bug in unix_mask_match().
+    * Fix memory leak in SMB client code found by Mikhail Kshevetskiy.
 
 
 o   Rashid N. Achilov <shelton at granch.ru>
@@ -278,6 +231,12 @@
     * BUG 3156: Don't use find_service() when explicitly looking 
       for a printer.
     * Fix nss_winbind_solaris.c build breakage on HP-UX.
+    * Initialize the local group description.
+    * Disable WINS and NetLogon services in the MMC services
+      plugin when the associated smb.conf features are not enabled.
+    * Add checks for invalid characters in new share names on the 
+      srvsvc pipe.
+    * Fix SWAT installation issues with 'make install'.
 
 
 o   Alex Deiter <tiamat at komi.mts.ru>
@@ -312,6 +271,9 @@
     * Support raw NTLMSSP session setups in smbspool.
     * Add rpccli_samr_chgpasswd3().
     * Add 'wbinfo --separator'.
+    * Uninitialized warnings fixes.
+    * Fix return value in client spooler code.
+    * Require forced migration of account policies.  
 
 
 o   Steve French <sfrench at us.ibm.com>
@@ -332,6 +294,11 @@
     * Patches for Fedora RPM specfile and init script
 
 
+o   Krishna Ganugapati <krishnag at centeris.com>
+    * Use the subtree delete ldap control when running 'net ads 
+      leave'.
+
+
 o   Volker Lendecke <vl at samba.org>
     * New oplock implementation.
     * Add assert() call if winbindd cannot locate the domain SID in 
@@ -366,10 +333,15 @@
     * Restrict samr_open_domain() to our domain only.
     * Change local_lookup_sid() to local_lookup_rid() since it 
       is responsible for our domain only.
+    * Fix some uninitialized variable warnings.
+    * Fix winbind_lookup_name for the local domain, 
 
 
 o   Derrell Lipman <derrell at samba.org>
     * Cleanup libmsrpc version numbers.
+    * Libsmbclient memory & file descriptor leak fixes.
+    * Fix crash bug in libsmbclient.
+    * Add long share name support to libsmbclient when enumerating shares.
 
 
 o   Jason Mader <jason at ncac.gwu.edu>
@@ -401,11 +373,17 @@
     * Fix typo when creating Eventlog source DLL registry paths.
     * Add simple script to tail syslog and write records to 
       eventlog tdb.
+    * Fix segv in eventlogadm when not event logs are listed in 
+      smb.conf.
 
 
 o   Lars Müller <lmuelle at samba.org>
     * Only install smbsh manpage if smbwrapper has been successfully
       built.
+    * Ensure setmntent() returns with != NULL in the disk_quotas() 
+      Linux version.
+    * Add configure switch to disable libmsrpc build.
+    * Add a soname to libmsrpc.
 
 
 o   Ricky Nance <ricky.nance at gmail.com>
@@ -451,6 +429,10 @@
     * Update Debian packaging.
 
 
+o   John Terpstra <jht at samba.org>
+    * Add 'net idmap' usage help text.
+
+
 o   Andrew Tridgell <tridge at samba.org>
     * Change license notice of standalone talloc library to LGPL.
 

Modified: branches/SAMBA_3_0_RELEASE/examples/LDAP/samba-nds.schema
===================================================================
--- branches/SAMBA_3_0_RELEASE/examples/LDAP/samba-nds.schema	2005-12-29 20:35:56 UTC (rev 12584)
+++ branches/SAMBA_3_0_RELEASE/examples/LDAP/samba-nds.schema	2005-12-29 20:42:33 UTC (rev 12585)
@@ -123,7 +123,7 @@
 dn: cn=schema
 changetype: modify
 add: attributetypes
-attributeTypes: ( 1.3.6.1.4.1.7165.2.1.47 NAME 'sambaMungedDial' DESC '' EQUALITY caseExactMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1050} )
+attributeTypes: ( 1.3.6.1.4.1.7165.2.1.47 NAME 'sambaMungedDial' DESC 'Base64 encoded user parameter string' EQUALITY caseExactMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1050} )
 
 dn: cn=schema
 changetype: modify

Modified: branches/SAMBA_3_0_RELEASE/examples/LDAP/samba-schema-netscapeds5.x
===================================================================
--- branches/SAMBA_3_0_RELEASE/examples/LDAP/samba-schema-netscapeds5.x	2005-12-29 20:35:56 UTC (rev 12584)
+++ branches/SAMBA_3_0_RELEASE/examples/LDAP/samba-schema-netscapeds5.x	2005-12-29 20:42:33 UTC (rev 12585)
@@ -48,7 +48,7 @@
 attributeTypes: ( 1.3.6.1.4.1.7165.2.1.36 NAME 'sambaUserWorkstations' DESC 'List of user workstations the user is allowed to logon to' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{255} SINGLE-VALUE X-ORIGIN 'user defined' )
 attributeTypes: ( 1.3.6.1.4.1.7165.2.1.37 NAME 'sambaHomePath' DESC 'Home directory UNC path' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} )
 attributeTypes: ( 1.3.6.1.4.1.7165.2.1.38 NAME 'sambaDomainName' DESC 'Windows NT domain to which the user belongs' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} )
-attributeTypes: ( 1.3.6.1.4.1.7165.2.1.47 NAME 'sambaMungedDial' DESC '' EQUALITY caseExactMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1050} )
+attributeTypes: ( 1.3.6.1.4.1.7165.2.1.47 NAME 'sambaMungedDial' DESC 'Base64 encoded user parameter string' EQUALITY caseExactMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1050} )
 attributeTypes: ( 1.3.6.1.4.1.7165.2.1.48 NAME 'sambaBadPasswordCount' DESC 'Bad password attempt count' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
 attributeTypes: ( 1.3.6.1.4.1.7165.2.1.49 NAME 'sambaBadPasswordTime' DESC 'Time of the last bad password attempt' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
 attributeTypes: ( 1.3.6.1.4.1.7165.2.1.54 NAME 'sambaPasswordHistory' DESC 'Concatenated MD4 hashes of the unicode passwords used on this account' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{32} )

Modified: branches/SAMBA_3_0_RELEASE/examples/LDAP/samba.schema
===================================================================
--- branches/SAMBA_3_0_RELEASE/examples/LDAP/samba.schema	2005-12-29 20:35:56 UTC (rev 12584)
+++ branches/SAMBA_3_0_RELEASE/examples/LDAP/samba.schema	2005-12-29 20:42:33 UTC (rev 12585)
@@ -279,7 +279,7 @@
 	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} )
 
 attributetype ( 1.3.6.1.4.1.7165.2.1.47 NAME 'sambaMungedDial'
-	DESC ''
+	DESC 'Base64 encoded user parameter string'
 	EQUALITY caseExactMatch
 	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1050} )
 

Modified: branches/SAMBA_3_0_RELEASE/examples/LDAP/samba.schema.at.IBM-DS
===================================================================
--- branches/SAMBA_3_0_RELEASE/examples/LDAP/samba.schema.at.IBM-DS	2005-12-29 20:35:56 UTC (rev 12584)
+++ branches/SAMBA_3_0_RELEASE/examples/LDAP/samba.schema.at.IBM-DS	2005-12-29 20:42:33 UTC (rev 12585)
@@ -58,7 +58,7 @@
 
 attributetypes=( 1.3.6.1.4.1.7165.2.1.46 NAME 'sambaStringListOption' DESC 'A string list option' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
 
-attributetypes=( 1.3.6.1.4.1.7165.2.1.47 NAME 'sambaMungedDial' DESC 'munged dial' EQUALITY caseExactMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1050} )
+attributetypes=( 1.3.6.1.4.1.7165.2.1.47 NAME 'sambaMungedDial' DESC 'Base64 encoded user parameter string' EQUALITY caseExactMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1050} )
 
 attributetypes=( 1.3.6.1.4.1.7165.2.1.48 NAME 'sambaBadPasswordCount' DESC 'Bad password attempt count' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
 

Modified: branches/SAMBA_3_0_RELEASE/packaging/RedHat/makerpms.sh.tmpl
===================================================================
--- branches/SAMBA_3_0_RELEASE/packaging/RedHat/makerpms.sh.tmpl	2005-12-29 20:35:56 UTC (rev 12584)
+++ branches/SAMBA_3_0_RELEASE/packaging/RedHat/makerpms.sh.tmpl	2005-12-29 20:42:33 UTC (rev 12585)
@@ -46,7 +46,7 @@
 ## now catch the right command to build an RPM (defaults ro 'rpm'
 ##
 case $RPMVER in
-    4.[12]*)
+    4.[123]*)
        RPM="rpmbuild"
        ;;
 esac



More information about the samba-cvs mailing list