Home
last modified time | relevance | path

Searched refs:ap_req_nofail (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/heimdal/lib/krb5/
H A Dverify_init.c44 int ap_req_nofail) in krb5_verify_init_creds_opt_set_ap_req_nofail() argument
47 options->ap_req_nofail = ap_req_nofail; in krb5_verify_init_creds_opt_set_ap_req_nofail()
59 && options->ap_req_nofail != 0) in fail_verify_is_ok()
H A Dkrb5.h752 int ap_req_nofail; member
/freebsd/crypto/heimdal/doc/
H A Dinit-creds205 int ap_req_nofail;
212 int ap_req_nofail);
252 If ap_req_nofail is specified, then failures of the AP_REQ
253 verification are considered errors if and only if ap_req_nofail is
/freebsd/crypto/heimdal/
H A DChangeLog.19981592 * lib/krb5/verify_init.c: fix ap_req_nofail semantics