svn commit: samba r3362 - in branches/SAMBA_4_0/source/librpc/idl: .

abartlet at samba.org abartlet at samba.org
Fri Oct 29 09:19:54 GMT 2004


Author: abartlet
Date: 2004-10-29 09:19:54 +0000 (Fri, 29 Oct 2004)
New Revision: 3362

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

Log:
Change netlogon.idl so we can parse the 'info3' seperate from it's surroundings, and rename user_id -> rid, as it could be a user or group id.

Andrew Bartlett

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/librpc/idl/netlogon.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/netlogon.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/netlogon.idl	2004-10-29 09:15:41 UTC (rev 3361)
+++ branches/SAMBA_4_0/source/librpc/idl/netlogon.idl	2004-10-29 09:19:54 UTC (rev 3362)
@@ -134,7 +134,7 @@
 	} netr_Authenticator;
 
 	typedef struct {
-		uint32 user_id;
+		uint32 rid;
 		uint32 attributes;
 	} netr_GroupMembership;
 
@@ -184,7 +184,7 @@
 		uint32 attribute;
 	} netr_SidAttr;
 
-	typedef struct {
+	typedef [public] struct {
 		netr_SamBaseInfo base;
 		uint32 sidcount;
 		[size_is(sidcount)] netr_SidAttr *sids;



More information about the samba-cvs mailing list