Searched refs:current_caller (Results 1 – 4 of 4) sorted by relevance
| /src/crypto/krb5/src/lib/kadm5/ |
| H A D | server_internal.h | 47 krb5_principal current_caller; member 119 extern krb5_principal current_caller; 151 if (! srvr->current_caller) \
|
| /src/crypto/krb5/src/lib/kadm5/srv/ |
| H A D | server_init.c | 80 krb5_free_principal(handle->context, handle->current_caller); in free_handle() 240 &handle->current_caller); in kadm5_init()
|
| H A D | server_kdb.c | 377 handle->current_caller); in kdb_put_entry()
|
| /src/crypto/krb5/src/kadmin/server/ |
| H A D | server_stubs.c | 125 &handle->current_caller)) { in new_server_handle() 146 krb5_free_principal(handle->context, handle->current_caller); in free_server_handle() 324 return auth(handle->context, opcode, handle->current_caller, p1, p2, in stub_auth() 332 return auth(handle->context, opcode, handle->current_caller, NULL, NULL, in stub_auth_pol() 341 return auth_restrict(handle->context, opcode, handle->current_caller, in stub_auth_restrict() 352 !krb5_principal_compare(handle->context, handle->current_caller, in changepw_not_self() 374 if (!krb5_principal_compare(handle->context, handle->current_caller, in check_self_keychange() 397 if (krb5_principal_compare(handle->context, handle->current_caller, princ)) in clamp_self_keepold() 1395 ret2 = kadm5_get_principal(handle->lhandle, handle->current_caller, in get_policy_2_svc()
|