Searched refs:the_authctxt (Results 1 – 4 of 4) sorted by relevance
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()[all …]
43 extern Authctxt *the_authctxt;75 if (the_authctxt == NULL || the_authctxt->user == NULL) in audit_username()77 if (!the_authctxt->valid) in audit_username()79 return (the_authctxt->user); in audit_username()
84 extern Authctxt *the_authctxt;473 struct passwd *pw = the_authctxt->pw; in server_request_direct_streamlocal()475 if (pw == NULL || !the_authctxt->valid) in server_request_direct_streamlocal()572 if (session_open(the_authctxt, c->self) != 1) { in server_request_session()712 struct passwd *pw = the_authctxt->pw; in server_input_global_request()714 if (pw == NULL || !the_authctxt->valid) in server_input_global_request()
228 Authctxt *the_authctxt = NULL; variable2025 the_authctxt = authctxt;2229 if (the_authctxt) {2230 do_cleanup(the_authctxt);