[regress/ssh2putty.sh]
     Add OpenBSD tag to make syncs easier
This commit is contained in:
Darren Tucker 2009-10-07 10:54:31 +11:00
parent c863895e0a
commit b707a24382
2 changed files with 7 additions and 2 deletions

View File

@ -101,7 +101,8 @@
regression test for port number parsing. written as part of the a2port regression test for port number parsing. written as part of the a2port
change that went into 5.2 but I forgot to commit it at the time... change that went into 5.2 but I forgot to commit it at the time...
- djm@cvs.openbsd.org 2009/08/13 01:11:55 - djm@cvs.openbsd.org 2009/08/13 01:11:55
[sftp-batch.sh sftp-badcmds.sh sftp.sh sftp-cmds.sh sftp-glob.sh] [regress/sftp-batch.sh regress/sftp-badcmds.sh regress/sftp.sh
regress/sftp-cmds.sh regres/sftp-glob.sh]
date: 2009/08/13 01:11:19; author: djm; state: Exp; lines: +10 -7 date: 2009/08/13 01:11:19; author: djm; state: Exp; lines: +10 -7
Swizzle options: "-P sftp_server_path" moves to "-D sftp_server_path", Swizzle options: "-P sftp_server_path" moves to "-D sftp_server_path",
add "-P port" to match scp(1). Fortunately, the -P option is only really add "-P port" to match scp(1). Fortunately, the -P option is only really
@ -109,9 +110,12 @@
part of larger patch from carlosvsilvapt@gmail.com for his Google Summer part of larger patch from carlosvsilvapt@gmail.com for his Google Summer
of Code work; ok deraadt markus of Code work; ok deraadt markus
- djm@cvs.openbsd.org 2009/08/20 18:43:07 - djm@cvs.openbsd.org 2009/08/20 18:43:07
[ssh-com-sftp.sh] [regress/ssh-com-sftp.sh]
fix one sftp -D ... => sftp -P ... conversion that I missed; from Carlos fix one sftp -D ... => sftp -P ... conversion that I missed; from Carlos
Silva for Google Summer of Code Silva for Google Summer of Code
- dtucker@cvs.openbsd.org 2009/10/06 23:51:49
[regress/ssh2putty.sh]
Add OpenBSD tag to make syncs easier
20091002 20091002
- (djm) [Makefile.in] Mention readconf.o in ssh-keysign's make deps. - (djm) [Makefile.in] Mention readconf.o in ssh-keysign's make deps.

View File

@ -1,4 +1,5 @@
#!/bin/sh #!/bin/sh
# $OpenBSD: ssh2putty.sh,v 1.1 2009/10/06 23:51:49 dtucker Exp $
if test "x$1" = "x" -o "x$2" = "x" -o "x$3" = "x" ; then if test "x$1" = "x" -o "x$2" = "x" -o "x$3" = "x" ; then
echo "Usage: ssh2putty hostname port ssh-private-key" echo "Usage: ssh2putty hostname port ssh-private-key"