Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libpam/modules/pam_krb5/
H A Dpam_krb5.c227 PAM_LOG("Got password"); in pam_sm_authenticate()
294 PAM_LOG("Got TGT"); in pam_sm_authenticate()
369 PAM_LOG("Done cleanup"); in pam_sm_authenticate()
374 PAM_LOG("Done cleanup2"); in pam_sm_authenticate()
379 PAM_LOG("Done cleanup3"); in pam_sm_authenticate()
384 PAM_LOG("Done cleanup4"); in pam_sm_authenticate()
588 PAM_LOG("Iteration"); in pam_sm_setcred()
614 PAM_LOG("Cache closed"); in pam_sm_setcred()
711 PAM_LOG("Done cleanup"); in pam_sm_acct_mgmt()
778 PAM_LOG("Got password"); in pam_sm_chauthtok()
[all …]
/freebsd-14.2/lib/libpam/modules/pam_ksu/
H A Dpam_ksu.c66 PAM_LOG("Got user: %s", user); in pam_sm_authenticate()
70 PAM_LOG("Got ruser: %s", (const char *)ruser); in pam_sm_authenticate()
74 PAM_LOG("krb5_init_context failed: %s", msg); in pam_sm_authenticate()
81 PAM_LOG("kuserok: %s -> %s", su_principal_name, user); in pam_sm_authenticate()
139 PAM_LOG("krb5_get_init_creds_opt_alloc: %s", msg); in auth_krb5()
148 PAM_LOG("krb5_get_init_creds_password: %s", msg); in auth_krb5()
158 PAM_LOG("krb5_verify_init_creds: %s", msg); in auth_krb5()
222 PAM_LOG("Could not determine default principal name."); in get_su_principal()
234 PAM_LOG("krb5_unparse_name: %s", msg); in get_su_principal()
238 PAM_LOG("Default principal name: %s", principal_name); in get_su_principal()
[all …]
/freebsd-14.2/lib/libpam/modules/pam_unix/
H A Dpam_unix.c106 PAM_LOG("Got user: %s", user); in pam_sm_authenticate()
138 PAM_LOG("Got password"); in pam_sm_authenticate()
182 PAM_LOG("Got user: %s", user); in pam_sm_acct_mgmt()
205 PAM_LOG("Got login_cap"); in pam_sm_acct_mgmt()
307 PAM_LOG("Got user: %s", user); in pam_sm_chauthtok()
311 PAM_LOG("PRELIM round"); in pam_sm_chauthtok()
357 PAM_LOG("Got old password"); in pam_sm_chauthtok()
367 PAM_LOG("UPDATE round"); in pam_sm_chauthtok()
373 PAM_LOG("Got old password"); in pam_sm_chauthtok()
383 PAM_LOG("Got new password"); in pam_sm_chauthtok()
[all …]
/freebsd-14.2/lib/libpam/modules/pam_radius/
H A Dpam_radius.c168 PAM_LOG("%s(): ignoring RADIUS attribute %d", in do_accept()
200 PAM_LOG("%s(): ignoring RADIUS attribute %d", in do_reject()
315 PAM_LOG("Got user: %s", user); in pam_sm_authenticate()
321 PAM_LOG("Got password"); in pam_sm_authenticate()
329 PAM_LOG("Radius opened"); in pam_sm_authenticate()
337 PAM_LOG("Radius config file read"); in pam_sm_authenticate()
345 PAM_LOG("Radius build access done"); in pam_sm_authenticate()
357 PAM_LOG("Trying template user: %s", in pam_sm_authenticate()
372 PAM_LOG("Using template user"); in pam_sm_authenticate()
/freebsd-14.2/lib/libpam/modules/pam_lastlog/
H A Dpam_lastlog.c82 PAM_LOG("Got user: %s", user); in pam_sm_open_session()
86 PAM_LOG("No PAM_RHOST"); in pam_sm_open_session()
91 PAM_LOG("No PAM_TTY"); in pam_sm_open_session()
95 PAM_LOG("No PAM_TTY"); in pam_sm_open_session()
105 PAM_LOG("Failed to open lastlogin database"); in pam_sm_open_session()
/freebsd-14.2/lib/libpam/modules/pam_login_access/
H A Dpam_login_access.c83 PAM_LOG("Got user: %s", (const char *)user); in pam_sm_acct_mgmt()
104 PAM_LOG("Checking login.access for user %s from host %s", in pam_sm_acct_mgmt()
111 PAM_LOG("Checking login.access for user %s on tty %s", in pam_sm_acct_mgmt()
118 PAM_LOG("Checking login.access for user %s", in pam_sm_acct_mgmt()
/freebsd-14.2/lib/libpam/modules/pam_securetty/
H A Dpam_securetty.c70 PAM_LOG("Got user: %s", user); in pam_sm_acct_mgmt()
80 PAM_LOG("Got TTY: %s", (const char *)tty); in pam_sm_acct_mgmt()
84 PAM_LOG("WARNING: PAM_TTY starts with " TTY_PREFIX); in pam_sm_acct_mgmt()
/freebsd-14.2/lib/libpam/modules/pam_tacplus/
H A Dpam_tacplus.c136 PAM_LOG("Done tac_open() ... tac_close()"); in pam_sm_authenticate()
142 PAM_LOG("Done user"); in pam_sm_authenticate()
148 PAM_LOG("Done tty"); in pam_sm_authenticate()
181 PAM_LOG("Trying template user: %s", in pam_sm_authenticate()
197 PAM_LOG("Using template user"); in pam_sm_authenticate()
/freebsd-14.2/lib/libpam/modules/pam_nologin/
H A Dpam_nologin.c75 PAM_LOG("Got user: %s", user); in pam_sm_acct_mgmt()
88 PAM_LOG("Unable to get login class for user %s", user); in pam_sm_acct_mgmt()
105 PAM_LOG("Opened %s file", nologin); in pam_sm_acct_mgmt()
/freebsd-14.2/lib/libpam/libpam/security/
H A Dpam_mod_misc.h43 #define PAM_LOG(...) \ macro
/freebsd-14.2/lib/libpam/modules/pam_rootok/
H A Dpam_rootok.c60 PAM_LOG("User is not superuser"); in pam_sm_authenticate()
/freebsd-14.2/lib/libpam/modules/pam_ftpusers/
H A Dpam_ftpusers.c74 PAM_LOG("%s: %m", _PATH_FTPUSERS); in pam_sm_acct_mgmt()