Version 4.2.1 of SOCKS.CSTC, dated August 18, 1995 -Added NewsOS 4.2.1R port. (SAKAI Kiyotaka ) -Added #include in sockd.c for FreeBSD. (Chris Inacio ) -Corrected zombies problem with satnad-alone sockd. (Simon Lockhart , Ian Dunkin , Chuck Murcko , David Mischel ) -Corrected a problem in DoNewBind() of lib/Rconnect.c in which socket 'new' is used before it is created. (david higgins ) -Corrected a typo in read_cconf.c where it should be '=' rather than '=='. (Andrew Morrow ) -Moved the line #including "socks.h" to the end of the #include's. Caused some problems otherwise on some systems. (Stanley Hu ) -Made it possible to do ftp-globbing for AIX 3.2. (Quentin Fennessy ) -Corrected a parameter in setsockopt() in id_open.c for BSDI. (Shin Sato ) -Made it possible to try more than one SOCKS servers for Solaris 2.3. (Haruyuki Kawabe ) -Got rid of a spurious declaration of 'optind' in finger.c. (Sorry, I lost the relevant mail message and can't remember who reported that.) -Added compile-time macro TRY_PASV. With this defined, ftp (rftp) tries to set the ftp server in PASV mode, i.e., it tries to connect to the ftp server for the data connections rather than the usual way of having the server connecting to the client. It reverts back to the usual way if the PASV attempt fails. The code is adapted from that written by Patrick Horgan .