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

/freebsd-10.0-release/crypto/heimdal/lib/kadm5/
H A Dadmin.h137 krb5_timestamp last_pwd_change; member in struct:_kadm5_principal_ent_t
H A Dmarshall.c119 krb5_store_int32(sp, princ->last_pwd_change);
203 princ->last_pwd_change = tmp;
H A Dget_s.c98 hdb_entry_get_pw_change_time(&ent.entry, &out->last_pwd_change);
H A Dad.c970 entry->last_pwd_change = nt2unixtime(vals[0]);
/freebsd-10.0-release/crypto/heimdal/kadmin/
H A Dget.c51 { "last_pwd_change", KADM5_LAST_PWD_CHANGE, 0, 0, "PW-change", "Last password change", 0 },
180 time_t2str(princ->last_pwd_change, buf, buf_len, !condensed);
451 #define DEFAULT_COLUMNS_SHORT "principal,princ_expire_time,pw_expiration,last_pwd_change,max_life,max_rlife"
452 #define DEFAULT_COLUMNS_LONG "principal,princ_expire_time,pw_expiration,last_pwd_change,max_life,max_rlife,kvno,mkvno,last_success,last_failed,fail_auth_count,mod_time,mod_name,attributes,keytypes,pkinit-acl,aliases"
H A Drpc.c405 CHECK(krb5_store_uint32(sp, ent->last_pwd_change));
465 ent->last_pwd_change = flag;

Completed in 87 milliseconds