- (bal) Disable post-authentication Privsep for OSF/1. It conflicts with

SIA.
This commit is contained in:
Ben Lindstrom 2002-10-04 23:54:54 +00:00
parent 901119beab
commit dc3c757f57
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,7 @@
20021004
- (bal) Disable post-authentication Privsep for OSF/1. It conflicts with
SIA.
20021003 20021003
- (djm) OpenBSD CVS Sync - (djm) OpenBSD CVS Sync
- markus@cvs.openbsd.org 2002/10/01 20:34:12 - markus@cvs.openbsd.org 2002/10/01 20:34:12
@ -757,4 +761,4 @@
save auth method before monitor_reset_key_state(); bugzilla bug #284; save auth method before monitor_reset_key_state(); bugzilla bug #284;
ok provos@ ok provos@
$Id: ChangeLog,v 1.2492 2002/10/04 01:10:04 djm Exp $ $Id: ChangeLog,v 1.2493 2002/10/04 23:54:54 mouring Exp $

View File

@ -1,4 +1,4 @@
# $Id: configure.ac,v 1.89 2002/09/26 00:38:47 tim Exp $ # $Id: configure.ac,v 1.90 2002/10/04 23:54:55 mouring Exp $
AC_INIT AC_INIT
AC_CONFIG_SRCDIR([ssh.c]) AC_CONFIG_SRCDIR([ssh.c])
@ -330,6 +330,7 @@ mips-sony-bsd|mips-sony-newsos4)
AC_MSG_RESULT(no) AC_MSG_RESULT(no)
fi fi
fi fi
AC_DEFINE(DISABLE_FD_PASSING)
;; ;;
*-*-nto-qnx) *-*-nto-qnx)