comparison ChangeLog @ 747:c8e09269c3e1

2006-5-14 Brian Masney <masneyb@gftp.org> * lib/sshv2.c - make sure the 64 bit data is transformed into network byte order (from Aurelien Jarno <aurelien@aurel32.net>) (closes #168466)
author masneyb
date Mon, 15 May 2006 01:31:20 +0000
parents 1b28a63d125a
children 08c24b6cd373
comparison
equal deleted inserted replaced
746:1b28a63d125a 747:c8e09269c3e1
1 2006-5-14 Brian Masney <masneyb@gftp.org> 1 2006-5-14 Brian Masney <masneyb@gftp.org>
2 * lib/sshv2.c - make sure the 64 bit data is transformed into network
3 byte order (from Aurelien Jarno <aurelien@aurel32.net>) (closes #168466)
4
2 * lib/sshv2.c (sshv2_get_file) - use SSH_FXF_READ instead of 5 * lib/sshv2.c (sshv2_get_file) - use SSH_FXF_READ instead of
3 SSH_FXP_OPEN to open the file. This ensures the file can be downloaded 6 SSH_FXP_OPEN to open the file. This ensures the file can be downloaded
4 even if the user doesn't have write access to the file. 7 even if the user doesn't have write access to the file.
5 (from Owen Roberts <owen.roberts@sun.com>) (closes #301106) 8 (from Owen Roberts <owen.roberts@sun.com>) (closes #301106)
6 9
3358 3361
3359 * configure.in - link in gthread 3362 * configure.in - link in gthread
3360 3363
3361 * cvsclean - added this script 3364 * cvsclean - added this script
3362 3365
3363 * *.[ch] - added $Id: ChangeLog,v 1.426 2006/05/14 17:26:56 masneyb Exp $ tags 3366 * *.[ch] - added $Id: ChangeLog,v 1.427 2006/05/15 01:31:20 masneyb Exp $ tags
3364 3367
3365 * debian/* - updated files from Debian maintainer 3368 * debian/* - updated files from Debian maintainer
3366 3369
3367 2002-10-03 Brian Masney <masneyb@gftp.org> 3370 2002-10-03 Brian Masney <masneyb@gftp.org>
3368 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 3371 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)