Home
last modified time | relevance | path

Searched refs:PAM_LOG (Results 1 – 8 of 8) sorted by relevance

/dragonfly/lib/libpam/modules/pam_unix/
HDpam_unix.c107 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/
HDpam_login_access.c71 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/
HDpam_securetty.c71 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/
HDpam_nologin.c76 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/
HDpam_lastlog.c113 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/
HDpam_mod_misc.h48 #define PAM_LOG(...) \ macro
/dragonfly/lib/libpam/modules/pam_rootok/
HDpam_rootok.c61 PAM_LOG("User is not superuser"); in pam_sm_authenticate()
/dragonfly/lib/libpam/modules/pam_ftpusers/
HDpam_ftpusers.c75 PAM_LOG("%s: %m", _PATH_FTPUSERS); in pam_sm_acct_mgmt()