Mercurial > gftp.yaz
diff ChangeLog @ 654:f6e2ec8faf56
2004-12-31 Brian Masney <masneyb@gftp.org>
* lib/sshv2.c (sshv2_read_response) - added debugging messages if
compiled with -DDEBUG. Added sshv2_response_return_code()
and sshv2_buffer_get_int64(). (sshv2_buffer_get_int32) - added
check_response argument to this function. This suppresses a
signed/unsigned mismatch warning from gcc.
(sshv2_decode_file_attributes) - decode all of the attributes that
are returned from the server. (sshv2_get_next_file) - don't look at
the long file name returned from the server. This also fixes a bug
where no files were being returned to the user when the remote server
was running the commercial SSH daemon
| author | masneyb |
|---|---|
| date | Fri, 31 Dec 2004 22:55:23 +0000 |
| parents | 07dc89f95076 |
| children | b8faf63b2e9b |
line wrap: on
line diff
--- a/ChangeLog Fri Dec 31 16:12:13 2004 +0000 +++ b/ChangeLog Fri Dec 31 22:55:23 2004 +0000 @@ -1,4 +1,15 @@ 2004-12-31 Brian Masney <masneyb@gftp.org> + * lib/sshv2.c (sshv2_read_response) - added debugging messages if + compiled with -DDEBUG. Added sshv2_response_return_code() + and sshv2_buffer_get_int64(). (sshv2_buffer_get_int32) - added + check_response argument to this function. This suppresses a + signed/unsigned mismatch warning from gcc. + (sshv2_decode_file_attributes) - decode all of the attributes that + are returned from the server. (sshv2_get_next_file) - don't look at + the long file name returned from the server. This also fixes a bug + where no files were being returned to the user when the remote server + was running the commercial SSH daemon + * lib/misc.c (gftp_info) - when displaying the OpenSSL information, display OPENSSL_VERSION_TEXT instead of OPENSSL_VERSION_NUMBER @@ -3187,7 +3198,7 @@ * cvsclean - added this script - * *.[ch] - added $Id: ChangeLog,v 1.387 2004/12/31 16:12:13 masneyb Exp $ tags + * *.[ch] - added $Id: ChangeLog,v 1.388 2004/12/31 22:55:23 masneyb Exp $ tags * debian/* - updated files from Debian maintainer
