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

gd at samba.org gd at samba.org
Tue Oct 9 16:26:12 GMT 2007


Author: gd
Date: 2007-10-09 16:26:11 +0000 (Tue, 09 Oct 2007)
New Revision: 25594

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

Log:
Merge from 3_2:

"Add missing security_secinfo bits as seen while managing security descriptor
inheritance with regedit."

Guenther


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


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/security.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/security.idl	2007-10-09 16:22:16 UTC (rev 25593)
+++ branches/SAMBA_4_0/source/librpc/idl/security.idl	2007-10-09 16:26:11 UTC (rev 25594)
@@ -374,6 +374,10 @@
 		SECINFO_OWNER                = 0x00000001,
 		SECINFO_GROUP                = 0x00000002,
 		SECINFO_DACL                 = 0x00000004,
-		SECINFO_SACL                 = 0x00000008
+		SECINFO_SACL                 = 0x00000008,
+		SECINFO_UNPROTECTED_SACL     = 0x10000000,
+		SECINFO_UNPROTECTED_DACL     = 0x20000000,
+		SECINFO_PROTECTED_SACL	     = 0x40000000,
+		SECINFO_PROTECTED_DACL	     = 0x80000000
 	} security_secinfo;
 }



More information about the samba-cvs mailing list