Home | History | Annotate | Download | only in openssh

Lines Matching refs:authctxt

254 auth_log(Authctxt *authctxt, int authenticated, char *method, char *info)
259 if (use_privsep && !mm_is_monitor() && !authctxt->postponed)
264 !authctxt->valid ||
265 authctxt->failures >= options.max_authtries / 2 ||
269 if (authctxt->postponed)
277 authctxt->valid ? "" : "invalid user ",
278 authctxt->user,
284 if (authenticated == 0 && !authctxt->postponed &&
288 record_failed_login(authctxt->user,
292 sys_auth_record_login(authctxt->user,
297 if (authenticated == 0 && !authctxt->postponed)