Changeset 988 for vendor/current/libcli/security/security.h
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/libcli/security/security.h
r740 r988 90 90 #define SHARE_READ_ONLY (FILE_GENERIC_READ|FILE_EXECUTE) 91 91 92 /** 93 * Remaining access is a bit mask of remaining access rights (bits) that have 94 * to be granted in order to fulfill the requested access. 95 * 96 * The GUID is optional, if specified it restricts this object tree and its 97 * childs to object/attributes that inherits from this GUID. 98 * For DS access an object inherits from a GUID if one of its class has this GUID 99 * in the schemaIDGUID attribute. 100 */ 92 101 struct object_tree { 93 102 uint32_t remaining_access; … … 101 110 #include "libcli/security/secace.h" 102 111 #include "libcli/security/secacl.h" 112 #include "libcli/security/secdesc.h" 103 113 #include "libcli/security/security_descriptor.h" 104 114 #include "libcli/security/security_token.h"
Note:
See TracChangeset
for help on using the changeset viewer.