OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:realpw
(Results
1 - 1
of
1
) 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)
Completed in 12 milliseconds
Indexes created Mon Oct 20 16:09:52 GMT 2025