home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / socks5v1.zip / ChangeLog < prev    next >
Text File  |  2000-08-16  |  23KB  |  643 lines

  1.  
  2. Tue Aug 15 16:46:54 CDT 2000
  3.     * socks5-v1.0r11 released
  4.     * fix username/password's wrong version number
  5.     * fix a relic of removing fclose
  6.     * fix a remote name resolution problem for UDP
  7.     * add udp recvfrom() error checking <jay@kali.net>
  8.  
  9. Wed Mar  8 10:56:47 CST 2000
  10.     * previent zero length username/passwd
  11.  
  12. Thu Feb 24 09:19:33 CST 2000
  13.     * ftp data close <Michael.Adler@compaq.com>
  14.     * ftp signal cleanup
  15.  
  16. Thu Dec 16 17:08:49 CST 1999
  17.     * added sleep() to upwd to slow username/password attacks
  18.  
  19. Tue Nov 23 16:22:44 CST 1999
  20.     * rftp bug - dup()  <carson@tla.org>
  21.  
  22. Tue Oct 26 12:02:46 CDT 1999
  23.     * clients/ftp/cmds.c <ghealton@babel.lz.att.com>
  24.  
  25. Tue Oct  5 10:22:32 CDT 1999
  26.     * lib/Makefile.in <carson@tla.org>
  27.  
  28. Thu Aug  5 09:41:28 CDT 1999
  29.     * FreeBSD lib/rld.c DGetOriginalFunc() <andre.albsmeier@mchp.siemens.de>
  30.  
  31. Fri Jul 23 08:41:27 CDT 1999
  32.     * socks5-v1.0r10 released
  33.     * remove unused INACTIVITY_TIMEOUT <luns@aloha.EECS.Berkeley.EDU>
  34.     * rftp getpass()/getpassphrase() <handy@nid.co.jp>
  35.     * added gethostbyname2() wrapper <andre.albsmeier@mchp.siemens.de>
  36.     * pident patch fails if socks5.ident file not found <monte@home.com>
  37.  
  38. Tue Jul  6 12:12:07 CDT 1999
  39.     * split ifdef for IRIX cc <china@thewrittenword.com>
  40.  
  41. Thu Jun 24 10:09:58 CDT 1999
  42.     * patch for lsGetCachedHostname() <ishisone@sra.co.jp>
  43.     * changed protocol return code for connection refused <alla@sovlink.ru>
  44. Fri Jun 11 13:17:33 CDT 1999
  45.         * autoconf threads and ident <tv@maussu.ndh.net>
  46.  
  47. Wed May 19 11:41:27 CDT 1999
  48.     * SHLIB_LFLAGS for OSF cc <china@thewrittenword.com>
  49.     * removed fclose() wrapper 
  50.           redhat 6.0 seg faults on fclose() when wrapped
  51.  
  52. Mon May 17 12:40:37 CST 1999
  53.     * rld.c fix for FreeBSD 3.x <andre.albsmeier@mchp.siemens.de>
  54.  
  55. Fri Mar 26 14:24:34 CST 1999
  56.     * fix child process signal.
  57.     * fix runaway process.
  58.  
  59. Tue Mar 23 15:09:14 CST 1999
  60.     * rld.c macros are bad in v1.0r9 <oleg@elbim.ru>
  61.     * server/udp.c close all sockets. 
  62.  
  63. Tue Mar  9 17:36:31 CST 1999
  64.     * socks5-v1.0r9 released
  65.     * username/passwd eof fix
  66.  
  67. Fri Feb 26 10:18:46 CST 1999
  68.     * changed threading model
  69.     * added SOCKS5_V4SUPPORT
  70.  
  71. Mon Feb  1 15:47:16 CST 1999
  72.     * runsocks.in fix <nobbi@cheerful.com>
  73.  
  74. Mon Jan 25 11:25:42 CST 1999
  75.     * Makefile.in install-sh bugs <eychenne@info.enserb.u-bordeaux.fr>
  76.  
  77. Wed Jan  6 16:16:25 CST 1999
  78.     * removed old MONITOR code
  79.     * fixed 'make clean' target
  80.  
  81. Mon Dec 28 13:49:24 CST 1998
  82.     * sendmsg/recvmsg in headers generate warnings <michael@bizsystems.com>
  83.  
  84. Wed Dec 16 11:06:56 CST 1998
  85.     * modified ftp client so commands are not split into
  86.       two packets.  some packet filtering firewalls will
  87.       block connection when sent as two packets.
  88.  
  89. Tue Dec  1 10:54:51 CST 1998
  90.     * added doc to socks5.conf.5 about SOCKS5_REVERSEMAP
  91.     * moved s5fakehost file from ~/.s5fakehost to /tmp/.s5fakehost.uid
  92.  
  93. Fri Nov 20 11:17:47 CST 1998 
  94.     * dlopen relative paths do not work on FreeBSD <andre.albsmeier@mchp.siemens.de>
  95.     * moved dlopen relative path to configure
  96.  
  97. Wed Nov 18 14:35:02 CST 1998
  98.     * socks5-v1.0r8 released
  99.  
  100. Fri Nov 13 10:18:06 CST 1998
  101.     * updated setpgrp configure test
  102.     * added SOCKS5_REVERSEMAP to config file parsing
  103.       - config files with many IP addrs will load faster
  104.     * pass dlopen() relative paths
  105.  
  106. Thu Nov 12 10:46:04 CST 1998
  107.     * changed rresvport() wrapper -- like bind() wrapper
  108.     * moved faked host table from memory to file
  109.       - fixes Netscape Communicator 4.5 problem.
  110.     * moved 'getpwuid()' in lsEffUser to fix FreeBSD bug.
  111.  
  112. Tue Nov  3 17:58:02 CST 1998
  113.     * added test/handling for sendmsg/(recvmsg)
  114.  
  115. Tue Oct 27 12:44:44 CST 1998
  116.     * added configure test for setpgrp
  117.  
  118. Tue Oct 20 11:58:41 CDT 1998
  119.     * added blurb in socks5.conf.5 about proper configurations.
  120.  
  121. Wed Oct 14 09:16:16 CDT 1998
  122.     * removed files with only internal code, related cleanup.
  123.  
  124. Fri Oct  9 09:09:42 CDT 1998 eychenne@col.bsf.alcatel.fr
  125.     * changed bad #ifdef label in lib/log.c
  126.  
  127. Mon Oct  5 16:45:59 CDT 1998
  128.     * added "round robin DNS" support (ftp-data).
  129.     * changed SOCKS5_TIMEOUT & SOCKS5_UDPPORTRANGE 
  130.       - now can be set from /etc/socks5.conf
  131.     * changed UDP recvfrom
  132.  
  133. Thu Oct  1 13:16:35 CDT 1998
  134.     * changed Makefile.in clients.install target so 
  135.       libsocks5.a is not installed
  136.  
  137. Wed Sep 30 12:25:42 CDT 1998
  138.     * socks5-v1.0r7 released
  139.     * added semaphore on 'accept' (Solaris 2.5)
  140.     * increased UDP recv buffer size
  141.     * removed SO_REUSEADDR from UDP sockets
  142.     * moved SOCKS5_TIMEOUT & SOCKS5_UDPPORTRANGE for inetd
  143.     * changed client lib 'recvfrom' wrapper
  144.  
  145. Tue Sep 22 15:50:05 CDT 1998
  146.     * fix for bug with 980810 ssh patch.
  147.     * added 'interface' alias for 'route' in config file.
  148.  
  149. Tue Sep 22 09:11:46 CDT 1998
  150.     * typo in include/hide.h by eychenne@col.bsf.alcatel.fr
  151.  
  152. Thu Aug 20 10:12:16 CDT 1998
  153.     * patch for shadow passwords by daniel@med.up.pt
  154.  
  155. Mon Aug 10 10:55:19 CDT 1998 
  156.     * patch for ssh problem by pab@cs.arizona.edu
  157.  
  158. Wed Aug  5 09:08:44 CDT 1998 kneedham@sgi.com
  159.     * removed unescaped cr/lf in log message lib/wrap_udp.c
  160.  
  161. Tue Aug  4 16:07:50 CDT 1998
  162.     * changed debug log file format lib/confutil.c
  163.  
  164. Mon Jul 27 10:37:33 CDT 1998 Pavel.Roskin@ecsoft.co.uk
  165.     * libsocks5_sh.so not installed in proper directory 
  166.       for 'make install prefix=/foo'
  167.  
  168. Thu Jul 16 13:23:29 CDT 1998
  169.     * socks5-v1.0r6 released
  170.     * Renamed archie client struct
  171.     * Removed "make check" from docs, does not exist.
  172.     * Fixed configure script for Linux shared library (_fstat).
  173.     * Added ncurses lib search for telnet client. 
  174.     * Fixed UDP memory leak.
  175.     * Changed default behavior to not reverse DNS/services.
  176.         SOCKS5_NOREVERSEMAP ==> SOCKS5_REVERSEMAP
  177.         SOCKS5_NOSERVICENAME ==> SOCKS5_SERVICENAME
  178.     * Changed behavior when 'auth' lines exist but no match.
  179.     * Added log message when authentication fails.
  180.     * ping/traceroute use redundant servers.
  181.     * Fixed buffer overflow in lib/log.c <zab@zabbo.net>
  182.     * Fixed problems reported by <ishisone@sra.co.jp>
  183.     * Fixed problem with Linux 'gethostbyname' implementation.
  184.     * Fixed remote DNS problems introduced in v1.0r5
  185.  
  186. Thu Feb 19 12:00:00 CDT 1998
  187.     * socks5-v1.0r5 released
  188.  
  189. ... ChangeLog not maintained ...
  190.  
  191. Fri Nov 20 17:59:40 CDT 1996 Wei Lu <wlu@syl.dl.nec.com>
  192.     * Better password checking for user/passwd auth
  193.     * Better non-blocking I/O handling in client library
  194.     * Fixed several bugs in config file parsing
  195.     * Fixed the bug in "traceroute" proxy
  196.     * Fixed couple of bugs in ftp client
  197.     * Added three statically linkable wrapper functions
  198.     * Modified the support of UDP bind proxy
  199.     * A number of changes in configure related files and Makefiles
  200.  
  201. Sun Oct  6 12:59:40 CDT 1996 Dave Blob <blob@nec.com>
  202.     * Buffering read of all data if blocking (vs 1 by 1)
  203.     - Submitted by Griff Miller
  204.     * finger should be dependent on SRCS not OBJS.
  205.     - Submitted by Carson Gaspar <carson@lehman.com>
  206.     * Block signals when handling nchildren (gravedigger & DoFork)
  207.  
  208. Fri Aug 16 12:38:03 CDT 1996 Dave Blob <blob@nec.com>
  209.     * Changed default log level to info -- warnings ignored
  210.     * Fixed default-* setting in configure.in
  211.  
  212. Wed Aug  7 14:24:43 CDT 1996 Jos Vos <jos@xos.nl>
  213.     * Beta 0.16.5 released
  214.     * AIX 4.1.4 route fixes (may break 3.2.x).
  215.     * Man page sync'ing.
  216.  
  217. Mon Aug  5 23:34:38 CDT 1996 Akihisa Kurashima <kura@mmp.cl.nec.co.jp>
  218.     * EWS shlib fix: SHLIB_CFLAGS should be empty
  219.     * Socks4 fix (headerlen problem, again).
  220.     * lsSocketTypeAssumed->lsSocketType in log messages.
  221.  
  222. Mon Aug  5 23:33:10 CDT 1996 Dave Blob <blob@nec.com>
  223.     * More Log Fixes & Cleanup
  224.     * Addition of msgid's, though no catalog yet.
  225.     * addition of filter lines in config file
  226.     * Fixed "," support in config files (cmd & auth).
  227.  
  228. Tue Jul 30 18:00:01 CDT 1996 Dave Blob <blob@nec.com>
  229.     * Log fixes, esp catopen return value
  230.     * Ftp extern fixes.
  231.     * Socks.h cleanup.
  232.  
  233. Mon Jul 29 21:59:23 CDT 1996 Dave Blob <blob@nec.com>
  234.     * More changes for NT port integration
  235.     * Fixed handling of lsLibProto return NULL
  236.     * Got rid of SOCKSrcmd
  237.  
  238. Mon Jul 22 16:55:52 CDT 1996 Dave Blob <blob@nec.com>
  239.     * minor nb-connect fix.
  240.     * minor fclose fix.
  241.  
  242. Fri Jul 19 15:17:49 CDT 1996 Dave Blob <blob@nec.com>
  243.     * Released beta 0.16.4
  244.     * Fixed case where tcp setup returned success on failure
  245.     * Fixed possiblity of freeing cmdinfo->option & using it.
  246.     * Fixed some log levels
  247.     * Added better monitor/preforking support
  248.     * Fixed server (normal mode) hup problem
  249.  
  250. Thu Jul 18 13:42:09 CDT 1996 Akihisa Kurashima <kura@mmp.cl.nec.co.jp>
  251.     - Added NEC EWS support
  252.     * fixed nsl & socket library order search order
  253.     * added default MAXHOSTNAMELEN
  254.     * added shlib compile flags for ews.
  255.     * added some AF_UNSPEC support.
  256.  
  257. Wed Jul 17 16:01:57 CDT 1996 Dave Blob <blob@nec.com>
  258.     * fixed AIX macro problems
  259.     * Changed logging api.
  260.     * Remove semaphore (esp svr4) on ^C in server
  261.  
  262. Mon Jul 15 10:50:47 CDT 1996 Carson Gaspar <carson@lehman.com>
  263.     * Released beta 0.16.3
  264.     * Fixes for reading Socks4 responses in library
  265.  
  266. Fri Jul 12 12:46:23 CDT 1996 Dave Blob <blob@nec.com>
  267.     * Fixed missing P() macros stuff.
  268.     * fixed problem with dupS...
  269.     * fixed threading & monitor interaction...
  270.     * fixed "set var" handling (w/o setenv).
  271.  
  272. Thu Jul 11 16:48:04 CDT 1996 Dave Blob <blob@nec.com>
  273.     * released beta 0.16.2
  274.     * fixed remote name resolution in client.
  275.     * fixed local bind after connect problem.
  276.     * made realaudio support configurable with 
  277.       SOCKS5_UDPBIND environment variable.
  278.     
  279. Tue Jul  2 16:54:24 CDT 1996 Dave Blob <blob@nec.com>
  280.     * released beta 0.16.1
  281.     * fixed buffer remapping of close to -1, badf
  282.     * fixed ^C handling in rping, rtraceroute
  283.     
  284. Tue Jul  2 15:02:36 CDT 1996 Dave Blob <blob@nec.com>
  285.     * released beta 0.16.0    
  286.     * minor Gssapi fixes
  287.     * minor encapsulation fixes
  288.     * api cleanup
  289.  
  290. Thu Jun 20 19:13:47 CDT 1996 Dave Blob <blob@nec.com>
  291.     * Route fix for connect
  292.     - Submitted by Jack Thomasson <jkt@Helius.COM>
  293.     * more api & name changes
  294.     * merge of lib*read/write functions
  295.     * support for ioflags (e.g. msg_peek) in lsrecv/send
  296.     * added simple password file support
  297.     
  298. Sat Jun 15 12:00:00 CDT 1996 Dave Blob <blob@nec.com>
  299.     * Server makefile fix 
  300.     - Submitted by Joe Rhett <jrhett@navigist.com>
  301.  
  302. Fri Jun 14 16:42:37 CDT 1996 Dave Blob <blob@nec.com>
  303.     * released beta 0.15.3
  304.     * fix for shlib_rdir not being set
  305.     * separated typedefs from structs for vcpp.
  306.     * changed some names to be more consistent...
  307.  
  308. Fri Jun 14 16:42:19 CDT 1996 Carson Gaspar <carson@lehman.com>
  309.     * fix to local nb-connect
  310.  
  311. Thu Jun 13 12:56:14 CDT 1996 Carson Gaspar <carson@lehman.com>
  312.     * fix so bind binds locally if last connection was direct.
  313.  
  314. Wed Jun 12 18:00:00 CDT 1996 Dave Blob <blob@nec.com>
  315.     * api cleanup (e.g. name changes).
  316.     * copyright updates.
  317.     
  318. Sun Jun  9 17:37:08 CDT 1996 Dave Blob <blob@nec.com>
  319.     * released beta 0.15.2
  320.     * monitor fixes
  321.     - Submitted by by Milton Scritsmier <milton@arraytech.com>
  322.     * added default (1080) port in server socks lines.
  323.     
  324. Sat Jun  8 19:24:39 CDT 1996 Dave Blob <blob@nec.com>
  325.     * removed possibility of conf writing past end of arrays
  326.     * fixed environment variable handline in validate.c
  327.     * fixed return headers in udp.c
  328.     * address & port to just port check in udp...
  329.     
  330. Fri Jun  7 17:16:29 CDT 1996 Dave Blob <blob@nec.com>
  331.     * released beta 0.15.1
  332.     * fixed casting problem (esp on hpux)
  333.     - Fixed by Gene Cohler <gene@sapience.com>
  334.     * Updated man pages
  335.     * updated usage in server
  336.     * fixed address family problems (esp on linux).
  337.     * fixed rping & rtrace's passing of ssi instead of s5netaddr
  338.     * fixed configure.in's prog checks.
  339.     * fixed aix's termios support in telnet
  340.     * ported to aix.
  341.     * fixed recv_sigio & check for F_SETOWN
  342.     * made value optional in set (server config files)
  343.     * added some warnings about bad port & host entries
  344.     * made badline more verbose in server
  345.     * only log error message if abnormal exit...
  346.     * fixed byte counts in proxy.c
  347.     * fixed authorize problems (< 0 instead of != AUTH_OK).
  348.     
  349. Sun Jun  2 23:30:34 CDT 1996 Dave Blob <blob@nec.com>
  350.     * released beta 0.15.0
  351.     * Added Nonblocking connect read code
  352.     - Submitted by Carson Gaspar <carson@lehman.com>
  353.     * Added casts to get rid of warnings (on hpux).
  354.     * Made exportable
  355.     * Got rid of prinfo structure (now S5LinkInfo)
  356.     * Removed ioinfo's from prinfo.
  357.     
  358. Thu May 30 14:39:56 CDT 1996 Dave Blob <blob@nec.com>
  359.     * released beta 0.14.5
  360.     * nonblocking fix
  361.     * rresvport fix Gopal Chand <gc@eng.cam.ac.uk>
  362.  
  363. Tue May 28 11:54:52 CDT 1996 Ronald.Tschalaer@psi.ch
  364.     * released beta 0.14.3
  365.         * fixed versions in lib/upwd.c to be rfc1929 compliant
  366.         * changed version sent back for socks4 requests to 0 (reply version)
  367.  
  368. Fri May 24 16:14:12 CDT 1996 A.Iakovlev <andreii@vnet.ibmc.com>
  369.     * fixed bug in lsTcpConnect for connecting on an invalid socket
  370.     
  371. Fri May 24 13:29:13 CDT 1996 Ulrich Eickhoff <Ulrich.Eickhoff@Materna.DE>
  372.     * fixed socks4 username reading
  373.     
  374. Fri May 24 01:12:22 CDT 1996 Dave Blob <blob@nec.com>
  375.     * Bug fix - freeing unallocated memory in validate.c
  376.     * Removed err.[ch], and EXIT, logerror.
  377.     * Added some support for socks5 api
  378.  
  379. Sun May 19 23:42:51 CDT 1996 Dave Blob <blob@nec.com>
  380.     * released beta 0.14.0
  381.     * Added realaudio support (2 ways)
  382.     * Removed use of $< in Makefile since some makes don't do it right
  383.  
  384. Sun May 19 22:47:19 CDT 1996 Doug Ambrisko <abrisko@abrisko.roble.com>
  385.     * Moved DontLoop stuff to wrap.c to prevent any other rld loops...
  386.     * Shlib makefile fix
  387.  
  388. Fri May 10 18:09:14 CDT 1996 Dave Blob <blob@nec.com>
  389.     * released beta 0.13.0
  390.     * removed -1 return value from failed nb connect in select
  391.     * fixed nonblocking return codes.
  392.     * simulated nb connect failure in select with shutdown.
  393.     * Null buffer fix in lsGssapiCheckPacket
  394.     * errors causing exit now shown in server
  395.     * added SOCKS5_NOIDENT to prevent ident lookup failures
  396.     * lookup faked name when doing config file checks
  397.     * fixed port range parsing
  398.     * general parsing cleanup
  399.  
  400. Wed May  8 23:36:59 CDT 1996 Dave Blob <blob@nec.com>
  401.     * Fixed auth and command - handling.
  402.     - Suggested by Glenn Brusca <gbrusca@syl.nj.nec.com>
  403.     * Use _r commands on any OS that has them
  404.     * Don't try to copy functions unless there's an _r function
  405.     * Removed Krb4 support -- Does anyone really want it?
  406.  
  407. Tue May  7 19:50:20 CDT 1996 Dave Blob <blob@nec.com> 
  408.     * made getenv (const char *) in archie
  409.     - Pointed out by David Worenklein <dcw@gcm.com>
  410.     * started adding support for ipv6
  411.     * fixed problem with nbconnects...
  412.     - Pointed out by Nick Rossi <voyager@eskimo.com>
  413.     * new test for nbconnects (async2.c)
  414.     * added more generic code to see if socket is still valid
  415.  
  416. Tue Apr 30 12:59:13 CDT 1996 Dave Blob <blob@nec.com>
  417.     * Minor fix in gssapiCheckPacket
  418.  
  419. Mon Apr 29 16:44:06 CDT 1996 Dave Blob <blob@nec.com>
  420.     * Changed synopsis in man pages to mention paths may change
  421.     - Suggested by Doug Amrisko <ambrisko@ambrisko.roble.com>
  422.  
  423. Sun Apr 28 21:38:49 CDT 1996 Doug Ambrisko <ambrisko@ambrisko.roble.com>
  424.     * Fixed shlib install problem.
  425.  
  426. Thu Apr 25 14:51:02 CDT 1996 Dave Blob <blob@nec.com>
  427.     * Added better authentication API
  428.     * Added Kerberos 4 support
  429.     * separated buffering from encapsulation
  430.     * fixed s4 seg fault (null user) 
  431.     - suggested by Tom Bruell <tmb@best.com>
  432.     * put const's in archie's re_* 
  433.     - also fixed by Doug Ambrisko <ambrisko@ambrisko.roble.com>
  434.     
  435. Thu Apr 11 01:56:01 CDT 1996 Dave Blob <blob@nec.com>
  436.     * Added pthread support
  437.     * fixed username check in library.
  438.     * got rid of libcompat in configure
  439.  
  440. Fri Apr  5 16:15:52 CST 1996 Dave Blob <blob@nec.com>
  441.     * released beta 0.12.0
  442.     * Added svr4 semaphore support
  443.     * Moved depend stuff into source for library (static)
  444.     * Moved gcc depend to makedepend in server (dynamic).
  445.  
  446. Tue Mar 26 22:05:18 CST 1996 Dave Blob <blob@nec.com>
  447.     * return address fixes for single homed hosts 
  448.     * added SOCKS5_BINDPORT to server for running on other ports
  449.     * added support for serverpidfile-port for non 1080 ports
  450.     * added host:port syntax to SOCKS_SERVER, SOCKS?_SERVER
  451.     * cleaned up monitor handling for release
  452.     * removed even more global variables from server
  453.     * made gss read's loop in server to get all the data
  454.     * fixed handle passed to lsReadResponse in server accept
  455.     * added cleanup code to UdpEnd in server
  456.     
  457. Wed Feb 28 18:00:00 CST 1996 Cornell Kinderknechht <cornell@nec.com>
  458.     * UDP name proxying fixes
  459.  
  460. Fri Feb 23 18:18:12 CST 1996 Dave Blob <blob@nec.com>
  461.     * Fixed memory corruption in gss.c
  462.     * Generic cleanups and logging fixes for gss code
  463.     * Tweaked udprecv code in client 
  464.     * General rld.c cleanup
  465.  
  466. Thu Feb 15 15:59:40 CST 1996 Steve Lass <steve@syl.dl.nec.com>
  467.     * README Changed srvpidfile to srvidtfile
  468.     
  469. Thu Feb 15 11:01:43 CST 1996 Carson Gasper <carson@lehman.com>
  470.     * Fixed bug in select code.
  471.     * Fixed bugs in non-blocking code.
  472.  
  473. Wed Feb 14 18:00:00 CST 1996 Dave Blob <blob@nec.com>
  474.     * Fixed bugs in GSSAPI code 
  475.  
  476. Wed Jan 31 08:05:00 PST 1996 John Finaly <finlay@veritas.com>
  477.     * Fixed bug in server (4) code, not resolving names
  478.  
  479. Wed Jan 31 18:53:15 EST 1996 Carson Gasper <carson@lehman.com>
  480.     * Removed GSS_C_NO_NAME from code...
  481.  
  482. Mon Jan 22 17:16:26 CST 1996 Dave Blob <blob@nec.com>
  483.     - suggested by Craig Metz <cmetz@inner.net>
  484.      * Added -n and -v options to rtraceroute
  485.  
  486. Fri Jan 19 16:49:09 CST 1996 Dave Blob <blob@nec.com>
  487.     - reported by Aaron C. Smith <aaron@sigma.veritas.com>
  488.     * seg fault in cache code for fd=-1...
  489.     - reported by Matt Hastie <matth@citr.uq.oz.au>
  490.     * Fixed library searching macros...
  491.  
  492. Fri Jan  5 14:46:00 CST 1995 Dave Blob <blob@nec.com>
  493.     * added man pages for runsocks, socks5 & stopsocks
  494.  
  495. Thu Jan  4 12:00:00 CST 1995 Dave Blob <blob@nec.com>
  496.     * fixed bug in accept code (ECONNRESET problem)
  497.      * fixed looping failed accept (now waits for sig)
  498.     
  499. Fri Dec 15 17:41:48 CST 1995 Dave Blob <blob@nec.com>
  500.     * Fixed bug in caching code which caused misses
  501.  
  502. Thu Dec 14 10:47:19 CST 1995 Dave Blob <blob@nec.com>
  503.     * Added support for monitoring
  504.     * Removed VMS & DOS support from archie
  505.  
  506. Fri Dec  8 14:23:18 CST 1995 Dave Blob <blob@nec.com>
  507.     * Cleaned up ftp & telnet warnings.
  508.  
  509. Thu Dec  7 15:08:57 CST 1995 Dave Blob <blob@nec.com>
  510.     - reported by Bob Brown <brown@grettir.bibliotech.com>
  511.     * Removed second copy of strdup from funcs.h
  512.     * Added README comment regarding --with-header-problems
  513.     * Changed make clean to not remove backup files
  514.     * Added STDIN_FILENO check/backup to 0, etc...
  515.     * Cleaned up clients/archie/pmachine.h
  516.     * Changed sys/wait.h check.
  517.     * Fixed sigaction usage in clients/pt/share.c
  518.  
  519. Fri Dec  1 12:00:00 CST 1995 Dave Blob <blob@nec.com>
  520.     * Added a backup putenv
  521.  
  522. Tue Nov 28 14:23:43 CST 1995 Dave Blob <blob@nec.com>
  523.     * Fixed exec_prefix = NONE problem in configure
  524.     * Started moving away from one big header
  525.  
  526. Tue Nov 21 15:46:32 CST 1995 Dave Blob <blob@nec.com>
  527.     * Cleaned up runsocks w.r.t environment vars. <cmetz@inner.net>
  528.     * Added SOCKS_NOREVERSEMAP to prevent reverse mappings.
  529.     * Configure checks for IPPORT_RESERVED macro or enum
  530.     * Removed BSD_COMP need for solaris by including sockio.h
  531.  
  532. Thu Nov 16 18:09:44 CST 1995 Dave Blob <blob@nec.com>
  533.     * Fixed problems in GetPermUsers
  534.     * Fixed problems in lsHowToConnect
  535.     * Changed GetSignals to not prefork if socket is bad.
  536.  
  537. Thu Nov 16 13:24:47 CST 1995 Dave Blob <blob@nec.com>
  538.     * Integrated ping and traceroute support from Wei Lu <wlu@nec.com>
  539.     * Changed client config file parsing to use server routines.
  540.     * Made server signal handling more posix compliant.
  541.  
  542. Thu Nov 16 13:24:47 CST 1995 Mike Mescevic <mmiscevi@on.bell.ca>
  543.     * fixed --with-syslog-facility problem. 
  544.     
  545. Date: Mon, 23 Oct 1995 17:38:41 +0100 (FRA) Hugues Lafarge <hugues@afp.com>
  546.     * fixed problem in "direct" support in select...
  547.  
  548. Fri Oct 20 12:00:00 CDT 1995 Dave Blob <blob@nec.com> 
  549.     - reported by Harlan Stenn <Harlan.Stenn@pfcs.com>
  550.     * added AC_TYPE_PID_T
  551.     * fixed mistaking k4 for k5 
  552.     * added check for waitpid and fallback to wait3 if non-existent
  553.     * added check for putenv and fallback to setenv 
  554.     
  555. Thu Oct 19 15:04:57 CDT 1995 Craig Metz <cmetz@inner.net> 
  556.     * fixed SOCKSfclose 
  557.  
  558. Thu Oct 19 15:04:57 CDT 1995 Hugues Lafarge <hugues@afp.com>
  559.     * fixed trailing white space deletia in checkconf.c 
  560.     * fixed make INSTALL stuff
  561.     
  562. Sun Oct 15 22:04:18 CDT 1995 Hugues Lafarge <hugues@afp.com>
  563.     * fixed problem in LinkedListInsertUnaligned (valutil.c)
  564.  
  565. Sun Oct 15 22:04:18 CDT 1995 Dave Blob <blob@nec.com> 
  566.     - reported by stevejg@wni.com
  567.     * fixed problems with telnet configuration under solaris
  568.  
  569. Wed Oct 11 15:06:15 CDT 1995 Dave Blob <blob@nec.com>
  570.     * socks5-beta-0.07 released
  571.     * more guesses at making telnet work right under linux
  572.     * minor makefile and configure cleanups
  573.  
  574. Mon Oct  9 17:38:35 CDT 1995 Dave Blob <blob@nec.com>
  575.     * removed ncftp and xarchie from distribution
  576.     * even newer version of telnet
  577.  
  578. Mon Oct  9 17:38:35 CDT 1995 Dave Blob <blob@nec.com> 
  579.     - reported by stevejg@wni.com
  580.     * fixed configure problems with $withval's 
  581.     * fixed telnet problems with sigblock, sigsetmask
  582.  
  583. Mon, 09 Oct 1995 14:40:30 -0400 Craig Metz <cmetz@inner.net>
  584.     * more deletions of IP_MAXPACKET (oops!)
  585.     * fixed some problems with ncftp on linux
  586.     * pointed out problems with telnet (not fixed)
  587.     
  588. Fri Oct  6 15:39:29 CDT 1995 Dave Blob <blob@nec.com>
  589.     * socks5-beta-0.06 released
  590.     * fixed a bug in noproxy for the library.
  591.     * changed route handling so that interface names will be looked up
  592.     at bind time in addition to an initial lookup at start-time, so
  593.     that ppp with dynamic addressing will work (hopefully)
  594.     * fixed a bug in the reserved port code (byte ordering)
  595.  
  596. Thu Oct  5 15:27:24 CDT 1995 Dave Blob <blob@nec.com>
  597.     * added rresvport to wrap_tcp.c for non-bsd systems...
  598.     * added posix signal handling to rcmd.c for non-bsd systems...
  599.  
  600. Tue Oct  3 12:00:00 CDT 1995 Dave Blob <blob@nec.com>
  601.     * released socks5-beta-0.05
  602.     * fixed casting problems
  603.     * fixed configure stuff for non-gcc systems (esp on HP-UX)
  604.  
  605. Mon Oct  1 18:00:04 CDT 1995 Dave Blob <blob@nec.com>
  606.     * fixed process group leader problem
  607.     * fixed some problems with ncftp definitions
  608.     
  609. Sat Sep 30 19:38:27 CDT 1995 Dave Blob <blob@nec.com>
  610.     * fixed telnet to work on sgi (setupterm problems)
  611.     * replaced old telnet with new one, modified for configure.
  612.     * fixed bug in defaultroute in server/valutil.c
  613.  
  614. Thu Sep 28 15:17:32 CDT 1995 Dave Blob <blob@nec.com>
  615.     * fixed configure scripts (eliminated some redundant checks)
  616.     * added inline check and use a few places in server code.
  617.     * Added more to README.
  618.     
  619. Wed Sep 27 15:17:32 CDT 1995 Cornell Kinderknecht <cornell@syl.dl.nec.com>
  620.     * Fixed Makefile problems.
  621.     * Fixed problems with sys/resource.h before time.h
  622.     * Removed varargs.h from socks5p.h -- not needed
  623.  
  624. Tue Sep 26 15:17:32 CDT 1995 Dave Blob <blob@nec.com>
  625.     * Initial Beta announced (beta-0.03)
  626.     * Added socks.h to client programs instead of command line flags
  627.     * Consolidated configures into one configure...
  628.     * Made naming a bit consistent
  629.  
  630. Thu Sep 14 11:38:48 CDT 1995 Craig Metz <cmetz@inner.net>
  631.     * Second Pre-Beta (beta-0.02) given out
  632.     * Fixed IP_MAXPACKET in libproto.c
  633.     * Fixed linux problems with FD_ macros
  634.     * Fixed configure problem AC_INIT of bad file
  635.     * Changed HAS to HAVE in configure macros
  636.     * Changed configure to run in root and clinets.
  637.     * Removed unused functions ls*Var, lsStatus*, lsRead, lsWrite
  638.  
  639. Wed Sep 13 16:12:32 CDT 1995 Dave Blob <blob@nec.com>
  640.     * Initial Pre-Beta release (beta-0.0.1) given out
  641.  
  642.  
  643.