comparison ChangeLog @ 642:b9e8b22bf3b1

2004-12-12 Brian Masney <masneyb@gftp.org> * lib/rfc959.c - added pasv_behind_router option. If this is enabled, then the IP address that is in the PASV response will be ignored. Instead the IP address of the remote host will be used. This is a patch from Jasper van Veghel <vanveghel@home.nl> that I made some changes to (closes #161037)
author masneyb
date Sun, 12 Dec 2004 12:00:29 +0000
parents efe90b739e98
children 117bcf24add2
comparison
equal deleted inserted replaced
641:efe90b739e98 642:b9e8b22bf3b1
1 2004-12-12 Brian Masney <masneyb@gftp.org> 1 2004-12-12 Brian Masney <masneyb@gftp.org>
2 * lib/rfc959.c - added pasv_behind_router option. If this is enabled,
3 then the IP address that is in the PASV response will be ignored.
4 Instead the IP address of the remote host will be used. This is a patch
5 from Jasper van Veghel <vanveghel@home.nl> that I made some changes to
6 (closes #161037)
7
2 * lib/gftp.h lib/protocols.c (gftp_connect_server) - if getaddrinfo() 8 * lib/gftp.h lib/protocols.c (gftp_connect_server) - if getaddrinfo()
3 is not defined in the system, save the current index of the host that we 9 is not defined in the system, save the current index of the host that we
4 are connected to 10 are connected to
5 11
6 * src/gtk/gftp-gtk.c (toolbar_hostedit) - use gftp_disconnect() instead 12 * src/gtk/gftp-gtk.c (toolbar_hostedit) - use gftp_disconnect() instead
3141 3147
3142 * configure.in - link in gthread 3148 * configure.in - link in gthread
3143 3149
3144 * cvsclean - added this script 3150 * cvsclean - added this script
3145 3151
3146 * *.[ch] - added $Id: ChangeLog,v 1.377 2004/12/12 11:52:17 masneyb Exp $ tags 3152 * *.[ch] - added $Id: ChangeLog,v 1.378 2004/12/12 12:00:29 masneyb Exp $ tags
3147 3153
3148 * debian/* - updated files from Debian maintainer 3154 * debian/* - updated files from Debian maintainer
3149 3155
3150 2002-10-03 Brian Masney <masneyb@gftp.org> 3156 2002-10-03 Brian Masney <masneyb@gftp.org>
3151 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 3157 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)