svn commit: samba r1677 - branches/SAMBA_4_0/source/librpc/idl

tridge at samba.org tridge at samba.org
Mon Aug 9 21:03:39 GMT 2004


Author: tridge
Date: 2004-08-09 21:03:38 +0000 (Mon, 09 Aug 2004)
New Revision: 1677
WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1677&nolog=1
Log:
security descriptors are always little-endian, regardless of DCE/RPC
level byte order flags


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

Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/misc.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/misc.idl	2004-08-09 20:51:16 UTC (rev 1676)
+++ branches/SAMBA_4_0/source/librpc/idl/misc.idl	2004-08-09 21:03:38 UTC (rev 1677)
@@ -101,7 +101,7 @@
 	const int SEC_DESC_RM_CONTROL_VALID	 = 0x4000;
 	const int SEC_DESC_SELF_RELATIVE	 = 0x8000;
 
-	typedef [public] struct {
+	typedef [public,flag(NDR_LITTLE_ENDIAN)] struct {
 		uint8 revision;
 		uint16 type;     /* SEC_DESC_xxxx flags */
 		[relative] dom_sid *owner_sid; 



More information about the samba-cvs mailing list