Searched refs:memctx (Results 1 - 25 of 62) sorted by relevance

123

/sssd/src/providers/ldap/
H A Dsdap_users.h29 errno_t sdap_fallback_local_user(TALLOC_CTX *memctx,
33 int sdap_save_user(TALLOC_CTX *memctx,
H A Dsdap_id_op.h40 int sdap_id_conn_cache_create(TALLOC_CTX *memctx,
45 struct sdap_id_op *sdap_id_op_create(TALLOC_CTX *memctx, struct sdap_id_conn_cache *cache);
49 TALLOC_CTX *memctx,
H A Dsdap_async_enum.h30 sdap_dom_enum_ex_send(TALLOC_CTX *memctx,
41 sdap_dom_enum_send(TALLOC_CTX *memctx,
H A Dsdap_async.h36 struct tevent_req *sdap_connect_send(TALLOC_CTX *memctx,
43 TALLOC_CTX *memctx,
68 struct tevent_req *sdap_search_user_send(TALLOC_CTX *memctx,
78 int sdap_search_user_recv(TALLOC_CTX *memctx, struct tevent_req *req,
83 struct tevent_req *sdap_get_users_send(TALLOC_CTX *memctx,
97 struct tevent_req *sdap_get_groups_send(TALLOC_CTX *memctx,
110 struct tevent_req *sdap_get_netgroups_send(TALLOC_CTX *memctx,
125 struct tevent_req *sdap_auth_send(TALLOC_CTX *memctx,
135 TALLOC_CTX *memctx,
138 struct tevent_req *sdap_get_initgr_send(TALLOC_CTX *memctx,
[all...]
H A Dldap_auth.h32 int get_user_dn(TALLOC_CTX *memctx,
H A Dsdap_autofs.h34 sdap_autofs_setautomntent_send(TALLOC_CTX *memctx,
H A Dsdap_async_private.h44 struct sdap_handle *sdap_handle_create(TALLOC_CTX *memctx);
59 int sdap_op_add(TALLOC_CTX *memctx, struct tevent_context *ev,
64 struct tevent_req *sdap_get_rootdse_send(TALLOC_CTX *memctx,
69 TALLOC_CTX *memctx,
91 int sdap_save_users(TALLOC_CTX *memctx,
H A Dsdap.h510 int sdap_copy_map(TALLOC_CTX *memctx,
515 int sdap_extend_map(TALLOC_CTX *memctx,
534 int sdap_get_map(TALLOC_CTX *memctx,
541 int sdap_parse_entry(TALLOC_CTX *memctx,
568 int build_attrs_from_map(TALLOC_CTX *memctx,
580 errno_t sdap_get_group_primary_name(TALLOC_CTX *memctx,
586 errno_t sdap_get_user_primary_name(TALLOC_CTX *memctx,
592 errno_t sdap_get_netgroup_primary_name(TALLOC_CTX *memctx,
601 int sdap_get_server_opts_from_rootdse(TALLOC_CTX *memctx,
H A Dldap_common.h167 int sdap_service_init(TALLOC_CTX *memctx, struct be_ctx *ctx,
192 int ldap_get_options(TALLOC_CTX *memctx,
205 int ldap_get_autofs_options(TALLOC_CTX *memctx,
240 struct tevent_req *groups_get_send(TALLOC_CTX *memctx,
252 struct tevent_req *ldap_netgroup_get_send(TALLOC_CTX *memctx,
H A Dsdap.c48 int sdap_copy_map(TALLOC_CTX *memctx, argument
56 map = talloc_array(memctx, struct sdap_attr_map, num_entries + 1);
151 int sdap_extend_map(TALLOC_CTX *memctx, argument
175 map = talloc_realloc(memctx, src_map, struct sdap_attr_map,
327 int sdap_get_map(TALLOC_CTX *memctx, argument
338 map = talloc_zero_array(memctx, struct sdap_attr_map, num_entries + 1);
393 int sdap_parse_entry(TALLOC_CTX *memctx, argument
624 *_attrs = talloc_steal(memctx, attrs);
926 static int sdap_init_sup_list(TALLOC_CTX *memctx, argument
932 list->vals = talloc_array(memctx, cha
1259 sdap_get_server_opts_from_rootdse(TALLOC_CTX *memctx, const char *server, struct sysdb_attrs *rootdse, struct sdap_options *opts, struct sdap_server_opts **srv_opts) argument
1471 build_attrs_from_map(TALLOC_CTX *memctx, struct sdap_attr_map *map, size_t size, const char **filter, const char ***_attrs, size_t *attr_count) argument
1574 sdap_get_primary_name(TALLOC_CTX *memctx, const char *attr_name, struct sysdb_attrs *attrs, struct sss_domain_info *dom, const char **_primary_name) argument
1630 sdap_get_user_primary_name(TALLOC_CTX *memctx, struct sdap_options *opts, struct sysdb_attrs *attrs, struct sss_domain_info *dom, const char **_user_name) argument
1641 sdap_get_group_primary_name(TALLOC_CTX *memctx, struct sdap_options *opts, struct sysdb_attrs *attrs, struct sss_domain_info *dom, const char **_group_name) argument
1652 sdap_get_netgroup_primary_name(TALLOC_CTX *memctx, struct sdap_options *opts, struct sysdb_attrs *attrs, struct sss_domain_info *dom, const char **_netgroup_name) argument
[all...]
H A Dsdap_async_users.c116 int sdap_save_user(TALLOC_CTX *memctx, argument
205 ret = sdap_get_user_primary_name(memctx, opts, attrs, dom, &user_name);
515 *_usn_value = talloc_steal(memctx, usn_value);
518 talloc_steal(memctx, user_attrs);
534 int sdap_save_users(TALLOC_CTX *memctx, argument
556 tmpctx = talloc_new(memctx);
605 *_usn_value = talloc_steal(memctx, higher_usn);
648 struct tevent_req *sdap_search_user_send(TALLOC_CTX *memctx, argument
663 req = tevent_req_create(memctx, &state, struct sdap_search_user_state);
838 int sdap_search_user_recv(TALLOC_CTX *memctx, struc argument
876 sdap_get_users_send(TALLOC_CTX *memctx, struct tevent_context *ev, struct sss_domain_info *dom, struct sysdb_ctx *sysdb, struct sdap_options *opts, struct sdap_search_base **search_bases, struct sdap_handle *sh, const char **attrs, const char *filter, int timeout, enum sdap_entry_lookup_type lookup_type) argument
976 sdap_fallback_local_user(TALLOC_CTX *memctx, const char *name, uid_t uid, struct sysdb_attrs ***reply) argument
[all...]
H A Dsdap_async_netgroups.c41 static errno_t sdap_save_netgroup(TALLOC_CTX *memctx, argument
55 ret = sdap_get_netgroup_primary_name(memctx, opts, attrs, dom, &name);
63 netgroup_attrs = sysdb_new_attrs(memctx);
93 timestamp = talloc_strdup(memctx, (const char*)el->values[0].data);
232 struct tevent_req *netgr_translate_members_send(TALLOC_CTX *memctx, argument
256 req = tevent_req_create(memctx, &state,
585 struct tevent_req *sdap_get_netgroups_send(TALLOC_CTX *memctx, argument
600 req = tevent_req_create(memctx, &state, struct sdap_get_netgroups_state);
/sssd/src/util/
H A Dmemory.c33 int password_destructor(void *memctx) argument
35 char *password = (char *)memctx;
H A Dutil.h198 int password_destructor(void *memctx);
201 char *get_uppercase_realm(TALLOC_CTX *memctx, const char *name);
225 int sss_parse_name(TALLOC_CTX *memctx,
229 int sss_parse_name_for_domains(TALLOC_CTX *memctx,
414 const char **dup_string_list(TALLOC_CTX *memctx, const char **str_list);
422 errno_t diff_string_lists(TALLOC_CTX *memctx,
477 int domain_to_basedn(TALLOC_CTX *memctx, const char *domain, char **basedn);
H A Dusertools.c42 char *get_uppercase_realm(TALLOC_CTX *memctx, const char *name) argument
47 realm = talloc_strdup(memctx, name);
306 int sss_parse_name(TALLOC_CTX *memctx, argument
340 *_name = talloc_strdup(memctx, result);
355 *_domain = talloc_strdup(memctx, result);
380 int sss_parse_name_for_domains(TALLOC_CTX *memctx, argument
469 *domain = talloc_steal(memctx, rdomain);
483 *domain = talloc_steal(memctx, candidate_domain);
497 *domain = talloc_steal(memctx, rdomain);
501 *name = talloc_steal(memctx, rnam
[all...]
/sssd/src/providers/ipa/
H A Dipa_id.h46 struct tevent_req *ipa_get_netgroups_send(TALLOC_CTX *memctx,
73 struct tevent_req *ipa_get_subdom_acct_send(TALLOC_CTX *memctx,
105 struct tevent_req *ipa_subdomain_account_send(TALLOC_CTX *memctx,
121 ipa_initgr_get_overrides_send(TALLOC_CTX *memctx,
140 ipa_resolve_user_list_send(TALLOC_CTX *memctx, struct tevent_context *ev,
H A Dipa_common.h239 int ipa_get_options(TALLOC_CTX *memctx,
268 int ipa_service_init(TALLOC_CTX *memctx, struct be_ctx *ctx,
/sssd/src/providers/
H A Ddata_provider_opts.c83 int dp_get_options(TALLOC_CTX *memctx, argument
93 opts = talloc_zero_array(memctx, struct dp_option, num_opts);
191 static int dp_copy_options_ex(TALLOC_CTX *memctx, argument
200 opts = talloc_zero_array(memctx, struct dp_option, num_opts);
285 int dp_copy_options(TALLOC_CTX *memctx, argument
290 return dp_copy_options_ex(memctx, true, src_opts, num_opts, _opts);
293 int dp_copy_defaults(TALLOC_CTX *memctx, argument
298 return dp_copy_options_ex(memctx, false, src_opts, num_opts, _opts);
H A Dbackend.h157 int be_fo_service_add_callback(TALLOC_CTX *memctx,
181 struct tevent_req *be_resolve_server_send(TALLOC_CTX *memctx,
/sssd/src/providers/krb5/
H A Dkrb5_common.h156 errno_t sss_krb5_get_options(TALLOC_CTX *memctx, struct confdb_ctx *cdb,
162 int krb5_service_init(TALLOC_CTX *memctx, struct be_ctx *ctx,
/sssd/src/util/crypto/
H A Dsss_crypto.h25 int s3crypt_gen_salt(TALLOC_CTX *memctx, char **_salt);
/sssd/src/responder/common/
H A Dnegcache.h28 int sss_ncache_init(TALLOC_CTX *memctx, uint32_t timeout,
/sssd/src/responder/nss/
H A Dnsssrv_private.h129 errno_t nss_setent_add_ref(TALLOC_CTX *memctx,
/sssd/src/util/crypto/nss/
H A Dnss_sha512crypt.c333 int s3crypt_sha512(TALLOC_CTX *memctx, argument
342 hash = talloc_size(memctx, hlen);
354 int s3crypt_gen_salt(TALLOC_CTX *memctx, char **_salt) argument
366 salt = talloc_size(memctx, SALT_LEN_MAX + 1);
/sssd/src/util/crypto/libcrypto/
H A Dcrypto_sha512crypt.c343 int s3crypt_sha512(TALLOC_CTX *memctx, argument
352 hash = talloc_size(memctx, hlen);
364 int s3crypt_gen_salt(TALLOC_CTX *memctx, char **_salt) argument
371 salt = talloc_size(memctx, SALT_LEN_MAX + 1);

Completed in 4299 milliseconds

123