[regress/ssh-com-client.sh regress/ssh-com-keygen.sh
     regress/ssh-com-sftp.sh regress/ssh-com.sh]
     test against recent ssh.com releases
This commit is contained in:
Darren Tucker 2004-02-29 20:33:51 +11:00
parent 03c907a22b
commit 437a5f035b
5 changed files with 21 additions and 5 deletions

View File

@ -21,6 +21,10 @@
- markus@cvs.openbsd.org 2004/02/24 16:56:30 - markus@cvs.openbsd.org 2004/02/24 16:56:30
[regress/test-exec.sh] [regress/test-exec.sh]
allow arguments in ${TEST_SSH_XXX} allow arguments in ${TEST_SSH_XXX}
- markus@cvs.openbsd.org 2004/02/24 17:06:52
[regress/ssh-com-client.sh regress/ssh-com-keygen.sh
regress/ssh-com-sftp.sh regress/ssh-com.sh]
test against recent ssh.com releases
20040226 20040226
- (bal) KNF our sshlogin.c even if the code looks nothing like upstream - (bal) KNF our sshlogin.c even if the code looks nothing like upstream
@ -826,4 +830,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM - (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
$Id: ChangeLog,v 1.3266 2004/02/29 09:31:08 dtucker Exp $ $Id: ChangeLog,v 1.3267 2004/02/29 09:33:51 dtucker Exp $

View File

@ -1,4 +1,4 @@
# $OpenBSD: ssh-com-client.sh,v 1.5 2003/05/14 22:08:27 markus Exp $ # $OpenBSD: ssh-com-client.sh,v 1.6 2004/02/24 17:06:52 markus Exp $
# Placed in the Public Domain. # Placed in the Public Domain.
tid="connect with ssh.com client" tid="connect with ssh.com client"
@ -19,6 +19,9 @@ VERSIONS="
3.2.0 3.2.0
3.2.2 3.2.2
3.2.3 3.2.3
3.2.5
3.2.9
3.2.9.1
3.3.0" 3.3.0"
# 2.0.10 2.0.12 2.0.13 don't like the test setup # 2.0.10 2.0.12 2.0.13 don't like the test setup

View File

@ -1,4 +1,4 @@
# $OpenBSD: ssh-com-keygen.sh,v 1.3 2003/05/14 22:08:27 markus Exp $ # $OpenBSD: ssh-com-keygen.sh,v 1.4 2004/02/24 17:06:52 markus Exp $
# Placed in the Public Domain. # Placed in the Public Domain.
tid="ssh.com key import" tid="ssh.com key import"
@ -22,6 +22,9 @@ VERSIONS="
3.2.0 3.2.0
3.2.2 3.2.2
3.2.3 3.2.3
3.2.5
3.2.9
3.2.9.1
3.3.0" 3.3.0"
COMPRV=${OBJ}/comkey COMPRV=${OBJ}/comkey

View File

@ -1,4 +1,4 @@
# $OpenBSD: ssh-com-sftp.sh,v 1.4 2003/05/14 22:08:27 markus Exp $ # $OpenBSD: ssh-com-sftp.sh,v 1.5 2004/02/24 17:06:52 markus Exp $
# Placed in the Public Domain. # Placed in the Public Domain.
tid="basic sftp put/get with ssh.com server" tid="basic sftp put/get with ssh.com server"
@ -35,6 +35,9 @@ VERSIONS="
3.2.0 3.2.0
3.2.2 3.2.2
3.2.3 3.2.3
3.2.5
3.2.9
3.2.9.1
3.3.0" 3.3.0"
# go for it # go for it

View File

@ -1,4 +1,4 @@
# $OpenBSD: ssh-com.sh,v 1.6 2003/11/07 10:16:44 jmc Exp $ # $OpenBSD: ssh-com.sh,v 1.7 2004/02/24 17:06:52 markus Exp $
# Placed in the Public Domain. # Placed in the Public Domain.
tid="connect to ssh.com server" tid="connect to ssh.com server"
@ -20,6 +20,9 @@ VERSIONS="
3.2.0 3.2.0
3.2.2 3.2.2
3.2.3 3.2.3
3.2.5
3.2.9
3.2.9.1
3.3.0" 3.3.0"
# 2.0.10 does not support UserConfigDirectory # 2.0.10 does not support UserConfigDirectory
# 2.3.1 requires a config in $HOME/.ssh2 # 2.3.1 requires a config in $HOME/.ssh2