Home
last modified time | relevance | path

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

/external/openssh/
Daudit-bsm.c118 extern Authctxt *the_authctxt;
266 if (the_authctxt != NULL && the_authctxt->valid) { in bsm_audit_record()
267 uid = the_authctxt->pw->pw_uid; in bsm_audit_record()
268 gid = the_authctxt->pw->pw_gid; in bsm_audit_record()
272 sel = selected(the_authctxt->user, uid, event_no, rc); in bsm_audit_record()
306 if (the_authctxt == NULL) { in bsm_audit_session_setup()
311 if (the_authctxt->valid) in bsm_audit_session_setup()
312 info.ai_auid = the_authctxt->pw->pw_uid; in bsm_audit_session_setup()
319 (void) au_user_mask(the_authctxt->user, &mask); in bsm_audit_session_setup()
337 if (the_authctxt->valid) { in bsm_audit_bad_login()
[all …]
Daudit.c45 extern Authctxt *the_authctxt;
77 if (the_authctxt == NULL || the_authctxt->user == NULL) in audit_username()
79 if (!the_authctxt->valid) in audit_username()
81 return (the_authctxt->user); in audit_username()
Dserverloop.c87 extern Authctxt *the_authctxt;
1091 if (session_open(the_authctxt, c->self) != 1) { in server_request_session()
1240 pw = the_authctxt->pw; in server_input_global_request()
1241 if (pw == NULL || !the_authctxt->valid) in server_input_global_request()
Dsshd.c244 Authctxt *the_authctxt = NULL; variable
2167 the_authctxt = authctxt;
2611 if (the_authctxt) {
2612 do_cleanup(the_authctxt);