HomeSort by: relevance | last modified time | path
    Searched defs:realpw (Results 1 - 3 of 3) sorted by relevancy

  /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)

Completed in 35 milliseconds