2004-05-07 12:06  dizzy

	* README (1.5): Updated README with current build process.

2004-05-07 12:03  dizzy

	* version.h (1.2): Version now is 1.8.2.

2004-05-07 12:03  dizzy

	* Makefile.in (1.5): Fixed echo-ing on make install.

2003-12-22 16:52  dizzy

	* Makefile.in (1.4): Fixed compile problem of utelnet on BSD.

2003-12-16 15:48  dizzy

	* Makefile.in (1.3), configure.in (1.3), mylog.c (1.3), mylog.h
	  (1.3), server.c (1.2), unix2tcp.c (1.9), version.h (1.1): Added
	  syslog reporting.

2003-12-16 14:58  dizzy

	* Makefile.in (1.2), configure.in (1.2), install-sh (1.1), server.c
	  (1.1), server.h (1.1), unix2tcp.c (1.8), unix2tcp.h (1.2):
	  Reorganized the stuff a little bit and added a new feature and
	  command line parameter. Now unix2tcp will go into background by
	  default (using daemon(2)) except when the system doesnt supports
	  it or -D was given.

2003-12-16 11:16  dizzy

	* Makefile (1.5), Makefile.in (1.1), autogen.sh (1.1), configure.in
	  (1.1), unix2tcp.c (1.7), utelnet.c (1.6): Converted unix2tcp to
	  use autoconf style configuration.

2003-09-21 20:27  dizzy

	* Makefile (1.4): Added Makefile improvements (credits go to
	  vapier@gentoo.org). They should work on both gmake and BSD make.

2003-01-31 10:06  dizzy

	* unix2tcp.c (1.6), utelnet.c (1.5): A more strict verification on
	  path to be safe and path verifications for utelnet(and better
	  error reporting)

2003-01-30 20:38  dizzy

	* unix2tcp.c (1.5): Changed accept() to receive NULL addr,len
	  params, they were not used anyway. Thanks to David Hill.

2003-01-30 20:14  dizzy

	* README (1.4): Added "Thanks to" to README

2003-01-30 19:59  dizzy

	* unix2tcp.c (1.4): In Linux there is no field sun_len for
	  sockaddr_un so we remove the use of it. It should not matter as
	  bind() should not care

2003-01-30 19:53  dizzy

	* unix2tcp.c (1.3): Made errors more verbose, fixed a buffer
	  overflow with command line arguments, thanks to David Hill and
	  the FINK project.

2003-01-30 08:54  dizzy

	* README (1.3): Added another example to README

2003-01-30 08:41  dizzy

	* unix2tcp.c (1.2), utelnet.c (1.4): Small changes to make it *BSD
	  compatible (and hopefully others :) ). Thanks to Alex Popa,
	  Szymon Roczniak and Philipp for pointing this out to me.

2003-01-19 21:14  dizzy

	* Makefile (1.3), main.c (1.15), unix2tcp.c (1.1), unix2tcp.h
	  (1.1): Code cleaning and moving

2002-11-13 13:55  dizzy

	* main.c (1.14): Another serious bugfix

2002-11-13 10:48  dizzy

	* main.c (1.13): Recompute maxsocket once in 100
	  connnection_destroys

2002-11-13 10:30  dizzy

	* main.c (1.12): More optimizations

2002-11-12 17:42  dizzy

	* main.c (1.11): Optimized it, now it should consume a lot less CPU

2002-11-12 15:33  dizzy

	* main.c (1.10): Fixed another serious bug

2002-11-11 17:25  dizzy

	* main.c (1.9): Made UNIX socket 777 perm

2002-11-11 16:21  dizzy

	* main.c (1.8): Treated undocumented non-fatal error ECONNRESET

2002-11-11 14:23  dizzy

	* main.c (1.7): Added more verbosity to error messages

2002-11-11 12:50  dizzy

	* main.c (1.6): Fixed a minor "FIXME" and optimized a little bit

2002-11-11 11:20  dizzy

	* main.c (1.5): Now we use O_NONBLOCK. The program should be
	  completly non-blocking.

2002-11-10 22:08  dizzy

	* README (1.2): Included examples in README

2002-11-10 14:59  dizzy

	* list.c (1.4), list.h (1.4), main.c (1.4), utelnet.c (1.3):
	  Translated all messages to english

2002-11-10 14:34  dizzy

	* COPYING (1.1), README (1.1), list.c (1.3), list.h (1.3), main.c
	  (1.3), utelnet.c (1.2): Added copyright comments in sources, a
	  small README and a copy of GPL v2

2002-11-10 13:04  dizzy

	* utelnet.c (1.1): Added "cool" tool to do telnet over UNIX sockets
	  :)

2002-11-10 12:50  dizzy

	* Makefile (1.2), list.c (1.2), list.h (1.2), main.c (1.2), mylog.c
	  (1.2), mylog.h (1.2): First fully working version. Still doesnt
	  use NONBLOCK I/O.

2002-11-09 15:13  dizzy

	* Makefile (1.1), list.c (1.1), list.h (1.1), main.c (1.1), mylog.c
	  (1.1), mylog.h (1.1): Initial revision

2002-11-09 15:13  dizzy

	* Makefile (1.1.1.1), list.c (1.1.1.1), list.h (1.1.1.1), main.c
	  (1.1.1.1), mylog.c (1.1.1.1), mylog.h (1.1.1.1): Initial revision

