This version has changed the command line syntax! You're going to have
to change how you call redir in order to upgrade, but not by all that
much. We now use --options for everything, instead of having the rather
wonky "if you've got this thing here, something happens" method used
before. We apologize for the inconvenience, but this is really a lot
less brain damaged.
Also included is support for TCP wrappers, thanks to a patch submitted
by Damien Miller <damien@ibs.com.au>. The --name option now sets the
TCP wrapper service name as well as the syslog program name, making it
possible to run multiple instances of redir with different access
controls. Edit the Makefile to enable TCP wrappers.
We now also actually implement --transproxy when running from inetd.
Additionally, the --ftp support has been cleaned up, at least a little.
There are probably still improvements to be made here, but, alas.
Signed-off-by: Sam Creasey <sammy@users.qual.net>