Home
last modified time | relevance | path

Searched refs:sp_expire (Results 1 – 18 of 18) sorted by relevance

/titanic_50/usr/src/lib/libc/port/gen/
H A Dputspent.c68 if (p->sp_expire > 0) in putspent()
69 (void) fprintf(f, "%d:", p->sp_expire); in putspent()
H A Dgetspent_r.c220 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 Dpwconv.c274 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 Dgetspent.c143 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 Dunix_acct.c399 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 Dshadow.h69 int sp_expire; /* date when the login is no longer valid */ member
/titanic_50/usr/src/cmd/passmgmt/
H A Dpassmgmt.c351 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 Dauth.c105 " 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 Dgetspent.c88 spwd->sp_expire = -1;
/titanic_50/usr/src/lib/passwdutil/
H A Dswitch_utils.c553 shadow->sp_expire = -1;
586 if (!getfield(&p, limit, 0, &shadow->sp_expire))
H A Dnss_attr.c297 w->data.val_i = spw->sp_expire; in nss_getattr()
H A Dfiles_attr.c590 w->data.val_i = spw->sp_expire; in files_getattr()
840 spw->sp_expire = p->data.val_i; in files_update()
H A Dldap_attr.c370 w->data.val_i = spw->sp_expire; in ldap_getattr()
/titanic_50/usr/src/lib/libnisdb/yptol/
H A Dshim_changepasswd.c1255 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 Dauth.c1346 if ((spwd->sp_expire > 0 && now >= spwd->sp_expire)
/titanic_50/usr/src/cmd/logins/
H A Dlogins.c725 pwexp = psp->sp_expire; in applypasswd()
/titanic_50/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c3395 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 Dns_writes.c1878 if (ptr->sp_expire >= 0) { in __s_cvt_shadow()
1879 (void) sprintf(ibuf, "%d", ptr->sp_expire); in __s_cvt_shadow()