Home
last modified time | relevance | path

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

/minix3/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dmarshall.c121 krb5_store_int32(sp, princ->last_pwd_change); in store_principal_ent()
205 princ->last_pwd_change = tmp; in ret_principal_ent()
H A Dadmin.h139 krb5_timestamp last_pwd_change; member
H A Dget_s.c100 hdb_entry_get_pw_change_time(&ent.entry, &out->last_pwd_change); in kadm5_s_get_principal()
H A Dad.c972 entry->last_pwd_change = nt2unixtime(vals[0]); in kadm5_ad_get_principal()
/minix3/crypto/external/bsd/heimdal/dist/kadmin/
H A Drpc.c403 CHECK(krb5_store_uint32(sp, ent->last_pwd_change)); in store_principal_ent()
463 ent->last_pwd_change = flag; in ret_principal_ent()
H A Dget.c182 time_t2str(princ->last_pwd_change, buf, buf_len, !condensed); in format_field()