/src/lib/libpam/modules/pam_unix/ |
pam_unix.c | 90 const char *pass, *user, *realpw; local in function:pam_sm_authenticate 107 realpw = pwd->pw_passwd; 108 if (realpw[0] == '\0') { 112 realpw = "*"; 116 realpw = "*"; 124 if (strcmp(crypt(pass, realpw), realpw) == 0)
|
pam_unix.c | 90 const char *pass, *user, *realpw; local in function:pam_sm_authenticate 107 realpw = pwd->pw_passwd; 108 if (realpw[0] == '\0') { 112 realpw = "*"; 116 realpw = "*"; 124 if (strcmp(crypt(pass, realpw), realpw) == 0)
|
pam_unix.c | 90 const char *pass, *user, *realpw; local in function:pam_sm_authenticate 107 realpw = pwd->pw_passwd; 108 if (realpw[0] == '\0') { 112 realpw = "*"; 116 realpw = "*"; 124 if (strcmp(crypt(pass, realpw), realpw) == 0)
|