/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | putspent.c | 68 if (p->sp_expire > 0) in putspent() 69 (void) fprintf(f, "%d:", p->sp_expire); in putspent()
|
H A D | getspent_r.c | 220 shadow->sp_expire = -1; in str2spwd() 253 if (!getfield(&p, limit, 0, &shadow->sp_expire)) in str2spwd()
|
/titanic_50/usr/src/cmd/pwconv/ |
H A D | pwconv.c | 274 sp->sp_expire = -1; in main() 288 sp->sp_expire = -1; in main() 329 sp->sp_expire = -1; in main() 342 sp->sp_warn = sp->sp_inact = sp->sp_expire = -1; in main() 360 sp->sp_expire = -1; in main()
|
/titanic_50/usr/src/lib/nsswitch/compat/common/ |
H A D | getspent.c | 143 override(fields[7], &sp->sp_expire); 167 (sp->sp_expire > 0 && printnum(5, sp->sp_expire),
|
/titanic_50/usr/src/lib/pam_modules/unix_account/ |
H A D | unix_acct.c | 399 shpwd.sp_expire = attr_spw[5].data.val_i; in pam_sm_acct_mgmt() 425 shpwd.sp_warn, shpwd.sp_inact, shpwd.sp_expire); in pam_sm_acct_mgmt() 485 if (shpwd.sp_expire > 0 && in pam_sm_acct_mgmt() 486 (time_t)shpwd.sp_expire < DAY_NOW) { in pam_sm_acct_mgmt()
|
/titanic_50/usr/src/head/ |
H A D | shadow.h | 69 int sp_expire; /* date when the login is no longer valid */ member
|
/titanic_50/usr/src/cmd/passmgmt/ |
H A D | passmgmt.c | 351 shadow_st.sp_expire = -1; /* no expire */ in main() 418 shadow_st.sp_expire = -1; in main() 429 shadow_st.sp_expire = (date / DAY); in main() 430 if (shadow_st.sp_expire <= DAY_NOW) { in main() 1082 sp_ptr1p->sp_expire = in main() 1083 shadow_st.sp_expire; in main() 1641 sprintf(ctp, "%d", ssp->sp_expire) + 7) > (ENTRY_LENGTH - 1)) { in ck_s_sz()
|
/titanic_50/usr/src/cmd/ssh/sshd/ |
H A D | auth.c | 105 " sp_max %d", (int)today, (int)spw->sp_expire, in allowed_user() 112 if (spw->sp_expire != -1 && today > spw->sp_expire) { in allowed_user()
|
/titanic_50/usr/src/lib/nsswitch/nis/common/ |
H A D | getspent.c | 88 spwd->sp_expire = -1;
|
/titanic_50/usr/src/lib/passwdutil/ |
H A D | switch_utils.c | 553 shadow->sp_expire = -1; 586 if (!getfield(&p, limit, 0, &shadow->sp_expire))
|
H A D | nss_attr.c | 297 w->data.val_i = spw->sp_expire; in nss_getattr()
|
H A D | files_attr.c | 590 w->data.val_i = spw->sp_expire; in files_getattr() 840 spw->sp_expire = p->data.val_i; in files_update()
|
H A D | ldap_attr.c | 370 w->data.val_i = spw->sp_expire; in ldap_getattr()
|
/titanic_50/usr/src/lib/libnisdb/yptol/ |
H A D | shim_changepasswd.c | 1255 sp->sp_expire = atoi(temp); in decode_shadow_entry() 1309 sp->sp_expire, COLON_CHAR, in write_shadow_info()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | auth.c | 1346 if ((spwd->sp_expire > 0 && now >= spwd->sp_expire)
|
/titanic_50/usr/src/cmd/logins/ |
H A D | logins.c | 725 pwexp = psp->sp_expire; in applypasswd()
|
/titanic_50/usr/src/cmd/ldap/ns_ldap/ |
H A D | ldapaddent.c | 3395 data.sp_expire = ascii_to_int(ecol[7].ec_value.ec_value_val); in genent_shadow() 3396 if (data.sp_expire < -1) { in genent_shadow() 3403 data.sp_expire = -1; in genent_shadow()
|
/titanic_50/usr/src/lib/libsldap/common/ |
H A D | ns_writes.c | 1878 if (ptr->sp_expire >= 0) { in __s_cvt_shadow() 1879 (void) sprintf(ibuf, "%d", ptr->sp_expire); in __s_cvt_shadow()
|