Searched refs:confdb_ctx (Results 1 - 25 of 67) sorted by relevance

123

/sssd/src/tests/cmocka/
H A Dcommon_mock_sdap.h31 struct confdb_ctx *confdb_ctx,
H A Dcommon_mock_sdap.c45 struct confdb_ctx *confdb_ctx,
51 ret = ldap_get_options(mem_ctx, domain, confdb_ctx, conf_path, &opts);
43 mock_sdap_options_ldap(TALLOC_CTX *mem_ctx, struct sss_domain_info *domain, struct confdb_ctx *confdb_ctx, const char *conf_path) argument
/sssd/src/confdb/
H A Dconfdb_setup.h52 struct confdb_ctx **_cdb);
H A Dconfdb_private.h25 struct confdb_ctx { struct
H A Dconfdb.h232 struct confdb_ctx;
328 * @param[in] mem_ctx The parent memory context for the confdb_ctx
338 struct confdb_ctx **cdb_ctx,
353 int confdb_get_domain(struct confdb_ctx *cdb,
367 int confdb_get_domains(struct confdb_ctx *cdb,
383 struct confdb_ctx *cdb,
412 int confdb_add_param(struct confdb_ctx *cdb,
437 int confdb_get_param(struct confdb_ctx *cdb,
465 int confdb_get_string(struct confdb_ctx *cdb, TALLOC_CTX *ctx,
492 int confdb_get_int(struct confdb_ctx *cd
[all...]
H A Dconfdb_setup.c34 static int confdb_test(struct confdb_ctx *cdb)
75 static int confdb_purge(struct confdb_ctx *cdb)
110 static int confdb_create_base(struct confdb_ctx *cdb)
132 struct confdb_ctx *cdb)
357 struct confdb_ctx **_cdb)
360 struct confdb_ctx *cdb;
H A Dconfdb.c109 int confdb_add_param(struct confdb_ctx *cdb,
223 int confdb_get_param(struct confdb_ctx *cdb,
300 int confdb_set_string(struct confdb_ctx *cdb,
372 int confdb_get_string(struct confdb_ctx *cdb, TALLOC_CTX *ctx,
422 int confdb_get_int(struct confdb_ctx *cdb,
478 long confdb_get_long(struct confdb_ctx *cdb,
529 int confdb_get_bool(struct confdb_ctx *cdb,
588 int confdb_get_string_as_list(struct confdb_ctx *cdb, TALLOC_CTX *ctx,
625 struct confdb_ctx **cdb_ctx,
628 struct confdb_ctx *cd
[all...]
/sssd/src/tools/
H A Dsss_sync_ops.h66 struct confdb_ctx *confdb,
76 struct confdb_ctx *confdb,
H A Dsss_debuglevel.c47 struct confdb_ctx *confdb;
53 static errno_t connect_to_confdb(TALLOC_CTX *ctx, struct confdb_ctx **cdb_ctx);
54 static errno_t get_confdb_sections(TALLOC_CTX *ctx, struct confdb_ctx *confdb,
208 errno_t connect_to_confdb(TALLOC_CTX *ctx, struct confdb_ctx **cdb_ctx)
230 errno_t get_confdb_sections(TALLOC_CTX *ctx, struct confdb_ctx *confdb,
H A Dtools_util.h47 struct confdb_ctx *confdb;
/sssd/src/providers/ad/
H A Dad_common.h104 struct confdb_ctx *cdb,
135 struct confdb_ctx *cdb,
140 struct confdb_ctx *cdb,
/sssd/src/providers/ipa/
H A Dipa_common.h240 struct confdb_ctx *cdb,
246 struct confdb_ctx *cdb,
251 struct confdb_ctx *cdb,
256 struct confdb_ctx *cdb,
/sssd/src/util/
H A Dserver.c362 struct confdb_ctx *confdb;
386 errno_t server_common_rotate_logs(struct confdb_ctx *confdb,
561 ret = confdb_init(ctx, &ctx->confdb_ctx, conf_db);
569 ret = confdb_get_int(ctx->confdb_ctx, conf_entry,
581 ret = confdb_get_int(ctx->confdb_ctx, conf_entry,
597 ret = confdb_get_bool(ctx->confdb_ctx, conf_entry,
612 ret = confdb_get_bool(ctx->confdb_ctx, conf_entry,
627 ret = confdb_get_bool(ctx->confdb_ctx, conf_entry,
641 lctx->confdb = ctx->confdb_ctx;
661 ret = confdb_get_int(ctx->confdb_ctx, conf_entr
[all...]
H A Dutil.h166 struct confdb_ctx *confdb_ctx; member in struct:main_context
170 errno_t server_common_rotate_logs(struct confdb_ctx *confdb,
218 struct confdb_ctx *cdb,
536 struct confdb_ctx *cdb,
/sssd/src/responder/autofs/
H A Dautofssrv.c47 struct confdb_ctx *cdb)
101 struct confdb_ctx *cdb)
238 main_ctx->confdb_ctx);
/sssd/src/providers/krb5/
H A Dkrb5_common.h153 errno_t krb5_try_kdcip(struct confdb_ctx *cdb, const char *conf_path,
156 errno_t sss_krb5_get_options(TALLOC_CTX *memctx, struct confdb_ctx *cdb,
/sssd/src/responder/pam/
H A Dpamsrv.h103 errno_t filter_responses(struct confdb_ctx *cdb,
/sssd/src/responder/secrets/
H A Dsecsrv.c123 struct confdb_ctx *cdb)
231 main_ctx->confdb_ctx);
/sssd/src/responder/ssh/
H A Dsshsrv.c68 struct confdb_ctx *cdb)
230 main_ctx->confdb_ctx);
/sssd/src/responder/sudo/
H A Dsudosrv.c70 struct confdb_ctx *cdb)
220 main_ctx->confdb_ctx);
/sssd/src/responder/common/
H A Dnegcache.h88 struct confdb_ctx *cdb,
/sssd/src/tests/
H A Dcommon_dom.c35 struct confdb_ctx **_cdb)
38 struct confdb_ctx *cdb = NULL;
72 struct confdb_ctx *cdb,
186 struct confdb_ctx *cdb,
/sssd/src/tools/common/
H A Dsss_tools.h30 struct confdb_ctx *confdb;
/sssd/src/providers/ldap/
H A Dldap_common.h194 struct confdb_ctx *cdb,
198 int ldap_get_sudo_options(struct confdb_ctx *cdb,
206 struct confdb_ctx *cdb,
/sssd/src/providers/data_provider/
H A Ddp_targets.c381 struct confdb_ctx *confdb_ctx,
404 ret = confdb_get_string(confdb_ctx, mem_ctx, conf_path,
424 static errno_t dp_load_configuration(struct confdb_ctx *cdb,
380 dp_get_module_name(TALLOC_CTX *mem_ctx, struct confdb_ctx *confdb_ctx, const char *conf_path, struct dp_target **targets, enum dp_targets type, bool *_is_default) argument

Completed in 190 milliseconds

123