Home
last modified time | relevance | path

Searched refs:the_authctxt (Results 1 – 4 of 4) sorted by relevance

/external/openssh/
Daudit-bsm.c115 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()
[all …]
Daudit.c43 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()
Dserverloop.c85 extern Authctxt *the_authctxt;
534 struct passwd *pw = the_authctxt->pw; in server_request_direct_streamlocal()
537 if (pw == NULL || !the_authctxt->valid) in server_request_direct_streamlocal()
664 if (session_open(the_authctxt, c->self) != 1) { in server_request_session()
818 struct passwd *pw = the_authctxt->pw; in server_input_global_request()
822 if (pw == NULL || !the_authctxt->valid) in server_input_global_request()
Dsshd.c245 Authctxt *the_authctxt = NULL; variable
2173 the_authctxt = authctxt;
2389 if (the_active_state != NULL && the_authctxt != NULL) {
2390 do_cleanup(the_active_state, the_authctxt);