comparison ChangeLog @ 847:14858879916f

2006-11-2 Brian Masney <masneyb@gftp.org> * lib/ftpcommon.h lib/ftps.c lib/rfc959.c - use the encoded filename length to determine how many bytes should be sent in the command to the remote server. Don't use the strlen() function since there may be a NUL character in the filename. ATTENTION INTERNATIONAL USERS: If you have time, can you test the filename encoding in CVS? All of the necessary changes were made to the local, FTP and SSH protocols. Let me know if you see any problems.
author masneyb
date Fri, 03 Nov 2006 03:23:19 +0000
parents 77660334b282
children 0cf4d8c46b82
comparison
equal deleted inserted replaced
846:77660334b282 847:14858879916f
1 2006-11-2 Brian Masney <masneyb@gftp.org> 1 2006-11-2 Brian Masney <masneyb@gftp.org>
2 * lib/ftpcommon.h lib/ftps.c lib/rfc959.c - use the encoded filename
3 length to determine how many bytes should be sent in the command to the
4 remote server. Don't use the strlen() function since there may be a
5 NUL character in the filename.
6
7 ATTENTION INTERNATIONAL USERS: If you have time, can you test the
8 filename encoding in CVS? All of the necessary changes were made to the
9 local, FTP and SSH protocols. Let me know if you see any problems.
10
2 * src/text/gftp-text.c src/text/gftp-text.h src/text/textui.c - 11 * src/text/gftp-text.c src/text/gftp-text.h src/text/textui.c -
3 use gftp_string_from_utf8() for the conversion between the 12 use gftp_string_from_utf8() for the conversion between the
4 various character sets. 13 various character sets.
5 14
6 * lib/gftp.h lib/local.c lib/misc.c lib/protocols.c lib/rfc959.c 15 * lib/gftp.h lib/local.c lib/misc.c lib/protocols.c lib/rfc959.c
3691 3700
3692 * configure.in - link in gthread 3701 * configure.in - link in gthread
3693 3702
3694 * cvsclean - added this script 3703 * cvsclean - added this script
3695 3704
3696 * *.[ch] - added $Id: ChangeLog,v 1.496 2006/11/03 03:07:40 masneyb Exp $ tags 3705 * *.[ch] - added $Id: ChangeLog,v 1.497 2006/11/03 03:23:19 masneyb Exp $ tags
3697 3706
3698 * debian/* - updated files from Debian maintainer 3707 * debian/* - updated files from Debian maintainer
3699 3708
3700 2002-10-03 Brian Masney <masneyb@gftp.org> 3709 2002-10-03 Brian Masney <masneyb@gftp.org>
3701 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 3710 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)