Lines Matching refs:the_authctxt
115 extern Authctxt *the_authctxt;
263 if (the_authctxt != NULL && the_authctxt->valid) { in bsm_audit_record()
264 uid = the_authctxt->pw->pw_uid; in bsm_audit_record()
265 gid = the_authctxt->pw->pw_gid; in bsm_audit_record()
269 sel = selected(the_authctxt->user, uid, event_no, rc); in bsm_audit_record()
303 if (the_authctxt == NULL) { in bsm_audit_session_setup()
308 if (the_authctxt->valid) in bsm_audit_session_setup()
309 info.ai_auid = the_authctxt->pw->pw_uid; in bsm_audit_session_setup()
316 (void) au_user_mask(the_authctxt->user, &mask); in bsm_audit_session_setup()
334 if (the_authctxt->valid) { in bsm_audit_bad_login()
337 what, the_authctxt->user); in bsm_audit_bad_login()
342 the_authctxt->user); in bsm_audit_bad_login()
398 const char *user = the_authctxt ? the_authctxt->user : "(unknown user)"; in audit_event()
419 gettext("sshd logout %s"), the_authctxt->user); in audit_event()
434 gettext("too many tries for user %s"), the_authctxt->user); in audit_event()