Searched refs:stub_auth (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/krb5/src/kadmin/server/ |
| H A D | server_stubs.c | 321 stub_auth(kadm5_server_handle_t handle, int opcode, krb5_const_principal p1, in stub_auth() function 581 !stub_auth(handle, OP_DELPRINC, arg->princ, NULL, NULL, NULL)) { in delete_principal_2_svc() 701 !stub_auth(handle, OP_RENPRINC, arg->src, arg->dest, NULL, NULL)) { in rename_principal_2_svc() 771 !stub_auth(handle, OP_GETPRINC, rec.principal, NULL, NULL, NULL)) { in get_principal_2_svc() 815 !stub_auth(handle, OP_LISTPRINCS, NULL, NULL, NULL, NULL)) { in get_princs_2_svc() 863 !stub_auth(handle, OP_CPW, rec.principal, NULL, NULL, NULL)) { in chpass_principal_2_svc() 918 !stub_auth(handle, OP_CPW, rec.principal, NULL, NULL, NULL)) { in chpass_principal3_2_svc() 974 stub_auth(handle, OP_SETKEY, rec.principal, NULL, NULL, NULL)) { in setkey_principal_2_svc() 1026 stub_auth(handle, OP_SETKEY, rec.principal, NULL, NULL, NULL)) { in setkey_principal3_2_svc() 1080 stub_auth(handle, OP_SETKEY, rec.principal, NULL, NULL, NULL)) { in setkey_principal4_2_svc() [all …]
|