diff options
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 16 insertions, 4 deletions
@@ -57,11 +57,23 @@ | |||
57 | [sftp-int.c] | 57 | [sftp-int.c] |
58 | Check for NULL attribs for chown, chmod & chgrp operations, only send | 58 | Check for NULL attribs for chown, chmod & chgrp operations, only send |
59 | relevant attribs back to server; ok markus@ | 59 | relevant attribs back to server; ok markus@ |
60 | - djm@cvs.openbsd.org 2001/02/06 15:05:25 | ||
61 | [sftp.c] | ||
62 | Use getopt to process commandline arguments | ||
63 | - djm@cvs.openbsd.org 2001/02/06 15:06:21 | ||
64 | [sftp.c ] | ||
65 | Wait for ssh subprocess at exit | ||
66 | - djm@cvs.openbsd.org 2001/02/06 15:18:16 | ||
67 | [sftp-int.c] | ||
68 | stat target for remote chdir before doing chdir | ||
69 | - djm@cvs.openbsd.org 2001/02/06 15:32:54 | ||
70 | [sftp.1] | ||
71 | Punctuation fix from Pekka Savola <pekkas@netcore.fi> | ||
72 | - provos@cvs.openbsd.org 2001/02/05 22:22:02 | ||
73 | [sftp-int.c] | ||
74 | cleanup get_pathname, fix pwd after failed cd. okay djm@ | ||
60 | - (djm) Update makefile.in for _PATH_SFTP_SERVER | 75 | - (djm) Update makefile.in for _PATH_SFTP_SERVER |
61 | 76 | ||
62 | |||
63 | |||
64 | |||
65 | 20010209 | 77 | 20010209 |
66 | - (bal) patch to vis.c to deal with HAVE_VIS right by Robert Mooney | 78 | - (bal) patch to vis.c to deal with HAVE_VIS right by Robert Mooney |
67 | <rjmooney@mediaone.net> | 79 | <rjmooney@mediaone.net> |
@@ -3767,4 +3779,4 @@ | |||
3767 | - Wrote replacements for strlcpy and mkdtemp | 3779 | - Wrote replacements for strlcpy and mkdtemp |
3768 | - Released 1.0pre1 | 3780 | - Released 1.0pre1 |
3769 | 3781 | ||
3770 | $Id: ChangeLog,v 1.710 2001/02/09 13:40:03 djm Exp $ | 3782 | $Id: ChangeLog,v 1.711 2001/02/09 13:47:59 djm Exp $ |