summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--regress/ssh-com-client.sh4
-rw-r--r--regress/ssh-com-keygen.sh4
-rw-r--r--regress/ssh-com-sftp.sh4
-rw-r--r--regress/ssh-com.sh4
5 files changed, 16 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index b9cb8da0a..3a605542d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -33,6 +33,9 @@
33 - djm@cvs.openbsd.org 2003/04/04 09:34:22 33 - djm@cvs.openbsd.org 2003/04/04 09:34:22
34 [Makefile sftp-cmds.sh] 34 [Makefile sftp-cmds.sh]
35 More regression tests, including recent directory rename bug; ok markus@ 35 More regression tests, including recent directory rename bug; ok markus@
36 - markus@cvs.openbsd.org 2003/05/14 22:08:27
37 [ssh-com-client.sh ssh-com-keygen.sh ssh-com-sftp.sh ssh-com.sh]
38 test against some new commerical versions
36 39
3720030614 4020030614
38 - (djm) Update license on fake-rfc2553.[ch]; ok itojun@ 41 - (djm) Update license on fake-rfc2553.[ch]; ok itojun@
@@ -548,4 +551,4 @@
548 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. 551 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
549 Report from murple@murple.net, diagnosis from dtucker@zip.com.au 552 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
550 553
551$Id: ChangeLog,v 1.2812 2003/06/18 12:35:11 dtucker Exp $ 554$Id: ChangeLog,v 1.2813 2003/06/18 12:36:48 dtucker Exp $
diff --git a/regress/ssh-com-client.sh b/regress/ssh-com-client.sh
index 015ebbb8c..809736238 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.4 2002/07/16 08:58:16 markus Exp $ 1# $OpenBSD: ssh-com-client.sh,v 1.5 2003/05/14 22:08:27 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"
@@ -17,6 +17,8 @@ VERSIONS="
17 3.0.0 17 3.0.0
18 3.1.0 18 3.1.0
19 3.2.0 19 3.2.0
20 3.2.2
21 3.2.3
20 3.3.0" 22 3.3.0"
21 23
22# 2.0.10 2.0.12 2.0.13 don't like the test setup 24# 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 e93dc78c9..dbe9b0a6b 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.2 2002/07/16 08:58:16 markus Exp $ 1# $OpenBSD: ssh-com-keygen.sh,v 1.3 2003/05/14 22:08:27 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"
@@ -20,6 +20,8 @@ VERSIONS="
20 3.0.0 20 3.0.0
21 3.1.0 21 3.1.0
22 3.2.0 22 3.2.0
23 3.2.2
24 3.2.3
23 3.3.0" 25 3.3.0"
24 26
25COMPRV=${OBJ}/comkey 27COMPRV=${OBJ}/comkey
diff --git a/regress/ssh-com-sftp.sh b/regress/ssh-com-sftp.sh
index f08018b84..963b40432 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.3 2002/07/16 08:58:16 markus Exp $ 1# $OpenBSD: ssh-com-sftp.sh,v 1.4 2003/05/14 22:08:27 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"
@@ -26,6 +26,8 @@ VERSIONS="
26 3.0.0 26 3.0.0
27 3.1.0 27 3.1.0
28 3.2.0 28 3.2.0
29 3.2.2
30 3.2.3
29 3.3.0" 31 3.3.0"
30 32
31# go for it 33# go for it
diff --git a/regress/ssh-com.sh b/regress/ssh-com.sh
index c2bd15380..c915cc39c 100644
--- a/regress/ssh-com.sh
+++ b/regress/ssh-com.sh
@@ -1,4 +1,4 @@
1# $OpenBSD: ssh-com.sh,v 1.4 2002/07/16 08:58:16 markus Exp $ 1# $OpenBSD: ssh-com.sh,v 1.5 2003/05/14 22:08:27 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"
@@ -18,6 +18,8 @@ VERSIONS="
18 3.0.0 18 3.0.0
19 3.1.0 19 3.1.0
20 3.2.0 20 3.2.0
21 3.2.2
22 3.2.3
21 3.3.0" 23 3.3.0"
22# 2.0.10 does not support UserConfigDirectory 24# 2.0.10 does not support UserConfigDirectory
23# 2.3.1 requires a config in $HOME/.ssh2 25# 2.3.1 requires a config in $HOME/.ssh2