summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-01-31 21:59:01 +1100
committerDamien Miller <djm@mindrot.org>2006-01-31 21:59:01 +1100
commit76be6b8765f88b72c354941b523efbefa14561fe (patch)
tree9e6a8ab6a70b45eb0168ac798aaad13dee5b354e
parentf0cbb3d7cbaad8ac4fad999f4e98d69da510d0ef (diff)
- djm@cvs.openbsd.org 2005/05/20 23:14:15
[regress/test-exec.sh] force addressfamily=inet for tests, unbreaking dynamic-forward regress for recently committed nc SOCKS5 changes
-rw-r--r--ChangeLog11
-rw-r--r--regress/test-exec.sh3
2 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index cf9e53bcf..cb5a6fc48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -37,6 +37,15 @@
37 - dtucker@cvs.openbsd.org 2005/03/10 10:20:39 37 - dtucker@cvs.openbsd.org 2005/03/10 10:20:39
38 [regress/forwarding.sh] 38 [regress/forwarding.sh]
39 Regress test for ClearAllForwardings (bz #994); ok markus@ 39 Regress test for ClearAllForwardings (bz #994); ok markus@
40 - dtucker@cvs.openbsd.org 2005/04/25 09:54:09
41 [regress/multiplex.sh]
42 Don't call cleanup in multiplex as test-exec will cleanup anyway
43 found by tim@, ok djm@
44 NB. ID sync only, we already had this
45 - djm@cvs.openbsd.org 2005/05/20 23:14:15
46 [regress/test-exec.sh]
47 force addressfamily=inet for tests, unbreaking dynamic-forward regress for
48 recently committed nc SOCKS5 changes
40 49
4120060129 5020060129
42 - (dtucker) [configure.ac opensshd.init.in] Bug #1144: Use /bin/sh for the 51 - (dtucker) [configure.ac opensshd.init.in] Bug #1144: Use /bin/sh for the
@@ -3762,4 +3771,4 @@
3762 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 3771 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
3763 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 3772 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
3764 3773
3765$Id: ChangeLog,v 1.4102 2006/01/31 10:58:23 djm Exp $ 3774$Id: ChangeLog,v 1.4104 2006/01/31 10:59:01 djm Exp $
diff --git a/regress/test-exec.sh b/regress/test-exec.sh
index de643154e..bfbb305b4 100644
--- a/regress/test-exec.sh
+++ b/regress/test-exec.sh
@@ -1,4 +1,4 @@
1# $OpenBSD: test-exec.sh,v 1.27 2005/02/27 11:33:30 dtucker Exp $ 1# $OpenBSD: test-exec.sh,v 1.28 2005/05/20 23:14:15 djm Exp $
2# Placed in the Public Domain. 2# Placed in the Public Domain.
3 3
4#SUDO=sudo 4#SUDO=sudo
@@ -194,6 +194,7 @@ trap fatal 3 2
194cat << EOF > $OBJ/sshd_config 194cat << EOF > $OBJ/sshd_config
195 StrictModes no 195 StrictModes no
196 Port $PORT 196 Port $PORT
197 AddressFamily inet
197 ListenAddress 127.0.0.1 198 ListenAddress 127.0.0.1
198 #ListenAddress ::1 199 #ListenAddress ::1
199 PidFile $PIDFILE 200 PidFile $PIDFILE