Searched refs:use_privsep (Results 1 – 13 of 13) sorted by relevance
156 if (authctxt == NULL || (authctxt->methoddata == NULL && !use_privsep)) in input_gssapi_token()220 if (authctxt == NULL || (authctxt->methoddata == NULL && !use_privsep)) in input_gssapi_errtok()259 if (authctxt == NULL || (authctxt->methoddata == NULL && !use_privsep)) in input_gssapi_exchange_complete()272 if ((!use_privsep || mm_is_monitor()) && in input_gssapi_exchange_complete()297 if (authctxt == NULL || (authctxt->methoddata == NULL && !use_privsep)) in input_gssapi_mic()323 if ((!use_privsep || mm_is_monitor()) && in input_gssapi_mic()
35 extern int use_privsep;128 do_pam_setcred(use_privsep); in platform_setusercontext()156 do_pam_setcred(use_privsep); in platform_setusercontext_post_groups()
31 extern int use_privsep;32 #define PRIVSEP(x) (use_privsep ? mm_##x : x)
252 int use_privsep = -1; variable495 if (use_privsep == PRIVSEP_ON) in privsep_preauth()560 use_privsep = 0;1883 privsep_chroot = use_privsep && (getuid() == 0 || geteuid() == 0);2348 if (use_privsep) {2367 if (use_privsep) {2408 if (use_privsep) {2440 if (use_privsep)2453 if (use_privsep) {2548 if (use_privsep && privsep_is_preauth &&[all …]
89 extern int use_privsep;108 if (use_privsep) in bind_permitted()357 if (!use_privsep) { in server_loop2()501 !options.disable_forwarding && (pw->pw_uid == 0 || use_privsep)) { in server_request_direct_streamlocal()831 (pw->pw_uid != 0 && !use_privsep)) { in server_input_global_request()
49 extern int use_privsep;
83 extern int use_privsep;276 if (use_privsep && !mm_is_monitor() && !authctxt->postponed) in auth_log()
315 use_privsep ? " [net]" : ""); in input_userauth_request()318 if (use_privsep) in input_userauth_request()
759 if (!use_privsep) in do_login()770 if (options.use_pam && !use_privsep && s->authctxt->force_pwchange) { in do_login()1961 if (!use_privsep) in session_pty_req()2181 if (!use_privsep || mm_is_monitor()) { in session_signal_req()2733 if (!use_privsep || mm_is_monitor()) in do_cleanup()
672 if (sshpam_handle == NULL || (use_privsep && !mm_is_monitor())) in sshpam_cleanup()1196 if (use_privsep) in do_pam_chauthtok()
55 int use_privsep = 0; variable
82 extern int use_privsep;464 if (use_privsep == -1) in fill_default_server_options()465 use_privsep = PRIVSEP_ON; in fill_default_server_options()
129 if (use_privsep && pmonitor != NULL && pmonitor->m_pid > 0)150 if (use_privsep && privsep_is_preauth &&