ChangeLog
上传用户:sddyfurun
上传日期:2007-01-04
资源大小:525k
文件大小:20k
源码类别:

代理服务器

开发平台:

Unix_Linux

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