Home | History | Annotate | Download | only in dist

Lines Matching defs:authenticated

287 	int r, authenticated = 0;
361 authenticated = m->userauth(ssh, method);
363 if (!authctxt->authenticated && strcmp(method, "none") != 0)
366 userauth_finish(ssh, authenticated, method, NULL);
376 userauth_finish(struct ssh *ssh, int authenticated, const char *packet_method,
385 if (authenticated) {
387 fatal("INTERNAL ERROR: authenticated invalid user %s",
391 fatal("INTERNAL ERROR: authenticated and postponed");
399 if (authenticated && authctxt->pw->pw_uid == 0 &&
401 authenticated = 0;
408 if (options.use_pam && authenticated) {
430 if (authenticated && options.num_auth_methods != 0) {
432 authenticated = 0;
438 auth_log(ssh, authenticated, partial, method, submethod);
441 if (authenticated || partial)
447 if (authenticated == 1) {
730 auth2_record_key(Authctxt *authctxt, int authenticated,
741 if (!authenticated)
744 /* If authenticated, make sure we don't accept this key again */