Searched refs:spw (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/sudo-73/src/
H A Dgetspwuid.c99 struct pr_passwd *spw; local
101 if ((spw = getprpwnam(pw->pw_name)) && spw->ufld.fd_encrypt) {
103 crypt_type = spw->ufld.fd_oldcrypt;
105 epw = spw->ufld.fd_encrypt;
111 struct spwd *spw; local
113 if ((spw = getspnam(pw->pw_name)) && spw->sp_pwdp)
114 epw = spw->sp_pwdp;
119 struct s_passwd *spw; local
127 struct passwd_adjunct *spw; local
135 AUTHORIZATION *spw; local
[all...]
/macosx-10.10/OpenSSH-189/openssh/
H A Dauth-shadow.c56 auth_shadow_acctexpired(struct spwd *spw) argument
63 daysleft = spw->sp_expire - today;
65 (int)spw->sp_expire, daysleft);
67 if (spw->sp_expire == -1) {
70 logit("Account %.100s has expired", spw->sp_namp);
72 } else if (daysleft <= spw->sp_warn) {
90 struct spwd *spw = NULL; local
96 if ((spw = getspnam((char *)user)) == NULL) {
103 (int)spw->sp_lstchg, (int)spw
[all...]
H A Dauth.c102 struct spwd *spw = NULL; local
111 spw = getspnam(pw->pw_name);
113 if (!options.use_pam && spw != NULL && auth_shadow_acctexpired(spw))
121 if (spw != NULL)
125 passwd = spw->sp_pwdp;
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dxcrypt.c95 struct spwd *spw = getspnam(pw->pw_name); local
97 if (spw != NULL)
98 pw_password = spw->sp_pwdp;
106 struct passwd_adjunct *spw; local
107 if (issecure() && (spw = getpwanam(pw->pw_name)) != NULL)
108 pw_password = spw->pwa_passwd;
110 struct pr_passwd *spw = getprpwnam(pw->pw_name);
112 if (spw != NULL)
113 pw_password = spw->ufld.fd_encrypt;
/macosx-10.10/cups-408/cups/scheduler/
H A Dauth.c718 struct spwd *spw; /* Shadow password data */
738 spw = getspnam(username);
741 if (!spw && !strcmp(pw->pw_passwd, "x"))
753 if (spw && !spw->sp_pwdp[0] && !pw->pw_passwd[0])
782 if (spw)
784 pass = cups_crypt(password, spw->sp_pwdp);
788 con->number, spw->sp_pwdp, pass);
790 if (pass == NULL || strcmp(spw->sp_pwdp, pass))
/macosx-10.10/ipsec-286.1.1/ipsec-tools/racoon/
H A Disakmp_xauth.c427 struct spwd *spw; local
429 if ((spw = getspnam(usr)) == NULL)
432 syscryptpwd = spw->sp_pwdp;
/macosx-10.10/screen-22/screen/
H A Dscreen.c290 static char *spw = NULL; local
321 if (spw)
322 free(spw);
323 ppp->pw_passwd = spw = SaveStr(sss->sp_pwdp);
/macosx-10.10/files-662.1.1/private/etc/
H A Dservices9732 spw-dialer 3796/tcp # Spaceway Dialer
9733 spw-dialer 3796/udp # Spaceway Dialer
9833 spw-dnspreload 3849/tcp # SPACEWAY DNS Preload
9834 spw-dnspreload 3849/udp # SPACEWAY DNS Prelaod

Completed in 171 milliseconds