diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-04-13 00:00:14 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-04-13 00:00:14 +0000 |
commit | 63667f6568d0667b91aea46f77d54311dcffb53a (patch) | |
tree | 8c6ac90b5d25a71cc96b1cb624edfd8271927aa2 /ChangeLog | |
parent | 19066a112baff6107781dc337b27e557f43098c2 (diff) |
- mouring@cvs.openbsd.org 2001/04/12 23:17:54
[sftp-int.c sftp-int.h sftp.1 sftp.c]
Add support for:
sftp [user@]host[:file [file]] - Fetch remote file(s)
sftp [user@]host[:dir[/]] - Start in remote dir/
OK deraadt@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -4,7 +4,6 @@ | |||
4 | [ssh.c] | 4 | [ssh.c] |
5 | show debug output during option processing, report from | 5 | show debug output during option processing, report from |
6 | pekkas@netcore.fi | 6 | pekkas@netcore.fi |
7 | - OpenBSD CVS Sync | ||
8 | - markus@cvs.openbsd.org 2001/04/12 19:15:26 | 7 | - markus@cvs.openbsd.org 2001/04/12 19:15:26 |
9 | [auth-rhosts.c auth.h auth2.c buffer.c canohost.c canohost.h | 8 | [auth-rhosts.c auth.h auth2.c buffer.c canohost.c canohost.h |
10 | compat.c compat.h hostfile.c pathnames.h readconf.c readconf.h | 9 | compat.c compat.h hostfile.c pathnames.h readconf.c readconf.h |
@@ -19,6 +18,12 @@ | |||
19 | - stevesk@cvs.openbsd.org 2001/04/12 20:09:38 | 18 | - stevesk@cvs.openbsd.org 2001/04/12 20:09:38 |
20 | [misc.c misc.h readconf.c servconf.c ssh.c sshd.c] | 19 | [misc.c misc.h readconf.c servconf.c ssh.c sshd.c] |
21 | robust port validation; ok markus@ jakob@ | 20 | robust port validation; ok markus@ jakob@ |
21 | - mouring@cvs.openbsd.org 2001/04/12 23:17:54 | ||
22 | [sftp-int.c sftp-int.h sftp.1 sftp.c] | ||
23 | Add support for: | ||
24 | sftp [user@]host[:file [file]] - Fetch remote file(s) | ||
25 | sftp [user@]host[:dir[/]] - Start in remote dir/ | ||
26 | OK deraadt@ | ||
22 | - (bal) Added openbsd-compat/inet_ntop.[ch] since HP/UX (and others) | 27 | - (bal) Added openbsd-compat/inet_ntop.[ch] since HP/UX (and others) |
23 | lack it. | 28 | lack it. |
24 | 29 | ||
@@ -5041,4 +5046,4 @@ | |||
5041 | - Wrote replacements for strlcpy and mkdtemp | 5046 | - Wrote replacements for strlcpy and mkdtemp |
5042 | - Released 1.0pre1 | 5047 | - Released 1.0pre1 |
5043 | 5048 | ||
5044 | $Id: ChangeLog,v 1.1105 2001/04/12 23:39:26 mouring Exp $ | 5049 | $Id: ChangeLog,v 1.1106 2001/04/13 00:00:14 mouring Exp $ |