Lines Matching refs:str

11 pub const SDDL_OWNER: &'static str = "O";  variable
12 pub const SDDL_GROUP: &'static str = "G"; variable
13 pub const SDDL_DACL: &'static str = "D"; variable
14 pub const SDDL_SACL: &'static str = "S"; variable
15 pub const SDDL_PROTECTED: &'static str = "P"; variable
16 pub const SDDL_AUTO_INHERIT_REQ: &'static str = "AR"; variable
17 pub const SDDL_AUTO_INHERITED: &'static str = "AI"; variable
18 pub const SDDL_NULL_ACL: &'static str = "NO_ACCESS_CONTROL"; variable
19 pub const SDDL_ACCESS_ALLOWED: &'static str = "A"; variable
20 pub const SDDL_ACCESS_DENIED: &'static str = "D"; variable
21 pub const SDDL_OBJECT_ACCESS_ALLOWED: &'static str = "OA"; variable
22 pub const SDDL_OBJECT_ACCESS_DENIED: &'static str = "OD"; variable
23 pub const SDDL_AUDIT: &'static str = "AU"; variable
24 pub const SDDL_ALARM: &'static str = "AL"; variable
25 pub const SDDL_OBJECT_AUDIT: &'static str = "OU"; variable
26 pub const SDDL_OBJECT_ALARM: &'static str = "OL"; variable
27 pub const SDDL_MANDATORY_LABEL: &'static str = "ML"; variable
28 pub const SDDL_PROCESS_TRUST_LABEL: &'static str = "TL"; variable
29 pub const SDDL_CALLBACK_ACCESS_ALLOWED: &'static str = "XA"; variable
30 pub const SDDL_CALLBACK_ACCESS_DENIED: &'static str = "XD"; variable
31 pub const SDDL_RESOURCE_ATTRIBUTE: &'static str = "RA"; variable
32 pub const SDDL_SCOPED_POLICY_ID: &'static str = "SP"; variable
33 pub const SDDL_CALLBACK_AUDIT: &'static str = "XU"; variable
34 pub const SDDL_CALLBACK_OBJECT_ACCESS_ALLOWED: &'static str = "ZA"; variable
35 pub const SDDL_ACCESS_FILTER: &'static str = "FL"; variable
36 pub const SDDL_INT: &'static str = "TI"; variable
37 pub const SDDL_UINT: &'static str = "TU"; variable
38 pub const SDDL_WSTRING: &'static str = "TS"; variable
39 pub const SDDL_SID: &'static str = "TD"; variable
40 pub const SDDL_BLOB: &'static str = "TX"; variable
41 pub const SDDL_BOOLEAN: &'static str = "TB"; variable
42 pub const SDDL_CONTAINER_INHERIT: &'static str = "CI"; variable
43 pub const SDDL_OBJECT_INHERIT: &'static str = "OI"; variable
44 pub const SDDL_NO_PROPAGATE: &'static str = "NP"; variable
45 pub const SDDL_INHERIT_ONLY: &'static str = "IO"; variable
46 pub const SDDL_INHERITED: &'static str = "ID"; variable
47 pub const SDDL_TRUST_PROTECTED_FILTER: &'static str = "TP"; variable
48 pub const SDDL_AUDIT_SUCCESS: &'static str = "SA"; variable
49 pub const SDDL_AUDIT_FAILURE: &'static str = "FA"; variable
50 pub const SDDL_READ_PROPERTY: &'static str = "RP"; variable
51 pub const SDDL_WRITE_PROPERTY: &'static str = "WP"; variable
52 pub const SDDL_CREATE_CHILD: &'static str = "CC"; variable
53 pub const SDDL_DELETE_CHILD: &'static str = "DC"; variable
54 pub const SDDL_LIST_CHILDREN: &'static str = "LC"; variable
55 pub const SDDL_SELF_WRITE: &'static str = "SW"; variable
56 pub const SDDL_LIST_OBJECT: &'static str = "LO"; variable
57 pub const SDDL_DELETE_TREE: &'static str = "DT"; variable
58 pub const SDDL_CONTROL_ACCESS: &'static str = "CR"; variable
59 pub const SDDL_READ_CONTROL: &'static str = "RC"; variable
60 pub const SDDL_WRITE_DAC: &'static str = "WD"; variable
61 pub const SDDL_WRITE_OWNER: &'static str = "WO"; variable
62 pub const SDDL_STANDARD_DELETE: &'static str = "SD"; variable
63 pub const SDDL_GENERIC_ALL: &'static str = "GA"; variable
64 pub const SDDL_GENERIC_READ: &'static str = "GR"; variable
65 pub const SDDL_GENERIC_WRITE: &'static str = "GW"; variable
66 pub const SDDL_GENERIC_EXECUTE: &'static str = "GX"; variable
67 pub const SDDL_FILE_ALL: &'static str = "FA"; variable
68 pub const SDDL_FILE_READ: &'static str = "FR"; variable
69 pub const SDDL_FILE_WRITE: &'static str = "FW"; variable
70 pub const SDDL_FILE_EXECUTE: &'static str = "FX"; variable
71 pub const SDDL_KEY_ALL: &'static str = "KA"; variable
72 pub const SDDL_KEY_READ: &'static str = "KR"; variable
73 pub const SDDL_KEY_WRITE: &'static str = "KW"; variable
74 pub const SDDL_KEY_EXECUTE: &'static str = "KX"; variable
75 pub const SDDL_NO_WRITE_UP: &'static str = "NW"; variable
76 pub const SDDL_NO_READ_UP: &'static str = "NR"; variable
77 pub const SDDL_NO_EXECUTE_UP: &'static str = "NX"; variable
79 pub const SDDL_DOMAIN_ADMINISTRATORS: &'static str = "DA"; variable
80 pub const SDDL_DOMAIN_GUESTS: &'static str = "DG"; variable
81 pub const SDDL_DOMAIN_USERS: &'static str = "DU"; variable
82 pub const SDDL_ENTERPRISE_DOMAIN_CONTROLLERS: &'static str = "ED"; variable
83 pub const SDDL_DOMAIN_DOMAIN_CONTROLLERS: &'static str = "DD"; variable
84 pub const SDDL_DOMAIN_COMPUTERS: &'static str = "DC"; variable
85 pub const SDDL_BUILTIN_ADMINISTRATORS: &'static str = "BA"; variable
86 pub const SDDL_BUILTIN_GUESTS: &'static str = "BG"; variable
87 pub const SDDL_BUILTIN_USERS: &'static str = "BU"; variable
88 pub const SDDL_LOCAL_ADMIN: &'static str = "LA"; variable
89 pub const SDDL_LOCAL_GUEST: &'static str = "LG"; variable
90 pub const SDDL_ACCOUNT_OPERATORS: &'static str = "AO"; variable
91 pub const SDDL_BACKUP_OPERATORS: &'static str = "BO"; variable
92 pub const SDDL_PRINTER_OPERATORS: &'static str = "PO"; variable
93 pub const SDDL_SERVER_OPERATORS: &'static str = "SO"; variable
94 pub const SDDL_AUTHENTICATED_USERS: &'static str = "AU"; variable
95 pub const SDDL_PERSONAL_SELF: &'static str = "PS"; variable
96 pub const SDDL_CREATOR_OWNER: &'static str = "CO"; variable
97 pub const SDDL_CREATOR_GROUP: &'static str = "CG"; variable
98 pub const SDDL_LOCAL_SYSTEM: &'static str = "SY"; variable
99 pub const SDDL_POWER_USERS: &'static str = "PU"; variable
100 pub const SDDL_EVERYONE: &'static str = "WD"; variable
101 pub const SDDL_REPLICATOR: &'static str = "RE"; variable
102 pub const SDDL_INTERACTIVE: &'static str = "IU"; variable
103 pub const SDDL_NETWORK: &'static str = "NU"; variable
104 pub const SDDL_SERVICE: &'static str = "SU"; variable
105 pub const SDDL_RESTRICTED_CODE: &'static str = "RC"; variable
106 pub const SDDL_WRITE_RESTRICTED_CODE: &'static str = "WR"; variable
107 pub const SDDL_ANONYMOUS: &'static str = "AN"; variable
108 pub const SDDL_SCHEMA_ADMINISTRATORS: &'static str = "SA"; variable
109 pub const SDDL_CERT_SERV_ADMINISTRATORS: &'static str = "CA"; variable
110 pub const SDDL_RAS_SERVERS: &'static str = "RS"; variable
111 pub const SDDL_ENTERPRISE_ADMINS: &'static str = "EA"; variable
112 pub const SDDL_GROUP_POLICY_ADMINS: &'static str = "PA"; variable
113 pub const SDDL_ALIAS_PREW2KCOMPACC: &'static str = "RU"; variable
114 pub const SDDL_LOCAL_SERVICE: &'static str = "LS"; variable
115 pub const SDDL_NETWORK_SERVICE: &'static str = "NS"; variable
116 pub const SDDL_REMOTE_DESKTOP: &'static str = "RD"; variable
117 pub const SDDL_NETWORK_CONFIGURATION_OPS: &'static str = "NO"; variable
118 pub const SDDL_PERFMON_USERS: &'static str = "MU"; variable
119 pub const SDDL_PERFLOG_USERS: &'static str = "LU"; variable
120 pub const SDDL_IIS_USERS: &'static str = "IS"; variable
121 pub const SDDL_CRYPTO_OPERATORS: &'static str = "CY"; variable
122 pub const SDDL_OWNER_RIGHTS: &'static str = "OW"; variable
123 pub const SDDL_EVENT_LOG_READERS: &'static str = "ER"; variable
124 pub const SDDL_ENTERPRISE_RO_DCs: &'static str = "RO"; variable
125 pub const SDDL_CERTSVC_DCOM_ACCESS: &'static str = "CD"; variable
126 pub const SDDL_ALL_APP_PACKAGES: &'static str = "AC"; variable
127 pub const SDDL_RDS_REMOTE_ACCESS_SERVERS: &'static str = "RA"; variable
128 pub const SDDL_RDS_ENDPOINT_SERVERS: &'static str = "ES"; variable
129 pub const SDDL_RDS_MANAGEMENT_SERVERS: &'static str = "MS"; variable
130 pub const SDDL_USER_MODE_DRIVERS: &'static str = "UD"; variable
131 pub const SDDL_HYPER_V_ADMINS: &'static str = "HA"; variable
132 pub const SDDL_CLONEABLE_CONTROLLERS: &'static str = "CN"; variable
133 pub const SDDL_ACCESS_CONTROL_ASSISTANCE_OPS: &'static str = "AA"; variable
134 pub const SDDL_REMOTE_MANAGEMENT_USERS: &'static str = "RM"; variable
135 pub const SDDL_AUTHORITY_ASSERTED: &'static str = "AS"; variable
136 pub const SDDL_SERVICE_ASSERTED: &'static str = "SS"; variable
137 pub const SDDL_PROTECTED_USERS: &'static str = "AP"; variable
138 pub const SDDL_KEY_ADMINS: &'static str = "KA"; variable
139 pub const SDDL_ENTERPRISE_KEY_ADMINS: &'static str = "EK"; variable
140 pub const SDDL_ML_LOW: &'static str = "LW"; variable
141 pub const SDDL_ML_MEDIUM: &'static str = "ME"; variable
142 pub const SDDL_ML_MEDIUM_PLUS: &'static str = "MP"; variable
143 pub const SDDL_ML_HIGH: &'static str = "HI"; variable
144 pub const SDDL_ML_SYSTEM: &'static str = "SI"; variable
160 pub const SDDL_SEPERATOR: &'static str = ";"; variable
161 pub const SDDL_DELIMINATOR: &'static str = ":"; variable
162 pub const SDDL_ACE_BEGIN: &'static str = "("; variable
163 pub const SDDL_ACE_END: &'static str = ")"; variable
164 pub const SDDL_ACE_COND_BEGIN: &'static str = "("; variable
165 pub const SDDL_ACE_COND_END: &'static str = ")"; variable
166 pub const SDDL_SPACE: &'static str = " "; variable
167 pub const SDDL_ACE_COND_BLOB_PREFIX: &'static str = "#"; variable
168 pub const SDDL_ACE_COND_SID_PREFIX: &'static str = "SID"; variable
169 pub const SDDL_ACE_COND_ATTRIBUTE_PREFIX: &'static str = "@"; variable
170 pub const SDDL_ACE_COND_USER_ATTRIBUTE_PREFIX: &'static str = "@USER."; variable
171 pub const SDDL_ACE_COND_RESOURCE_ATTRIBUTE_PREFIX: &'static str = "@RESOURCE."; variable
172 pub const SDDL_ACE_COND_DEVICE_ATTRIBUTE_PREFIX: &'static str = "@DEVICE."; variable
173 pub const SDDL_ACE_COND_TOKEN_ATTRIBUTE_PREFIX: &'static str = "@TOKEN."; variable