svn commit: samba r25295 - in branches/SAMBA_3_0_MAINT/source: . nsswitch

jerry at samba.org jerry at samba.org
Fri Sep 21 16:15:49 GMT 2007


Author: jerry
Date: 2007-09-21 16:15:47 +0000 (Fri, 21 Sep 2007)
New Revision: 25295

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

Log:
Apply missing patch for CVE-2007-4138 and update version number
Modified:
   branches/SAMBA_3_0_MAINT/source/VERSION
   branches/SAMBA_3_0_MAINT/source/nsswitch/idmap_ad.c


Changeset:
Modified: branches/SAMBA_3_0_MAINT/source/VERSION
===================================================================
--- branches/SAMBA_3_0_MAINT/source/VERSION	2007-09-21 14:37:35 UTC (rev 25294)
+++ branches/SAMBA_3_0_MAINT/source/VERSION	2007-09-21 16:15:47 UTC (rev 25295)
@@ -25,7 +25,7 @@
 ########################################################
 SAMBA_VERSION_MAJOR=3
 SAMBA_VERSION_MINOR=0
-SAMBA_VERSION_RELEASE=25
+SAMBA_VERSION_RELEASE=26
 
 ########################################################
 # Bug fix releases use a letter for the patch revision #
@@ -36,7 +36,7 @@
 # e.g. SAMBA_VERSION_REVISION=a                        #
 #  ->  "2.2.8a"                                        #
 ########################################################
-SAMBA_VERSION_REVISION=d
+SAMBA_VERSION_REVISION=b
 
 ########################################################
 # For 'pre' releases the version will be               #

Modified: branches/SAMBA_3_0_MAINT/source/nsswitch/idmap_ad.c
===================================================================
--- branches/SAMBA_3_0_MAINT/source/nsswitch/idmap_ad.c	2007-09-21 14:37:35 UTC (rev 25294)
+++ branches/SAMBA_3_0_MAINT/source/nsswitch/idmap_ad.c	2007-09-21 16:15:47 UTC (rev 25295)
@@ -753,7 +753,7 @@
        
 	if ( gid ) {		
 		if ( !ads_pull_uint32(ads, msg, ad_schema->posix_gidnumber_attr, gid ) )
-			*gid = 0;		
+			*gid = (uint32)-1;
 	}
 		
 	return NT_STATUS_OK;



More information about the samba-cvs mailing list