summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--regress/putty-ciphers.sh4
-rw-r--r--regress/putty-kex.sh4
-rw-r--r--regress/putty-transfer.sh4
4 files changed, 8 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index b92e6be07..5ac626bfd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,10 +22,12 @@
22 [regress/key-options.sh] 22 [regress/key-options.sh]
23 shell portability: use "=" instead of "==" in test(1) expressions, 23 shell portability: use "=" instead of "==" in test(1) expressions,
24 double-quote string with backslash escaped / 24 double-quote string with backslash escaped /
25 25 - djm@cvs.openbsd.org 2008/06/30 10:31:11
26 [regress/{putty-transfer,putty-kex,putty-ciphers}.sh]
27 remove "set -e" left over from debugging
26 - (dtucker) [sftp-server.c] Bug #1447: fall back to racy rename if link 28 - (dtucker) [sftp-server.c] Bug #1447: fall back to racy rename if link
27 returns EXDEV. Patch from Mike Garrison, ok djm@ 29 returns EXDEV. Patch from Mike Garrison, ok djm@
28 30h
2920080702 3120080702
30 - (dtucker) OpenBSD CVS Sync 32 - (dtucker) OpenBSD CVS Sync
31 - djm@cvs.openbsd.org 2008/06/30 08:05:59 33 - djm@cvs.openbsd.org 2008/06/30 08:05:59
@@ -4560,4 +4562,4 @@
4560 OpenServer 6 and add osr5bigcrypt support so when someone migrates 4562 OpenServer 6 and add osr5bigcrypt support so when someone migrates
4561 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 4563 passwords between UnixWare and OpenServer they will still work. OK dtucker@
4562 4564
4563$Id: ChangeLog,v 1.5055 2008/07/04 07:08:58 dtucker Exp $ 4565$Id: ChangeLog,v 1.5056 2008/07/04 07:10:30 dtucker Exp $
diff --git a/regress/putty-ciphers.sh b/regress/putty-ciphers.sh
index e9196d621..40435ef41 100644
--- a/regress/putty-ciphers.sh
+++ b/regress/putty-ciphers.sh
@@ -1,4 +1,4 @@
1# $OpenBSD: putty-ciphers.sh,v 1.1 2007/12/21 04:13:53 djm Exp $ 1# $OpenBSD: putty-ciphers.sh,v 1.2 2008/06/30 10:31:11 djm Exp $
2# Placed in the Public Domain. 2# Placed in the Public Domain.
3 3
4tid="putty ciphers" 4tid="putty ciphers"
@@ -6,8 +6,6 @@ tid="putty ciphers"
6DATA=/bin/ls 6DATA=/bin/ls
7COPY=${OBJ}/copy 7COPY=${OBJ}/copy
8 8
9set -e
10
11if test "x$REGRESS_INTEROP_PUTTY" != "xyes" ; then 9if test "x$REGRESS_INTEROP_PUTTY" != "xyes" ; then
12 fatal "putty interop tests not enabled" 10 fatal "putty interop tests not enabled"
13fi 11fi
diff --git a/regress/putty-kex.sh b/regress/putty-kex.sh
index d0437c6d5..2534b8575 100644
--- a/regress/putty-kex.sh
+++ b/regress/putty-kex.sh
@@ -1,4 +1,4 @@
1# $OpenBSD: putty-kex.sh,v 1.1 2007/12/21 04:13:53 djm Exp $ 1# $OpenBSD: putty-kex.sh,v 1.2 2008/06/30 10:31:11 djm Exp $
2# Placed in the Public Domain. 2# Placed in the Public Domain.
3 3
4tid="putty KEX" 4tid="putty KEX"
@@ -6,8 +6,6 @@ tid="putty KEX"
6DATA=/bin/ls 6DATA=/bin/ls
7COPY=${OBJ}/copy 7COPY=${OBJ}/copy
8 8
9set -e
10
11if test "x$REGRESS_INTEROP_PUTTY" != "xyes" ; then 9if test "x$REGRESS_INTEROP_PUTTY" != "xyes" ; then
12 fatal "putty interop tests not enabled" 10 fatal "putty interop tests not enabled"
13fi 11fi
diff --git a/regress/putty-transfer.sh b/regress/putty-transfer.sh
index 0a4f34ee6..6b21f3be7 100644
--- a/regress/putty-transfer.sh
+++ b/regress/putty-transfer.sh
@@ -1,4 +1,4 @@
1# $OpenBSD: putty-transfer.sh,v 1.1 2007/12/21 04:13:53 djm Exp $ 1# $OpenBSD: putty-transfer.sh,v 1.2 2008/06/30 10:31:11 djm Exp $
2# Placed in the Public Domain. 2# Placed in the Public Domain.
3 3
4tid="putty transfer data" 4tid="putty transfer data"
@@ -6,8 +6,6 @@ tid="putty transfer data"
6DATA=/bin/ls 6DATA=/bin/ls
7COPY=${OBJ}/copy 7COPY=${OBJ}/copy
8 8
9set -e
10
11if test "x$REGRESS_INTEROP_PUTTY" != "xyes" ; then 9if test "x$REGRESS_INTEROP_PUTTY" != "xyes" ; then
12 fatal "putty interop tests not enabled" 10 fatal "putty interop tests not enabled"
13fi 11fi