summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2009-10-07 08:21:48 +1100
committerDarren Tucker <dtucker@zip.com.au>2009-10-07 08:21:48 +1100
commit46bbbe3326d69a84d94caca656c40a4521c10c45 (patch)
treee8a2c85684c84bb8e453bbcee78d977bdd5ec07f /ChangeLog
parent350666d30069c163c0dc1fa2503740b9d970ecc8 (diff)
- djm@cvs.openbsd.org 2009/08/12 00:13:00
[sftp.c sftp.1] support most of scp(1)'s commandline arguments in sftp(1), as a first step towards making sftp(1) a drop-in replacement for scp(1). One conflicting option (-P) has not been changed, pending further discussion. Patch from carlosvsilvapt@gmail.com as part of his work in the Google Summer of Code
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2278830f3..e417906e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
120091007
2 - (dtucker) OpenBSD CVS Sync
3 - djm@cvs.openbsd.org 2009/08/12 00:13:00
4 [sftp.c sftp.1]
5 support most of scp(1)'s commandline arguments in sftp(1), as a first
6 step towards making sftp(1) a drop-in replacement for scp(1).
7 One conflicting option (-P) has not been changed, pending further
8 discussion.
9 Patch from carlosvsilvapt@gmail.com as part of his work in the
10 Google Summer of Code
11
120091002 1220091002
2 - (djm) [Makefile.in] Mention readconf.o in ssh-keysign's make deps. 13 - (djm) [Makefile.in] Mention readconf.o in ssh-keysign's make deps.
3 spotted by des AT des.no 14 spotted by des AT des.no