Changeset 740 for vendor/current/libgpo/gpo.h
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/libgpo/gpo.h
r414 r740 25 25 #else 26 26 struct loadparm_context; 27 #include "ads.h" 27 28 #endif 28 29 … … 156 157 157 158 struct gp_registry_context { 158 const NT_USER_TOKEN*token;159 const struct security_token *token; 159 160 const char *path; 160 161 struct registry_key *curr_key; … … 215 216 TALLOC_CTX *mem_ctx, 216 217 const char *dn, 217 NT_USER_TOKEN**token);218 struct security_token **token); 218 219 ADS_STATUS ads_get_gpo_list(ADS_STRUCT *ads, 219 220 TALLOC_CTX *mem_ctx, 220 221 const char *dn, 221 222 uint32_t flags, 222 const NT_USER_TOKEN*token,223 const struct security_token *token, 223 224 struct GROUP_POLICY_OBJECT **gpo_list); 224 225 … … 226 227 227 228 NTSTATUS gpo_apply_security_filtering(const struct GROUP_POLICY_OBJECT *gpo, 228 const NT_USER_TOKEN*token);229 const struct security_token *token); 229 230 230 231 /* The following definitions come from libgpo/gpo_util.c */ … … 245 246 ADS_STATUS gpo_process_a_gpo(ADS_STRUCT *ads, 246 247 TALLOC_CTX *mem_ctx, 247 const NT_USER_TOKEN*token,248 const struct security_token *token, 248 249 struct registry_key *root_key, 249 250 struct GROUP_POLICY_OBJECT *gpo, … … 252 253 ADS_STATUS gpo_process_gpo_list(ADS_STRUCT *ads, 253 254 TALLOC_CTX *mem_ctx, 254 const NT_USER_TOKEN*token,255 const struct security_token *token, 255 256 struct GROUP_POLICY_OBJECT *gpo_list, 256 257 const char *extensions_guid_filter, … … 282 283 struct loadparm_context *lp_ctx, 283 284 const char *dn, 284 NT_USER_TOKEN**token);285 struct security_token **token); 285 286 286 287
Note:
See TracChangeset
for help on using the changeset viewer.