Home
last modified time | relevance | path

Searched refs:last_pwd_change (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/crypto/heimdal/lib/kadm5/
HDmarshall.c134 CHECK(krb5_store_int32(sp, princ->last_pwd_change)); in store_principal_ent()
221 princ->last_pwd_change = tmp; in ret_principal_ent()
HDadmin.h137 krb5_timestamp last_pwd_change; member
HDget_s.c98 hdb_entry_get_pw_change_time(&ent.entry, &out->last_pwd_change); in kadm5_s_get_principal()
HDad.c970 entry->last_pwd_change = nt2unixtime(vals[0]); in kadm5_ad_get_principal()
/freebsd-13-stable/crypto/heimdal/kadmin/
HDrpc.c405 CHECK(krb5_store_uint32(sp, ent->last_pwd_change)); in store_principal_ent()
465 ent->last_pwd_change = flag; in ret_principal_ent()
HDget.c180 time_t2str(princ->last_pwd_change, buf, buf_len, !condensed); in format_field()