Searched refs:s4u2self_impersonated_client (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/heimdal/kdc/ |
H A D | krb5tgs.c | 1493 hdb_entry_ex *server = NULL, *client = NULL, *s4u2self_impersonated_client = NULL; in tgs_build_reply() local 1947 &s4u2self_impersonated_client); in tgs_build_reply() 1967 free(s4u2self_impersonated_client->entry.pw_end); in tgs_build_reply() 1968 s4u2self_impersonated_client->entry.pw_end = NULL; in tgs_build_reply() 1970 ret = kdc_check_flags(context, config, s4u2self_impersonated_client, tpn, in tgs_build_reply() 1979 ret = _kdc_pac_generate(context, s4u2self_impersonated_client, &p); in tgs_build_reply() 1987 s4u2self_impersonated_client->entry.principal, in tgs_build_reply() 2019 s4u2self_impersonated_client->entry.flags.forwardable) { in tgs_build_reply() 2282 if(s4u2self_impersonated_client) in tgs_build_reply() 2283 _kdc_free_ent(context, s4u2self_impersonated_client); in tgs_build_reply()
|