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

/freebsd-10.3-release/crypto/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.c257 int use_privsep = -1; variable
379 if (use_privsep && pmonitor != NULL && pmonitor->m_pid > 0)
683 if (use_privsep == PRIVSEP_ON)
754 use_privsep = 0;
1780 if (use_privsep || options.kerberos_authentication)
1938 if (use_privsep) {
2254 if (use_privsep) {
2281 if (use_privsep) {
2321 if (use_privsep) {
2356 if (use_privsep)
[all...]
H A Dserverloop.c87 extern int use_privsep;
117 /* Cleanup on signals (!use_privsep case only) */
574 if (!use_privsep) {
834 if (!use_privsep) {
998 !no_port_forwarding_flag && use_privsep) {
1282 || no_port_forwarding_flag || !use_privsep) {
H A Dauth2.c260 use_privsep ? " [net]" : "");
263 if (use_privsep)
H A Dauth-rhosts.c46 extern int use_privsep;
H A Dauth.c81 extern int use_privsep;
281 if (use_privsep && !mm_is_monitor() && !authctxt->postponed)
H A Dservconf.c67 extern int use_privsep;
364 if (use_privsep == -1)
365 use_privsep = PRIVSEP_ON;
389 if (use_privsep && options->compression == 1) {
1403 intptr = &use_privsep;
2302 dump_cfg_fmtint(sUsePrivilegeSeparation, use_privsep);
H A Dssh_api.c50 int use_privsep = 0; variable
H A Dauth-pam.c602 if (sshpam_handle == NULL || (use_privsep && !mm_is_monitor()))
1025 if (use_privsep)
H A Dsession.c902 if (!use_privsep)
913 if (options.use_pam && !use_privsep && s->authctxt->force_pwchange) {
2148 if (!use_privsep)
2812 if (!use_privsep || mm_is_monitor())

Completed in 244 milliseconds