HomeSort by relevance Sort by last modified time
    Searched refs:use_privsep (Results 1 - 13 of 13) sorted by null

  /external/openssh/
platform.c 37 extern int use_privsep;
118 do_pam_setcred(use_privsep);
146 do_pam_setcred(use_privsep);
monitor_wrap.h 31 extern int use_privsep;
32 #define PRIVSEP(x) (use_privsep ? mm_##x : x)
auth2-gss.c 144 if (authctxt == NULL || (authctxt->methoddata == NULL && !use_privsep))
198 if (authctxt == NULL || (authctxt->methoddata == NULL && !use_privsep))
235 if (authctxt == NULL || (authctxt->methoddata == NULL && !use_privsep))
267 if (authctxt == NULL || (authctxt->methoddata == NULL && !use_privsep))
auth2-jpake.c 390 if (!use_privsep)
444 if (!use_privsep)
461 if (!use_privsep)
499 if (!use_privsep)
515 if (!use_privsep)
543 if (!use_privsep)
auth1.c 420 use_privsep ? " [net]" : "");
432 if (!use_privsep && getuid() != 0 && authctxt->pw &&
sshd.c 240 int use_privsep = -1; variable
358 if (use_privsep && pmonitor != NULL && pmonitor->m_pid > 0)
635 if (use_privsep == PRIVSEP_SANDBOX)
697 use_privsep = 0;
    [all...]
auth-rhosts.c 46 extern int use_privsep;
auth2.c 252 use_privsep ? " [net]" : "");
255 if (use_privsep)
auth.c 77 extern int use_privsep;
259 if (use_privsep && !mm_is_monitor() && !authctxt->postponed)
servconf.c 57 extern int use_privsep;
286 if (use_privsep == -1)
287 use_privsep = PRIVSEP_ON;
290 if (use_privsep && options->compression == 1) {
    [all...]
serverloop.c 88 extern int use_privsep;
118 /* Cleanup on signals (!use_privsep case only) */
571 if (!use_privsep) {
831 if (!use_privsep) {
    [all...]
session.c 867 if (!use_privsep)
878 if (options.use_pam && !use_privsep && s->authctxt->force_pwchange) {
    [all...]
auth-pam.c 601 if (sshpam_handle == NULL || (use_privsep && !mm_is_monitor()))
1025 if (use_privsep)

Completed in 501 milliseconds