comparison ChangeLog @ 249:094e83b55cb1

2003-8-7 Brian Masney <masneyb@gftp.org> * lib/cache.c lib/misc.c lib/protocols.c lib/pty.c - make sure a NUL byte appears at the end of the buffer after the call to strncpy * lib/rfc959.c - increased buffer size to directory parsing routine
author masneyb
date Fri, 08 Aug 2003 02:24:54 +0000
parents 16a967a4d003
children 62bc15fc5b34
comparison
equal deleted inserted replaced
248:16a967a4d003 249:094e83b55cb1
1 2003-8-7 Brian Masney <masneyb@gftp.org> 1 2003-8-7 Brian Masney <masneyb@gftp.org>
2 * lib/cache.c lib/misc.c lib/protocols.c lib/pty.c - make sure a NUL
3 byte appears at the end of the buffer after the call to strncpy
4
5 * lib/rfc959.c - increased buffer size to directory parsing routine
6
2 * lib/protocols.c (gftp_fd_write) - use a signed variable to store the 7 * lib/protocols.c (gftp_fd_write) - use a signed variable to store the
3 result from write(). Write errors were not being caught properly. 8 result from write(). Write errors were not being caught properly.
4 9
5 2003-8-6 Brian Masney <masneyb@gftp.org> 10 2003-8-6 Brian Masney <masneyb@gftp.org>
6 * lib/misc.c (gftp_build_path) - fixed initial path beginning with //. 11 * lib/misc.c (gftp_build_path) - fixed initial path beginning with //.
1440 1445
1441 * configure.in - link in gthread 1446 * configure.in - link in gthread
1442 1447
1443 * cvsclean - added this script 1448 * cvsclean - added this script
1444 1449
1445 * *.[ch] - added $Id: ChangeLog,v 1.129 2003/08/08 01:38:11 masneyb Exp $ tags 1450 * *.[ch] - added $Id: ChangeLog,v 1.130 2003/08/08 02:24:53 masneyb Exp $ tags
1446 1451
1447 * debian/* - updated files from Debian maintainer 1452 * debian/* - updated files from Debian maintainer
1448 1453
1449 2002-10-03 Brian Masney <masneyb@gftp.org> 1454 2002-10-03 Brian Masney <masneyb@gftp.org>
1450 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 1455 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)