Home
last modified time | relevance | path

Searched refs:use_privsep (Results 1 – 12 of 12) sorted by relevance

/external/openssh/
Dplatform.c34 extern int use_privsep;
127 do_pam_setcred(use_privsep); in platform_setusercontext()
155 do_pam_setcred(use_privsep); in platform_setusercontext_post_groups()
Dauth2-gss.c139 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()
Dmonitor_wrap.h31 extern int use_privsep;
32 #define PRIVSEP(x) (use_privsep ? mm_##x : x)
Dsshd.c223 int use_privsep = -1; variable
343 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 …]
Dserverloop.c85 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()
Dauth2.c255 use_privsep ? " [net]" : ""); in input_userauth_request()
258 if (use_privsep) in input_userauth_request()
Dauth-rhosts.c47 extern int use_privsep;
Dauth.c82 extern int use_privsep;
295 if (use_privsep && !mm_is_monitor() && !authctxt->postponed) in auth_log()
Dsession.c718 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()
Dauth-pam.c601 if (sshpam_handle == NULL || (use_privsep && !mm_is_monitor())) in sshpam_cleanup()
1045 if (use_privsep) in do_pam_chauthtok()
Dservconf.c69 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()
Dssh_api.c48 int use_privsep = 0; variable