comparison ChangeLog @ 643:117bcf24add2

2004-12-12 Brian Masney <masneyb@gftp.org> * lib/rfc959.c - renamed pasv_behind_router option to ignore_pasv_address. This is a better explanation of what it does
author masneyb
date Sun, 12 Dec 2004 12:09:56 +0000
parents b9e8b22bf3b1
children cd38f25b7c5e
comparison
equal deleted inserted replaced
642:b9e8b22bf3b1 643:117bcf24add2
1 2004-12-12 Brian Masney <masneyb@gftp.org> 1 2004-12-12 Brian Masney <masneyb@gftp.org>
2 * lib/rfc959.c - renamed pasv_behind_router option to
3 ignore_pasv_address. This is a better explanation of what it does
4
2 * lib/rfc959.c - added pasv_behind_router option. If this is enabled, 5 * 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. 6 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 7 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 8 from Jasper van Veghel <vanveghel@home.nl> that I made some changes to
6 (closes #161037) 9 (closes #161037)
3147 3150
3148 * configure.in - link in gthread 3151 * configure.in - link in gthread
3149 3152
3150 * cvsclean - added this script 3153 * cvsclean - added this script
3151 3154
3152 * *.[ch] - added $Id: ChangeLog,v 1.378 2004/12/12 12:00:29 masneyb Exp $ tags 3155 * *.[ch] - added $Id: ChangeLog,v 1.379 2004/12/12 12:09:56 masneyb Exp $ tags
3153 3156
3154 * debian/* - updated files from Debian maintainer 3157 * debian/* - updated files from Debian maintainer
3155 3158
3156 2002-10-03 Brian Masney <masneyb@gftp.org> 3159 2002-10-03 Brian Masney <masneyb@gftp.org>
3157 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 3160 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)