comparison 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
comparison
equal deleted inserted replaced
653:07dc89f95076 654:f6e2ec8faf56
1 2004-12-31 Brian Masney <masneyb@gftp.org> 1 2004-12-31 Brian Masney <masneyb@gftp.org>
2 * lib/sshv2.c (sshv2_read_response) - added debugging messages if
3 compiled with -DDEBUG. Added sshv2_response_return_code()
4 and sshv2_buffer_get_int64(). (sshv2_buffer_get_int32) - added
5 check_response argument to this function. This suppresses a
6 signed/unsigned mismatch warning from gcc.
7 (sshv2_decode_file_attributes) - decode all of the attributes that
8 are returned from the server. (sshv2_get_next_file) - don't look at
9 the long file name returned from the server. This also fixes a bug
10 where no files were being returned to the user when the remote server
11 was running the commercial SSH daemon
12
2 * lib/misc.c (gftp_info) - when displaying the OpenSSL information, 13 * lib/misc.c (gftp_info) - when displaying the OpenSSL information,
3 display OPENSSL_VERSION_TEXT instead of OPENSSL_VERSION_NUMBER 14 display OPENSSL_VERSION_TEXT instead of OPENSSL_VERSION_NUMBER
4 15
5 * src/gtk/transfer.c (update_file_status) - expand the length of the 16 * src/gtk/transfer.c (update_file_status) - expand the length of the
6 total transfered buffer. The total transfered was being truncated in 17 total transfered buffer. The total transfered was being truncated in
3185 3196
3186 * configure.in - link in gthread 3197 * configure.in - link in gthread
3187 3198
3188 * cvsclean - added this script 3199 * cvsclean - added this script
3189 3200
3190 * *.[ch] - added $Id: ChangeLog,v 1.387 2004/12/31 16:12:13 masneyb Exp $ tags 3201 * *.[ch] - added $Id: ChangeLog,v 1.388 2004/12/31 22:55:23 masneyb Exp $ tags
3191 3202
3192 * debian/* - updated files from Debian maintainer 3203 * debian/* - updated files from Debian maintainer
3193 3204
3194 2002-10-03 Brian Masney <masneyb@gftp.org> 3205 2002-10-03 Brian Masney <masneyb@gftp.org>
3195 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 3206 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)