Home
last modified time | relevance | path

Searched defs:gp_ctx (Results 1 – 5 of 5) sorted by relevance

/dports/net/samba412/samba-4.12.15/source4/lib/policy/
H A Dgp_ldap.c153 struct gp_context **gp_ctx) in gp_init()
203 NTSTATUS gp_list_all_gpos(struct gp_context *gp_ctx, struct gp_object ***ret) in gp_list_all_gpos()
273 NTSTATUS gp_get_gpo_info(struct gp_context *gp_ctx, const char *dn_str, struct gp_object **ret) in gp_get_gpo_info()
393 NTSTATUS gp_get_gplinks(struct gp_context *gp_ctx, const char *dn_str, struct gp_link ***ret) in gp_get_gplinks()
452 NTSTATUS gp_list_gpos(struct gp_context *gp_ctx, struct security_token *token, const char ***ret) in gp_list_gpos()
626 NTSTATUS gp_set_gplink(struct gp_context *gp_ctx, const char *dn_str, struct gp_link *gplink) in gp_set_gplink()
709 NTSTATUS gp_del_gplink(struct gp_context *gp_ctx, const char *dn_str, const char *gplink_dn) in gp_del_gplink()
801 NTSTATUS gp_get_inheritance(struct gp_context *gp_ctx, const char *dn_str, enum gpo_inheritance *in… in gp_get_inheritance()
833 NTSTATUS gp_set_inheritance(struct gp_context *gp_ctx, const char *dn_str, enum gpo_inheritance inh… in gp_set_inheritance()
869 NTSTATUS gp_create_ldap_gpo(struct gp_context *gp_ctx, struct gp_object *gpo) in gp_create_ldap_gpo()
[all …]
H A Dgp_manage.c141 NTSTATUS gp_create_gpo (struct gp_context *gp_ctx, const char *display_name, struct gp_object **ret) in gp_create_gpo()
239 NTSTATUS gp_set_acl (struct gp_context *gp_ctx, const char *dn_str, const struct security_descripto… in gp_set_acl()
286 NTSTATUS gp_push_gpo (struct gp_context *gp_ctx, const char *local_path, struct gp_object *gpo) in gp_push_gpo()
H A Dgp_filesys.c152 static NTSTATUS gp_cli_connect(struct gp_context *gp_ctx) in gp_cli_connect()
335 NTSTATUS gp_fetch_gpt (struct gp_context *gp_ctx, struct gp_object *gpo, in gp_fetch_gpt()
417 static NTSTATUS push_recursive (struct gp_context *gp_ctx, const char *local_path, in push_recursive()
523 NTSTATUS gp_push_gpt(struct gp_context *gp_ctx, const char *local_path, in gp_push_gpt()
548 NTSTATUS gp_create_gpt(struct gp_context *gp_ctx, const char *name, in gp_create_gpt()
624 NTSTATUS gp_set_gpt_security_descriptor(struct gp_context *gp_ctx, in gp_set_gpt_security_descriptor()
H A Dgp_ini.c68 NTSTATUS gp_parse_ini(TALLOC_CTX *mem_ctx, struct gp_context *gp_ctx, const char *filename, struct … in gp_parse_ini()
/dports/net/samba412/samba-4.12.15/libgpo/
H A Dgpo_ini.c360 struct gp_inifile_context *gp_ctx = NULL; in gp_inifile_init_context_direct() local