Searched refs:auth_log (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/crypto/openssh/ |
| HD | auth1.c | 255 auth_log(authctxt, 1, 0, "without authentication", in do_authloop() 354 auth_log(authctxt, authenticated, 0, get_authname(type), NULL); in do_authloop()
|
| HD | auth.h | 156 void auth_log(Authctxt *, int, int, const char *, const char *);
|
| HD | auth2.c | 350 auth_log(authctxt, authenticated, partial, method, submethod); in userauth_finish()
|
| HD | auth.c | 274 auth_log(Authctxt *authctxt, int authenticated, int partial, in auth_log() function
|
| HD | monitor.c | 412 auth_log(authctxt, authenticated, partial, in monitor_child_preauth() 1198 auth_log(authctxt, 0, 0, auth_method, NULL); in mm_answer_keyallowed()
|
| HD | ChangeLog | 2402 calling auth_log() in auth2.c. This adds an explcit "Partial" state. 2404 Add a "submethod" to auth_log() to report which submethod is used
|