summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-10-05 00:14:05 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-10-05 00:14:05 +0000
commit07368b1abc20e68aca6eb8db0b40efdc8dd8eaea (patch)
tree40fe2fdd4402e875e67e05db027ea8a97dfc9100
parent1c992c4c13ea6c8fcd80093b340bc49753e17a4f (diff)
- (bal) Disable post-authentication Privsep for OSF/1. It conflicts with
SIA.
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac3
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 87604663..e8622df4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+20021004
+ - (bal) Disable post-authentication Privsep for OSF/1. It conflicts with
+ SIA.
+
20021003
- (djm) OpenBSD CVS Sync
- 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;
ok provos@
-$Id: ChangeLog,v 1.2491.2.1 2002/10/03 05:45:53 djm Exp $
+$Id: ChangeLog,v 1.2491.2.2 2002/10/05 00:14:05 mouring Exp $
diff --git a/configure.ac b/configure.ac
index 5fe50e56..09daad94 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.89 2002/09/26 00:38:47 tim Exp $
+# $Id: configure.ac,v 1.89.2.1 2002/10/05 00:14:07 mouring Exp $
AC_INIT
AC_CONFIG_SRCDIR([ssh.c])
@@ -330,6 +330,7 @@ mips-sony-bsd|mips-sony-newsos4)
AC_MSG_RESULT(no)
fi
fi
+ AC_DEFINE(DISABLE_FD_PASSING)
;;
*-*-nto-qnx)