Home
last modified time | relevance | path

Searched refs:last_failed (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/heimdal/lib/kadm5/
H A Dmarshall.c162 CHECK(krb5_store_int32(sp, princ->last_failed)); in store_principal_ent()
271 princ->last_failed = tmp; in ret_principal_ent()
H A Dadmin.h151 krb5_timestamp last_failed; member
H A Dad.c965 entry->last_failed = nt2unixtime(vals[0]); in kadm5_ad_get_principal()
/freebsd/crypto/heimdal/kadmin/
H A Drpc.c418 CHECK(krb5_store_int32(sp, ent->last_failed)); in store_principal_ent()
487 ent->last_failed = flag; in ret_principal_ent()
H A Dget.c217 time_t2str(princ->last_failed, buf, buf_len, !condensed); in format_field()