Lines Matching full:auth
25 /* This file (auth.c) handles authentication requests, passing it to the
26 * particular type (auth-passwd, auth-pubkey). */
34 #include "auth.h"
49 /* Reset the auth state, but don't reset the failcount. This is for if the
99 /* ignore packets if auth is already done */
124 dropbear_exit("unknown service in auth");
147 /* user wants to try password auth */
160 /* user wants to try password auth */
171 /* user wants to try pubkey auth */
319 TRACE(("auth fail: methods %d, '%s'", ses.authstate.authtypes,
335 TRACE(("Max auth tries reached, exiting"))
342 dropbear_exit("Max auth tries reached - user '%s' from %s",
367 /* Remove from the list of pre-auth sockets. Should be m_close(), since if