Searched defs:uuid (Results 1 - 13 of 13) sorted by relevance

/sssd-io/src/responder/kcm/
H A Dkcmsrv_ccache_pvt.h37 uuid_t uuid; member in struct:kcm_cred
54 uuid_t uuid; member in struct:kcm_ccache
H A Dkcmsrv_ccache_mem.c72 uuid_t uuid)
88 if (uuid_compare(uuid, ccwrap->cc->uuid) == 0) {
256 uuid_copy(state->uuid_list[cc_index], ccwrap->cc->uuid);
289 uuid_t uuid)
316 * pass a null uuid to just reset the old ccache (for example after
319 ccwrap = memdb_get_by_uuid(memdb, client, uuid);
374 uuid_copy(state->dfl_uuid, ccwrap->cc->uuid);
402 uuid_t uuid)
415 ccwrap = memdb_get_by_uuid(memdb, client, uuid);
70 memdb_get_by_uuid(struct ccdb_mem *memdb, struct cli_creds *client, uuid_t uuid) argument
285 ccdb_mem_set_default_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct kcm_ccdb *db, struct cli_creds *client, uuid_t uuid) argument
398 ccdb_mem_getbyuuid_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct kcm_ccdb *db, struct cli_creds *client, uuid_t uuid) argument
504 ccdb_mem_name_by_uuid_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct kcm_ccdb *db, struct cli_creds *client, uuid_t uuid) argument
556 uuid_t uuid; member in struct:ccdb_mem_uuid_by_name_state
652 ccdb_mem_mod_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct kcm_ccdb *db, struct cli_creds *client, uuid_t uuid, struct kcm_mod_ctx *mod_cc) argument
696 ccdb_mem_store_cred_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct kcm_ccdb *db, struct cli_creds *client, uuid_t uuid, struct sss_iobuf *cred_blob) argument
745 ccdb_mem_delete_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct kcm_ccdb *db, struct cli_creds *client, uuid_t uuid) argument
[all...]
H A Dkcmsrv_ccache.c69 uuid_generate(cc->uuid);
105 uuid_copy(_uuid, cc->uuid);
150 uuid_t uuid; local
157 uuid_generate(uuid);
158 kcreds = kcm_cred_new(cc, uuid, cred_blob);
190 uuid_t uuid,
200 uuid_copy(kcreds->uuid, uuid);
219 uuid_copy(_uuid, crd->uuid);
444 uuid_t uuid; member in struct:kcm_ccdb_get_default_state
189 kcm_cred_new(TALLOC_CTX *mem_ctx, uuid_t uuid, struct sss_iobuf *cred_blob) argument
505 kcm_ccdb_get_default_recv(struct tevent_req *req, uuid_t *uuid) argument
526 uuid_t uuid; member in struct:kcm_ccdb_set_default_state
532 kcm_ccdb_set_default_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct kcm_ccdb *db, struct cli_creds *client, uuid_t uuid) argument
760 kcm_ccdb_getbyuuid_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct kcm_ccdb *db, struct cli_creds *client, uuid_t uuid) argument
851 kcm_ccdb_name_by_uuid_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct kcm_ccdb *db, struct cli_creds *client, uuid_t uuid) argument
926 uuid_t uuid; member in struct:kcm_ccdb_uuid_by_name_state
1109 kcm_ccdb_mod_cc_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct kcm_ccdb *db, struct cli_creds *client, uuid_t uuid, struct kcm_mod_ctx *mod_cc) argument
1184 kcm_ccdb_store_cred_blob_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct kcm_ccdb *db, struct cli_creds *client, uuid_t uuid, struct sss_iobuf *cred_blob) argument
1257 uuid_t uuid; member in struct:kcm_ccdb_delete_cc_state
1264 kcm_ccdb_delete_cc_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct kcm_ccdb *db, struct cli_creds *client, uuid_t uuid) argument
1408 kcm_debug_uuid(uuid_t uuid) argument
[all...]
H A Dkcmsrv_ccache_json.c103 uuid_t uuid)
107 uuid_unparse(uuid, uuid_str);
137 uuid_t uuid)
156 uuid_parse(uuid_str, uuid);
162 uuid_t uuid)
172 uuid_parse(uuid_str, uuid);
196 uuid_t uuid)
207 return uuid_compare(key_uuid, uuid) == 0;
318 * "uuid": <data>,
331 uuid_unparse(crd->uuid, uuid_st
101 sec_key_create(TALLOC_CTX *mem_ctx, const char *name, uuid_t uuid) argument
134 sec_key_parse(TALLOC_CTX *mem_ctx, const char *sec_key, const char **_name, uuid_t uuid) argument
161 sec_key_get_uuid(const char *sec_key, uuid_t uuid) argument
195 sec_key_match_uuid(const char *sec_key, uuid_t uuid) argument
726 uuid_t uuid; local
[all...]
H A Dkcmsrv_ops.c440 uuid_t uuid; local
460 ret = kcm_cc_get_uuid(state->new_cc, uuid);
473 uuid);
696 uuid_t uuid; local
698 ret = kcm_ccdb_uuid_by_name_recv(subreq, state, uuid);
712 uuid);
832 uuid_t uuid; local
834 ret = kcm_ccdb_uuid_by_name_recv(subreq, state, uuid);
847 uuid,
975 /* (name) -> (uuid,
1024 uuid_t uuid; local
1126 uuid_t uuid; local
1853 uuid_t uuid; local
[all...]
H A Dkcmsrv_ccache_secrets.c73 uuid_t uuid)
82 if (sec_key_match_uuid(sec_key_list[i], uuid)) {
443 uuid_t uuid; member in struct:sec_get_ccache_state
458 uuid_t uuid)
473 uuid_copy(state->uuid, uuid);
475 if ((name == NULL && uuid_is_null(uuid))
476 || (name != NULL && !uuid_is_null(uuid))) {
477 DEBUG(SSSDBG_OP_FAILURE, "Expected one of name, uuid to be set\n");
518 state->sec_key = find_by_uuid(sec_key_list, state->uuid);
72 find_by_uuid(const char **sec_key_list, uuid_t uuid) argument
453 sec_get_ccache_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct ccdb_sec *secdb, struct cli_creds *client, const char *name, uuid_t uuid) argument
886 ccdb_sec_set_default_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct kcm_ccdb *db, struct cli_creds *client, uuid_t uuid) argument
966 uuid_t uuid; member in struct:ccdb_sec_get_default_state
1058 ccdb_sec_get_default_recv(struct tevent_req *req, uuid_t uuid) argument
1177 ccdb_sec_getbyuuid_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct kcm_ccdb *db, struct cli_creds *client, uuid_t uuid) argument
1327 uuid_t uuid; member in struct:ccdb_sec_name_by_uuid_state
1334 ccdb_sec_name_by_uuid_send(TALLOC_CTX *sec_ctx, struct tevent_context *ev, struct kcm_ccdb *db, struct cli_creds *client, uuid_t uuid) argument
1436 uuid_t uuid; member in struct:ccdb_sec_uuid_by_name_state
1698 ccdb_sec_mod_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct kcm_ccdb *db, struct cli_creds *client, uuid_t uuid, struct kcm_mod_ctx *mod_cc) argument
1825 ccdb_sec_store_cred_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct kcm_ccdb *db, struct cli_creds *client, uuid_t uuid, struct sss_iobuf *cred_blob) argument
1943 uuid_t uuid; member in struct:ccdb_sec_delete_state
1952 ccdb_sec_delete_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct kcm_ccdb *db, struct cli_creds *client, uuid_t uuid) argument
[all...]
/sssd-io/src/providers/ipa/
H A Dipa_views.c254 errno_t get_dp_id_data_for_uuid(TALLOC_CTX *mem_ctx, const char *uuid, argument
258 return get_dp_id_data_for_xyz(mem_ctx, uuid, domain_name, BE_REQ_BY_UUID,
H A Dipa_id.c314 * of groups includes "uuid=*"
828 const char *uuid; local
867 uuid = ldb_msg_find_attr_as_string(state->obj_msg, SYSDB_UUID, NULL);
868 if (uuid == NULL) {
874 ret = get_dp_id_data_for_uuid(state, uuid, state->domain->name,
/sssd-io/src/tests/cmocka/
H A Dtest_kcm_json_marshalling.c210 uuid_t uuid; local
213 uuid_clear(uuid);
214 ret = sec_key_get_uuid(TEST_SEC_KEY_ONEDIGIT, uuid);
216 uuid_unparse(uuid, str_uuid);
219 ret = sec_key_get_uuid(TEST_SEC_KEY_NOSEP, uuid);
222 ret = sec_key_get_uuid(TEST_UUID_STR, uuid);
225 ret = sec_key_get_uuid(NULL, uuid);
H A Dtest_sysdb_views.c353 char *uuid; local
357 ret = split_ipa_anchor(test_ctx, NULL, &dom, &uuid);
360 ret = split_ipa_anchor(test_ctx, "fwfkwjfkw", &dom, &uuid);
363 ret = split_ipa_anchor(test_ctx, ":IPA:", &dom, &uuid);
366 ret = split_ipa_anchor(test_ctx, ":IPA:abc", &dom, &uuid);
369 ret = split_ipa_anchor(test_ctx, ":IPA:abc:", &dom, &uuid);
372 ret = split_ipa_anchor(test_ctx, ":IPA:abc:def", &dom, &uuid);
375 assert_string_equal(uuid, "def");
/sssd-io/src/providers/ldap/
H A Dsdap_async_initgroups.c45 const char *uuid = NULL; local
205 &uuid);
209 uuid = NULL;
227 uuid, posix, now);
237 original_dn, sid_str, uuid, posix,
3567 const char *uuid,
3584 uuid, posix, now);
3561 sdap_handle_id_collision_for_incomplete_groups(struct data_provider *dp, struct sss_domain_info *domain, const char *name, gid_t gid, const char *original_dn, const char *sid_str, const char *uuid, bool posix, time_t now) argument
/sssd-io/src/tests/
H A Dsysdb-tests.c5751 const char *uuid; local
5761 uuid = "11111111-2222-3333-4444-555555555555";
5763 ret = sysdb_attrs_add_string(data->attrs, SYSDB_UUID, uuid);
5779 uuid, NULL, &res);
/sssd-io/src/db/
H A Dsysdb_ops.c2373 const char *uuid,
2383 const char *values[] = { sid_str, uuid, original_dn, NULL };
2456 if (uuid) {
2457 ret = sysdb_attrs_add_string(attrs, SYSDB_UUID, uuid);
2368 sysdb_add_incomplete_group(struct sss_domain_info *domain, const char *name, gid_t gid, const char *original_dn, const char *sid_str, const char *uuid, bool posix, time_t now) argument

Completed in 61 milliseconds