summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--regress/ssh-com-client.sh5
-rw-r--r--regress/ssh-com-keygen.sh5
-rw-r--r--regress/ssh-com-sftp.sh5
-rw-r--r--regress/ssh-com.sh5
5 files changed, 21 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e4edc9cd..4f3fb1e8f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,6 +21,10 @@
21 - markus@cvs.openbsd.org 2004/02/24 16:56:30 21 - markus@cvs.openbsd.org 2004/02/24 16:56:30
22 [regress/test-exec.sh] 22 [regress/test-exec.sh]
23 allow arguments in ${TEST_SSH_XXX} 23 allow arguments in ${TEST_SSH_XXX}
24 - markus@cvs.openbsd.org 2004/02/24 17:06:52
25 [regress/ssh-com-client.sh regress/ssh-com-keygen.sh
26 regress/ssh-com-sftp.sh regress/ssh-com.sh]
27 test against recent ssh.com releases
24 28
2520040226 2920040226
26 - (bal) KNF our sshlogin.c even if the code looks nothing like upstream 30 - (bal) KNF our sshlogin.c even if the code looks nothing like upstream
@@ -826,4 +830,4 @@
826 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 830 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
827 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 831 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
828 832
829$Id: ChangeLog,v 1.3266 2004/02/29 09:31:08 dtucker Exp $ 833$Id: ChangeLog,v 1.3267 2004/02/29 09:33:51 dtucker Exp $
diff --git a/regress/ssh-com-client.sh b/regress/ssh-com-client.sh
index fc953228e..324a0a723 100644
--- a/regress/ssh-com-client.sh
+++ b/regress/ssh-com-client.sh
@@ -1,4 +1,4 @@
1# $OpenBSD: ssh-com-client.sh,v 1.5 2003/05/14 22:08:27 markus Exp $ 1# $OpenBSD: ssh-com-client.sh,v 1.6 2004/02/24 17:06:52 markus Exp $
2# Placed in the Public Domain. 2# Placed in the Public Domain.
3 3
4tid="connect with ssh.com client" 4tid="connect with ssh.com client"
@@ -19,6 +19,9 @@ VERSIONS="
19 3.2.0 19 3.2.0
20 3.2.2 20 3.2.2
21 3.2.3 21 3.2.3
22 3.2.5
23 3.2.9
24 3.2.9.1
22 3.3.0" 25 3.3.0"
23 26
24# 2.0.10 2.0.12 2.0.13 don't like the test setup 27# 2.0.10 2.0.12 2.0.13 don't like the test setup
diff --git a/regress/ssh-com-keygen.sh b/regress/ssh-com-keygen.sh
index dbe9b0a6b..29b02d946 100644
--- a/regress/ssh-com-keygen.sh
+++ b/regress/ssh-com-keygen.sh
@@ -1,4 +1,4 @@
1# $OpenBSD: ssh-com-keygen.sh,v 1.3 2003/05/14 22:08:27 markus Exp $ 1# $OpenBSD: ssh-com-keygen.sh,v 1.4 2004/02/24 17:06:52 markus Exp $
2# Placed in the Public Domain. 2# Placed in the Public Domain.
3 3
4tid="ssh.com key import" 4tid="ssh.com key import"
@@ -22,6 +22,9 @@ VERSIONS="
22 3.2.0 22 3.2.0
23 3.2.2 23 3.2.2
24 3.2.3 24 3.2.3
25 3.2.5
26 3.2.9
27 3.2.9.1
25 3.3.0" 28 3.3.0"
26 29
27COMPRV=${OBJ}/comkey 30COMPRV=${OBJ}/comkey
diff --git a/regress/ssh-com-sftp.sh b/regress/ssh-com-sftp.sh
index 6ca7dad51..936b4cca7 100644
--- a/regress/ssh-com-sftp.sh
+++ b/regress/ssh-com-sftp.sh
@@ -1,4 +1,4 @@
1# $OpenBSD: ssh-com-sftp.sh,v 1.4 2003/05/14 22:08:27 markus Exp $ 1# $OpenBSD: ssh-com-sftp.sh,v 1.5 2004/02/24 17:06:52 markus Exp $
2# Placed in the Public Domain. 2# Placed in the Public Domain.
3 3
4tid="basic sftp put/get with ssh.com server" 4tid="basic sftp put/get with ssh.com server"
@@ -35,6 +35,9 @@ VERSIONS="
35 3.2.0 35 3.2.0
36 3.2.2 36 3.2.2
37 3.2.3 37 3.2.3
38 3.2.5
39 3.2.9
40 3.2.9.1
38 3.3.0" 41 3.3.0"
39 42
40# go for it 43# go for it
diff --git a/regress/ssh-com.sh b/regress/ssh-com.sh
index c3715a242..7bcd85b65 100644
--- a/regress/ssh-com.sh
+++ b/regress/ssh-com.sh
@@ -1,4 +1,4 @@
1# $OpenBSD: ssh-com.sh,v 1.6 2003/11/07 10:16:44 jmc Exp $ 1# $OpenBSD: ssh-com.sh,v 1.7 2004/02/24 17:06:52 markus Exp $
2# Placed in the Public Domain. 2# Placed in the Public Domain.
3 3
4tid="connect to ssh.com server" 4tid="connect to ssh.com server"
@@ -20,6 +20,9 @@ VERSIONS="
20 3.2.0 20 3.2.0
21 3.2.2 21 3.2.2
22 3.2.3 22 3.2.3
23 3.2.5
24 3.2.9
25 3.2.9.1
23 3.3.0" 26 3.3.0"
24# 2.0.10 does not support UserConfigDirectory 27# 2.0.10 does not support UserConfigDirectory
25# 2.3.1 requires a config in $HOME/.ssh2 28# 2.3.1 requires a config in $HOME/.ssh2