Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A 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()
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 …]
H A 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()
H A Dserverloop.c83 extern Authctxt *the_authctxt;
471 struct passwd *pw = the_authctxt->pw; in server_request_direct_streamlocal()
474 if (pw == NULL || !the_authctxt->valid) in server_request_direct_streamlocal()
601 if (session_open(the_authctxt, c->self) != 1) { in server_request_session()
762 struct passwd *pw = the_authctxt->pw; in server_input_global_request()
766 if (pw == NULL || !the_authctxt->valid) in server_input_global_request()
H A Dsshd-session.c169 Authctxt *the_authctxt = NULL; variable
1238 the_authctxt = authctxt; in main()
1354 if (the_active_state != NULL && the_authctxt != NULL) { in cleanup_exit()
1355 do_cleanup(the_active_state, the_authctxt); in cleanup_exit()
H A Dsshd-auth.c147 Authctxt *the_authctxt = NULL; variable
742 the_authctxt = authctxt; in main()
/freebsd/contrib/blocklist/diff/
H A Dssh.diff148 if (the_authctxt) {
149 do_cleanup(ssh, the_authctxt);