Searched refs:use_privsep (Results 1 – 12 of 12) sorted by relevance
34 extern int use_privsep;127 do_pam_setcred(use_privsep); in platform_setusercontext()155 do_pam_setcred(use_privsep); in platform_setusercontext_post_groups()
139 if (authctxt == NULL || (authctxt->methoddata == NULL && !use_privsep)) in input_gssapi_token()194 if (authctxt == NULL || (authctxt->methoddata == NULL && !use_privsep)) in input_gssapi_errtok()231 if (authctxt == NULL || (authctxt->methoddata == NULL && !use_privsep)) in input_gssapi_exchange_complete()262 if (authctxt == NULL || (authctxt->methoddata == NULL && !use_privsep)) in input_gssapi_mic()
31 extern int use_privsep;32 #define PRIVSEP(x) (use_privsep ? mm_##x : x)
223 int use_privsep = -1; variable343 if (use_privsep && pmonitor != NULL && pmonitor->m_pid > 0) in grace_alarm_handler()574 if (use_privsep == PRIVSEP_ON) in privsep_preauth()640 use_privsep = 0;1644 if (use_privsep || options.kerberos_authentication)1779 if (use_privsep) {2031 if (use_privsep) {2050 if (use_privsep) {2090 if (use_privsep) {2122 if (use_privsep)[all …]
85 extern int use_privsep;366 if (!use_privsep) { in server_loop2()489 (pw->pw_uid == 0 || use_privsep)) { in server_request_direct_streamlocal()772 (pw->pw_uid != 0 && !use_privsep)) { in server_input_global_request()
255 use_privsep ? " [net]" : ""); in input_userauth_request()258 if (use_privsep) in input_userauth_request()
47 extern int use_privsep;
82 extern int use_privsep;295 if (use_privsep && !mm_is_monitor() && !authctxt->postponed) in auth_log()
718 if (!use_privsep) in do_login()729 if (options.use_pam && !use_privsep && s->authctxt->force_pwchange) { in do_login()1911 if (!use_privsep) in session_pty_req()2569 if (!use_privsep || mm_is_monitor()) in do_cleanup()
601 if (sshpam_handle == NULL || (use_privsep && !mm_is_monitor())) in sshpam_cleanup()1045 if (use_privsep) in do_pam_chauthtok()
69 extern int use_privsep;344 if (use_privsep == -1) in fill_default_server_options()345 use_privsep = PRIVSEP_ON; in fill_default_server_options()377 if (use_privsep && options->compression == 1) { in fill_default_server_options()
48 int use_privsep = 0; variable