mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
libgpo: rename debug_gpext_header to gpext_debug_header.
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
committed by
Andreas Schneider
parent
0e3c964fab
commit
69997e2911
@ -655,7 +655,7 @@ NTSTATUS free_gp_extensions(void)
|
|||||||
/****************************************************************
|
/****************************************************************
|
||||||
****************************************************************/
|
****************************************************************/
|
||||||
|
|
||||||
void debug_gpext_header(int lvl,
|
void gpext_debug_header(int lvl,
|
||||||
const char *name,
|
const char *name,
|
||||||
uint32_t flags,
|
uint32_t flags,
|
||||||
struct GROUP_POLICY_OBJECT *gpo,
|
struct GROUP_POLICY_OBJECT *gpo,
|
||||||
|
@ -92,7 +92,7 @@ NTSTATUS gp_ext_info_add_entry(TALLOC_CTX *mem_ctx,
|
|||||||
NTSTATUS shutdown_gp_extensions(void);
|
NTSTATUS shutdown_gp_extensions(void);
|
||||||
NTSTATUS init_gp_extensions(TALLOC_CTX *mem_ctx);
|
NTSTATUS init_gp_extensions(TALLOC_CTX *mem_ctx);
|
||||||
NTSTATUS free_gp_extensions(void);
|
NTSTATUS free_gp_extensions(void);
|
||||||
void debug_gpext_header(int lvl,
|
void gpext_debug_header(int lvl,
|
||||||
const char *name,
|
const char *name,
|
||||||
uint32_t flags,
|
uint32_t flags,
|
||||||
struct GROUP_POLICY_OBJECT *gpo,
|
struct GROUP_POLICY_OBJECT *gpo,
|
||||||
|
@ -283,7 +283,7 @@ static NTSTATUS registry_process_group_policy(TALLOC_CTX *mem_ctx,
|
|||||||
size_t num_entries = 0;
|
size_t num_entries = 0;
|
||||||
char *unix_path = NULL;
|
char *unix_path = NULL;
|
||||||
|
|
||||||
debug_gpext_header(0, "registry_process_group_policy", flags, gpo,
|
gpext_debug_header(0, "registry_process_group_policy", flags, gpo,
|
||||||
extension_guid, snapin_guid);
|
extension_guid, snapin_guid);
|
||||||
|
|
||||||
status = gpo_get_unix_path(mem_ctx, cache_path(GPO_CACHE_DIR), gpo, &unix_path);
|
status = gpo_get_unix_path(mem_ctx, cache_path(GPO_CACHE_DIR), gpo, &unix_path);
|
||||||
|
@ -357,7 +357,7 @@ static NTSTATUS scripts_process_group_policy(TALLOC_CTX *mem_ctx,
|
|||||||
GP_SCRIPTS_INI_LOGOFF
|
GP_SCRIPTS_INI_LOGOFF
|
||||||
};
|
};
|
||||||
|
|
||||||
debug_gpext_header(0, "scripts_process_group_policy", flags, gpo,
|
gpext_debug_header(0, "scripts_process_group_policy", flags, gpo,
|
||||||
extension_guid, snapin_guid);
|
extension_guid, snapin_guid);
|
||||||
|
|
||||||
status = gpo_get_unix_path(mem_ctx, cache_path(GPO_CACHE_DIR), gpo, &unix_path);
|
status = gpo_get_unix_path(mem_ctx, cache_path(GPO_CACHE_DIR), gpo, &unix_path);
|
||||||
|
@ -152,7 +152,7 @@ static NTSTATUS security_process_group_policy(TALLOC_CTX *mem_ctx,
|
|||||||
char *unix_path = NULL;
|
char *unix_path = NULL;
|
||||||
struct gp_inifile_context *ini_ctx = NULL;
|
struct gp_inifile_context *ini_ctx = NULL;
|
||||||
|
|
||||||
debug_gpext_header(0, "security_process_group_policy", flags, gpo,
|
gpext_debug_header(0, "security_process_group_policy", flags, gpo,
|
||||||
extension_guid, snapin_guid);
|
extension_guid, snapin_guid);
|
||||||
|
|
||||||
/* this handler processes the gpttmpl files and merge output to the
|
/* this handler processes the gpttmpl files and merge output to the
|
||||||
|
Reference in New Issue
Block a user