Searched refs:use_privsep (Results 1 - 13 of 13) sorted by relevance

/external/openssh/
H A Dplatform.c38 extern int use_privsep;
127 do_pam_setcred(use_privsep);
155 do_pam_setcred(use_privsep);
H A Dmonitor_wrap.h31 extern int use_privsep;
32 #define PRIVSEP(x) (use_privsep ? mm_##x : x)
H A Dauth2-gss.c139 if (authctxt == NULL || (authctxt->methoddata == NULL && !use_privsep))
194 if (authctxt == NULL || (authctxt->methoddata == NULL && !use_privsep))
231 if (authctxt == NULL || (authctxt->methoddata == NULL && !use_privsep))
262 if (authctxt == NULL || (authctxt->methoddata == NULL && !use_privsep))
H A Dauth1.c415 use_privsep ? " [net]" : "");
427 if (!use_privsep && getuid() != 0 && authctxt->pw &&
H A Dsshd.c240 int use_privsep = -1; variable
362 if (use_privsep && pmonitor != NULL && pmonitor->m_pid > 0)
668 if (use_privsep == PRIVSEP_ON)
741 use_privsep = 0;
1757 if (use_privsep || options.kerberos_authentication)
1921 if (use_privsep) {
2192 if (use_privsep) {
2219 if (use_privsep) {
2259 if (use_privsep) {
2294 if (use_privsep)
[all...]
H A Dauth2.c251 use_privsep ? " [net]" : "");
254 if (use_privsep)
H A Dauth-rhosts.c46 extern int use_privsep;
H A Dauth.c80 extern int use_privsep;
280 if (use_privsep && !mm_is_monitor() && !authctxt->postponed)
H A Dserverloop.c88 extern int use_privsep;
118 /* Cleanup on signals (!use_privsep case only) */
578 if (!use_privsep) {
838 if (!use_privsep) {
H A Dservconf.c69 extern int use_privsep;
359 if (use_privsep == -1)
360 use_privsep = PRIVSEP_NOSANDBOX;
382 if (use_privsep && options->compression == 1) {
1392 intptr = &use_privsep;
2287 dump_cfg_fmtint(sUsePrivilegeSeparation, use_privsep);
H A Dsession.c877 if (!use_privsep)
888 if (options.use_pam && !use_privsep && s->authctxt->force_pwchange) {
2123 if (!use_privsep)
2776 if (!use_privsep || mm_is_monitor())
H A Dssh_api.c50 int use_privsep = 0; variable
H A Dauth-pam.c601 if (sshpam_handle == NULL || (use_privsep && !mm_is_monitor()))
1024 if (use_privsep)

Completed in 210 milliseconds