Lines Matching refs:the_authctxt
116 extern Authctxt *the_authctxt;
264 if (the_authctxt != NULL && the_authctxt->valid) { in bsm_audit_record()
265 uid = the_authctxt->pw->pw_uid; in bsm_audit_record()
266 gid = the_authctxt->pw->pw_gid; in bsm_audit_record()
270 sel = selected(the_authctxt->user, uid, event_no, rc); in bsm_audit_record()
304 if (the_authctxt == NULL) { in bsm_audit_session_setup()
309 if (the_authctxt->valid) in bsm_audit_session_setup()
310 info.ai_auid = the_authctxt->pw->pw_uid; in bsm_audit_session_setup()
317 (void) au_user_mask(the_authctxt->user, &mask); in bsm_audit_session_setup()
335 if (the_authctxt->valid) { in bsm_audit_bad_login()
338 what, the_authctxt->user); in bsm_audit_bad_login()
343 the_authctxt->user); in bsm_audit_bad_login()
399 const char *user = the_authctxt ? the_authctxt->user : "(unknown user)"; in audit_event()
420 gettext("sshd logout %s"), the_authctxt->user); in audit_event()
435 gettext("too many tries for user %s"), the_authctxt->user); in audit_event()