summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac3
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9662ebcc8..12ec21b56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
120021004
2 - (bal) Disable post-authentication Privsep for OSF/1. It conflicts with
3 SIA.
4
120021003 520021003
2 - (djm) OpenBSD CVS Sync 6 - (djm) OpenBSD CVS Sync
3 - markus@cvs.openbsd.org 2002/10/01 20:34:12 7 - markus@cvs.openbsd.org 2002/10/01 20:34:12
@@ -757,4 +761,4 @@
757 save auth method before monitor_reset_key_state(); bugzilla bug #284; 761 save auth method before monitor_reset_key_state(); bugzilla bug #284;
758 ok provos@ 762 ok provos@
759 763
760$Id: ChangeLog,v 1.2492 2002/10/04 01:10:04 djm Exp $ 764$Id: ChangeLog,v 1.2493 2002/10/04 23:54:54 mouring Exp $
diff --git a/configure.ac b/configure.ac
index 5fe50e56b..c7223c7aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.89 2002/09/26 00:38:47 tim Exp $ 1# $Id: configure.ac,v 1.90 2002/10/04 23:54:55 mouring Exp $
2 2
3AC_INIT 3AC_INIT
4AC_CONFIG_SRCDIR([ssh.c]) 4AC_CONFIG_SRCDIR([ssh.c])
@@ -330,6 +330,7 @@ mips-sony-bsd|mips-sony-newsos4)
330 AC_MSG_RESULT(no) 330 AC_MSG_RESULT(no)
331 fi 331 fi
332 fi 332 fi
333 AC_DEFINE(DISABLE_FD_PASSING)
333 ;; 334 ;;
334 335
335*-*-nto-qnx) 336*-*-nto-qnx)