Home
last modified time | relevance | path

Searched refs:auth_log (Results 1 – 6 of 6) sorted by relevance

/NextBSD/crypto/openssh/
HDauth1.c255 auth_log(authctxt, 1, 0, "without authentication", in do_authloop()
354 auth_log(authctxt, authenticated, 0, get_authname(type), NULL); in do_authloop()
HDauth.h156 void auth_log(Authctxt *, int, int, const char *, const char *);
HDauth2.c350 auth_log(authctxt, authenticated, partial, method, submethod); in userauth_finish()
HDauth.c274 auth_log(Authctxt *authctxt, int authenticated, int partial, in auth_log() function
HDmonitor.c412 auth_log(authctxt, authenticated, partial, in monitor_child_preauth()
1198 auth_log(authctxt, 0, 0, auth_method, NULL); in mm_answer_keyallowed()
HDChangeLog2402 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