Lines Matching defs:client
37 krb5_free_principal(NULL, cc->client);
71 kret = krb5_copy_principal(k5c, princ, &cc->client);
111 return cc ? cc->client : NULL;
115 struct cli_creds *client)
118 uid_t uid = cli_creds_get_uid(client);
119 gid_t gid = cli_creds_get_gid(client);
134 cli_creds_get_uid(client),
135 cli_creds_get_gid(client),
278 struct cli_creds *client;
286 struct cli_creds *client)
298 state->client = client;
300 if (ev == NULL || db == NULL || client == NULL) {
305 subreq = state->db->ops->nextid_send(state, ev, state->db, client);
339 cli_creds_get_uid(state->client),
364 struct cli_creds *client;
374 struct cli_creds *client)
386 state->client = client;
388 if (ev == NULL || db == NULL || client == NULL) {
396 client);
452 struct cli_creds *client)
465 if (ev == NULL || db == NULL || client == NULL) {
470 subreq = db->ops->get_default_send(state, ev, db, client);
525 struct cli_creds *client;
535 struct cli_creds *client,
549 state->client = client;
552 if (ev == NULL || db == NULL || client == NULL) {
562 state->client,
570 /* Otherwise we need to check if the client can access the UUID
573 subreq = db->ops->getbyuuid_send(state, ev, db, client, uuid);
615 ok = kcm_cc_access(cc, state->client);
624 state->client,
662 struct cli_creds *client;
672 struct cli_creds *client,
685 state->client = client;
687 if (ev == NULL || db == NULL || client == NULL || name == NULL) {
692 subreq = db->ops->getbyname_send(state, ev, db, client, name);
731 ok = kcm_cc_access(state->cc, state->client);
753 struct cli_creds *client;
763 struct cli_creds *client,
776 state->client = client;
778 if (ev == NULL || db == NULL || client == NULL) {
783 subreq = db->ops->getbyuuid_send(state, ev, db, client, uuid);
822 ok = kcm_cc_access(state->cc, state->client);
844 struct cli_creds *client;
854 struct cli_creds *client,
869 state->client = client;
871 if (ev == NULL || db == NULL || client == NULL || uuid_is_null(uuid)) {
876 subreq = db->ops->name_by_uuid_send(state, ev, db, client, uuid);
924 struct cli_creds *client;
934 struct cli_creds *client,
949 state->client = client;
951 if (ev == NULL || db == NULL || client == NULL || name == NULL) {
956 subreq = db->ops->uuid_by_name_send(state, ev, db, client, name);
1011 struct cli_creds *client,
1026 if (ev == NULL || db == NULL || client == NULL || cc == NULL) {
1031 ok = kcm_cc_access(cc, client);
1040 client,
1112 struct cli_creds *client,
1127 if (ev == NULL || db == NULL || client == NULL || mod_cc == NULL) {
1135 client,
1187 struct cli_creds *client,
1202 if (ev == NULL || db == NULL || client == NULL || cred_blob == NULL) {
1210 client,
1256 struct cli_creds *client;
1267 struct cli_creds *client,
1281 state->client = client;
1284 if (ev == NULL || db == NULL || client == NULL) {
1292 state->client,
1332 state->client);
1372 state->client,
1420 errno_t kcm_check_name(const char *name, struct cli_creds *client)
1426 "%"SPRIuid, cli_creds_get_uid(client));