Rev 11461: Add access masks, pointed out by Ronnie Sahlberg. in file:///home/jelmer/bzr.samba/SAMBA_4_0/

Jelmer Vernooij jelmer at samba.org
Wed Feb 14 15:08:16 GMT 2007


At file:///home/jelmer/bzr.samba/SAMBA_4_0/

------------------------------------------------------------
revno: 11461
revision-id: jelmer at samba.org-20070214150805-zjdhqbtwy28fac3c
parent: jelmer at samba.org-20070214145213-idzserezbwc2alty
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: SAMBA_4_0
timestamp: Wed 2007-02-14 16:08:05 +0100
message:
  Add access masks, pointed out by Ronnie Sahlberg.
modified:
  source/librpc/idl/winreg.idl   svn-v2:6 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2flibrpc%2fidl%2fwinreg.idl
=== modified file 'source/librpc/idl/winreg.idl'
--- a/source/librpc/idl/winreg.idl	2007-02-14 14:52:13 +0000
+++ b/source/librpc/idl/winreg.idl	2007-02-14 15:08:05 +0000
@@ -16,6 +16,14 @@
 	declare bitmap security_secinfo;
 
 	typedef [bitmap32bit] bitmap {
+		KEY_QUERY_VALUE 		= 0x00001,
+		KEY_SET_VALUE 			= 0x00002,
+		KEY_CREATE_SUB_KEY 		= 0x00004,
+		KEY_ENUMERATE_SUB_KEYS 	= 0x00008,
+		KEY_NOTIFY 				= 0x00010,
+		KEY_CREATE_LINK 		= 0x00020,
+		KEY_WOW64_64KEY 		= 0x00100,
+		KEY_WOW64_32KEY 		= 0x00200
 	} winreg_AccessMask;
 
 	typedef [v1_enum] enum {



More information about the samba-cvs mailing list