Searched refs:PAM_LOG (Results 1 – 8 of 8) sorted by relevance
| /dragonfly/lib/libpam/modules/pam_unix/ |
| HD | pam_unix.c | 107 PAM_LOG("Got user: %s", user); in pam_sm_authenticate() 110 PAM_LOG("Doing real authentication"); in pam_sm_authenticate() 116 PAM_LOG("Password is empty, using fake password"); in pam_sm_authenticate() 121 PAM_LOG("Doing dummy authentication"); in pam_sm_authenticate() 130 PAM_LOG("Got password"); in pam_sm_authenticate() 132 PAM_LOG("Password is too long, using fake password"); in pam_sm_authenticate() 175 PAM_LOG("Got user: %s", user); in pam_sm_acct_mgmt() 194 PAM_LOG("Unable to get login class for user %s", user); in pam_sm_acct_mgmt() 198 PAM_LOG("Got login_cap"); in pam_sm_acct_mgmt() 300 PAM_LOG("Got user: %s", user); in pam_sm_chauthtok() [all …]
|
| /dragonfly/lib/libpam/modules/pam_login_access/ |
| HD | pam_login_access.c | 71 PAM_LOG("Got user: %s", (const char *)user); in pam_sm_acct_mgmt() 84 PAM_LOG("Checking login.access for user %s from host %s", in pam_sm_acct_mgmt() 91 PAM_LOG("Checking login.access for user %s on tty %s", in pam_sm_acct_mgmt() 98 PAM_LOG("Checking login.access for user %s", in pam_sm_acct_mgmt()
|
| /dragonfly/lib/libpam/modules/pam_securetty/ |
| HD | pam_securetty.c | 71 PAM_LOG("Got user: %s", user); in pam_sm_acct_mgmt() 81 PAM_LOG("Got TTY: %s", (const char *)tty); in pam_sm_acct_mgmt() 85 PAM_LOG("WARNING: PAM_TTY starts with " TTY_PREFIX); in pam_sm_acct_mgmt()
|
| /dragonfly/lib/libpam/modules/pam_nologin/ |
| HD | pam_nologin.c | 76 PAM_LOG("Got user: %s", user); in pam_sm_acct_mgmt() 89 PAM_LOG("Unable to get login class for user %s", user); in pam_sm_acct_mgmt() 106 PAM_LOG("Opened %s file", nologin); in pam_sm_acct_mgmt()
|
| /dragonfly/lib/libpam/modules/pam_lastlog/ |
| HD | pam_lastlog.c | 113 PAM_LOG("Got user: %s", user); in pam_sm_open_session() 126 PAM_LOG("No PAM_TTY"); in pam_sm_open_session() 269 PAM_LOG("Login recorded in %s", _PATH_LASTLOGX); in dolastlogx()
|
| /dragonfly/lib/libpam/libpam/security/ |
| HD | pam_mod_misc.h | 48 #define PAM_LOG(...) \ macro
|
| /dragonfly/lib/libpam/modules/pam_rootok/ |
| HD | pam_rootok.c | 61 PAM_LOG("User is not superuser"); in pam_sm_authenticate()
|
| /dragonfly/lib/libpam/modules/pam_ftpusers/ |
| HD | pam_ftpusers.c | 75 PAM_LOG("%s: %m", _PATH_FTPUSERS); in pam_sm_acct_mgmt()
|