Searched refs:pwchg (Results 1 – 2 of 2) sorted by relevance
1715 krb5_tl_data *pwchg;1719 for (pwchg = dbentp->tl_data;1720 (pwchg) && (pwchg->tl_data_type != KRB5_TL_LAST_PWD_CHANGE);1721 pwchg = pwchg->tl_data_next);1725 if (!pwchg) {1727 if ((pwchg = (krb5_tl_data *) malloc(sizeof(krb5_tl_data)))) {1728 memset(pwchg, 0, sizeof(krb5_tl_data));1729 if (!(pwchg->tl_data_contents =1731 free(pwchg);1732 pwchg = (krb5_tl_data *) NULL;[all …]
657 time_t pwchg; /* System-time of last pwd chg */ in applypasswd() local681 pwchg = 0L; /* Epoch */ in applypasswd()717 pwchg = psp->sp_lstchg; in applypasswd()740 if (pwchg != -1L) { in applypasswd()741 pwchg = (pwchg * DAY) + (DAY/2); in applypasswd()742 ptm = localtime(&pwchg); in applypasswd()