Searched refs:last_pwd_change (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/ |
H A D | kdb_compat.h | 77 krb5_timestamp last_pwd_change; /* Last time of password change */ member
|
/titanic_41/usr/src/lib/krb5/kadm5/ |
H A D | admin.h | 220 krb5_timestamp last_pwd_change; member 245 krb5_timestamp last_pwd_change; member 676 krb5_timestamp last_pwd_change; member
|
H A D | chpass_util.c | 286 until = princ_ent.last_pwd_change + policy_ent.pw_min_life; in _kadm5_chpass_principal_util()
|
H A D | kadm_rpc_xdr.c | 410 if (!xdr_krb5_timestamp(xdrs, &objp->last_pwd_change)) { in _xdr_kadm5_principal_ent_rec()
|
/titanic_41/usr/src/cmd/krb5/kadmin/dbutil/ |
H A D | dump.c | 614 krb5_timestamp mod_date, last_pwd_change; local 655 last_pwd_change = mod_date = 0; 682 &last_pwd_change))) { 742 last_pwd_change, entry->last_success, entry->last_failed, 1683 update_tl_data(kcontext, dbentp, mod_name, mod_date, last_pwd_change) 1688 krb5_timestamp last_pwd_change; 1749 krb5_kdb_encode_int32(last_pwd_change, pwchg->tl_data_contents); 1790 krb5_timestamp last_pwd_change, mod_date; local 1892 &dbent.pw_expiration, &last_pwd_change, 2009 last_pwd_change))) {
|
/titanic_41/usr/src/lib/krb5/kadm5/srv/ |
H A D | svr_principal.c | 814 &(entry->last_pwd_change)))) { in kadm5_get_principal() 925 newv1->last_pwd_change = entry->last_pwd_change; in kadm5_get_principal() 2229 if((now - princ.last_pwd_change) < pol.pw_min_life && in kadm5_check_min_life() 2235 until = princ.last_pwd_change + pol.pw_min_life; in kadm5_check_min_life()
|
/titanic_41/usr/src/cmd/krb5/kadmin/cli/ |
H A D | kadmin.c | 1553 dprinc.last_pwd_change ? 1554 strdate(dprinc.last_pwd_change) : 1604 canon, dprinc.princ_expire_time, dprinc.last_pwd_change,
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/native/ |
H A D | Kadmin.c | 1273 (jlong) (p->last_pwd_change * 1000LL)); in kadmin_to_Principal()
|