* 1.7tp1 / 01.07.2000: first implementation of transparent proxying * 1.7tp2 / 14.07.2000: added checks if destination is a local address; transparent proxying should work fine now * 1.7tp3 / 22.09.2000: fixed ugly daemon-mode bug killing all proxy instances on QUIT * 1.7tp4 / 03.10.2000: changed log file opening to rename the log file if it already exists instead of delete it :-) * 1.7tp5 / 08.10.2000: autoconf cleanups - tested on linux, freebsd4.0 and solaris7. added UseMagicChar config keyword to support other chars than @ as user separators in "AllowMagicUser" mode. * 1.7tp6 / 05.06.2001: - added sample rc.config.ftp-proxy and rc.script.ftp-config - implemented LDAPBindDN, LDAPBindPW for authenticated simple bind - autoconf ctags, ftp-proxy.conf.sample cleanups - fixed QUIT to be allowed every time - fixed pid file creation order to be before UID 0 is dropped - fixed ActivePort default to be INPORT_ANY (random port) if not running as UID 0 instead of IPPORT_FTP - 1 (port 20) an no ActiveMinDataPort/ActiveMaxDataPort given - fixed (I hope ;-) bind/connect problems (see also SockBindRand option) - added patch for infinite-loop bug in telnet control handling - added patch for unneeded exit in socket_sck2addr and on client fork failure - added patch for clean up the PID of a child in daemon array (MaxClients) - added contributors to CREDITS file - updated manual page (ftp-proxy.conf.5.in)