Mercurial > gftp.yaz
diff 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 |
line wrap: on
line diff
--- a/ChangeLog Fri Nov 03 03:07:44 2006 +0000 +++ b/ChangeLog Fri Nov 03 03:23:19 2006 +0000 @@ -1,4 +1,13 @@ 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. + * src/text/gftp-text.c src/text/gftp-text.h src/text/textui.c - use gftp_string_from_utf8() for the conversion between the various character sets. @@ -3693,7 +3702,7 @@ * cvsclean - added this script - * *.[ch] - added $Id: ChangeLog,v 1.496 2006/11/03 03:07:40 masneyb Exp $ tags + * *.[ch] - added $Id: ChangeLog,v 1.497 2006/11/03 03:23:19 masneyb Exp $ tags * debian/* - updated files from Debian maintainer