diff options
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/rpc_secdes.h | 3 | ||||
-rw-r--r-- | source4/include/structs.h | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/source4/include/rpc_secdes.h b/source4/include/rpc_secdes.h index 9cf899a59a..1a7e56974a 100644 --- a/source4/include/rpc_secdes.h +++ b/source4/include/rpc_secdes.h @@ -54,11 +54,12 @@ typedef struct security_descriptor SEC_DESC; /* Don't know what this means. */ -/* security information */ +/* security information flags used in query_secdesc and set_secdesc */ #define OWNER_SECURITY_INFORMATION 0x00000001 #define GROUP_SECURITY_INFORMATION 0x00000002 #define DACL_SECURITY_INFORMATION 0x00000004 #define SACL_SECURITY_INFORMATION 0x00000008 + /* Extra W2K flags. */ #define UNPROTECTED_SACL_SECURITY_INFORMATION 0x10000000 #define UNPROTECTED_DACL_SECURITY_INFORMATION 0x20000000 diff --git a/source4/include/structs.h b/source4/include/structs.h index 61749111d9..d2f86e2e8a 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -112,6 +112,7 @@ struct file_info; struct xattr_DosEAs; struct xattr_DosStreams; +struct xattr_DosAcl; struct test_join; |