search for: disable_privsep

Displaying 1 result from an estimated 1 matches for "disable_privsep".

2003 Oct 28
2
Privilege separation
...1p2/acconfig.h --- openssh-3.7.1p2.privsep/acconfig.h Tue Sep 16 05:52:19 2003 +++ openssh-3.7.1p2/acconfig.h Sat Oct 4 22:22:14 2003 @@ -202,6 +202,9 @@ /* Define if you don't want to use wtmpx */ #undef DISABLE_WTMPX +/* Define if you don't want to use privilege separation */ +#undef DISABLE_PRIVSEP + /* Some systems need a utmpx entry for /bin/login to work */ #undef LOGIN_NEEDS_UTMPX diff -adurN openssh-3.7.1p2.privsep/auth-bsdauth.c openssh-3.7.1p2/auth-bsdauth.c --- openssh-3.7.1p2.privsep/auth-bsdauth.c Thu Jul 4 04:14:18 2002 +++ openssh-3.7.1p2/auth-bsdauth.c Sat Oct 4 23:52:37 20...