Searched refs:pw_change (Results 1 - 24 of 24) sorted by relevance

/freebsd-9.3-release/usr.sbin/rpc.yppasswdd/
H A Dyppasswd_private.x47 unsigned long pw_change;/* password change time */
H A Dyppasswdd_server.c79 pwd->pw_change = xpwd->pw_change;
120 yp_password.pw_change = atol(p);
405 pw->pw_gid, pw->pw_class, pw->pw_change,
577 yp_password.pw_change = 0;
/freebsd-9.3-release/crypto/heimdal/kdc/
H A Dkadb.h62 int32_t pw_change; /* last pw change */ member in struct:ka_entry
H A Dhprop.c336 if (ntohl(ent->pw_change) != NEVERDATE &&
340 *hdb.entry.pw_end = ntohl(ent->pw_change)
/freebsd-9.3-release/lib/libpam/modules/pam_unix/
H A Dpam_unix.c192 if (pwd->pw_change || pwd->pw_expire)
196 * Check pw_expire before pw_change - no point in letting the
214 if (pwd->pw_change) {
217 if (tp.tv_sec >= pwd->pw_change) {
219 } else if (pwd->pw_change - tp.tv_sec < warntime &&
222 ctime(&pwd->pw_change));
386 pwd->pw_change = 0;
389 pwd->pw_change = time(NULL) + passwordtime;
/freebsd-9.3-release/release/picobsd/tinyware/passwd/
H A Dpw_copy.c76 && (long)pw->pw_change == (long)buf_pw.pw_change
96 snprintf(chgstr, sizeof(chgstr), "%ld", (long)pw->pw_change);
269 pw->pw_change = atol(p);
H A Dlocal_passwd.c134 pw->pw_change = time(NULL) + period;
224 pw->pw_change = 0;
/freebsd-9.3-release/usr.bin/logins/
H A Dlogins.c48 time_t pw_change; member in struct:xpasswd
219 pwds[npwds].pw_change = pwd->pw_change;
318 tm = gmtime(&pwd->pw_change);
319 strftime(cbuf, sizeof(cbuf), pwd->pw_change ? "%F" : "0", tm);
/freebsd-9.3-release/include/
H A Dpwd.h117 time_t pw_change; /* password change time */ member in struct:passwd
/freebsd-9.3-release/tools/regression/lib/libc/nss/
H A Dtest-getpw.c111 (pwd1->pw_change != pwd2->pw_change) ||
142 pwd->pw_change, pwd->pw_class, pwd->pw_gecos, pwd->pw_dir,
190 pwd->pw_change = (time_t)strtol(s, &ts, 10);
/freebsd-9.3-release/lib/libutil/
H A Dpw_util.c390 pw1->pw_change == pw2->pw_change &&
407 pw->pw_class, (uintmax_t)pw->pw_change, (uintmax_t)pw->pw_expire,
/freebsd-9.3-release/lib/libc/gen/
H A Dpw_scan.c168 pw->pw_change = atol(p);
H A Dgetpwent.c970 int32_t pw_change, pw_expire; local
993 SCALAR(pw_change);
1002 pwd->pw_change = pw_change;
1065 SCALAR(pwd->pw_change);
/freebsd-9.3-release/usr.bin/chpass/
H A Dfield.c173 if (!atot(p, &pw->pw_change))
H A Dedit.c128 ttoa(pw->pw_change));
/freebsd-9.3-release/usr.sbin/pw/
H A Dpwupd.c124 (unsigned long) pwd->pw_change,
H A Dpw_user.c488 if (pwd->pw_change != 0) {
489 pwd->pw_change = 0;
497 if (pwd->pw_change != expire) {
498 pwd->pw_change = expire;
584 pwd->pw_change = pw_pwdpolicy(cnf, args);
1124 if (pwd->pw_change > (time_t)0 && (tptr = localtime(&pwd->pw_change)) != NULL)
H A Dpw_vpw.c122 pwd.pw_change = (time_t)atol(p);
/freebsd-9.3-release/lib/libypclnt/
H A Dypclnt_passwd.c150 yppwd.newpw.pw_change = pwd->pw_change;
/freebsd-9.3-release/release/picobsd/tinyware/login/
H A Dpico-login.c433 if (pwd->pw_change || pwd->pw_expire)
454 if (pwd->pw_change) {
455 if (tp.tv_sec >= pwd->pw_change) {
460 } else if (pwd->pw_change - tp.tv_sec < warntime && !quietlog)
462 ctime(&pwd->pw_change));
/freebsd-9.3-release/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c384 SCALAR(pwd.pw_change);
399 SCALAR(pwd.pw_change);
474 LSCALAR(pwd.pw_change);
489 LSCALAR(pwd.pw_change);
/freebsd-9.3-release/usr.bin/id/
H A Did.c469 (long)pw->pw_change, (long)pw->pw_expire, pw->pw_gecos,
/freebsd-9.3-release/crypto/openssh/
H A Dmisc.c221 copy->pw_change = pw->pw_change;
/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dftpd.c3646 change = (pwent->pw_change == _PASSWORD_CHGNOW)? now : pwent->pw_change;

Completed in 154 milliseconds