Skip to content

Tags: rsoaresbsb/redir

Tags

v3.3

Toggle v3.3's commit message
Update ChangeLog and bump version for v3.3 release

Signed-off-by: Joachim Nilsson <[email protected]>

v3.2

Toggle v3.2's commit message
Bump version and update ChangeLog for v3.2 release

Signed-off-by: Joachim Nilsson <[email protected]>

v3.1

Toggle v3.1's commit message
Update ChangeLog and bump version for release

Signed-off-by: Joachim Nilsson <[email protected]>

v3.0

Toggle v3.0's commit message
Update ChangeLog and bump version for v3.0 release

Signed-off-by: Joachim Nilsson <[email protected]>

v2.3

Toggle v2.3's commit message
Update ChangeLog and bump version for v2.3 release

Signed-off-by: Joachim Nilsson <[email protected]>

v2.2.1

Toggle v2.2.1's commit message
Import redir v2.2.1

Fix a bug in do_accept() where non-fatal error codes returned by
accept() would cause redir to terminate entirely.  I had recieved
reports of this behavior but was unable to find it until sammy.net had
to handle the load of the redir 2.2 update using redir. :)
All non-fatal error codes might not be covered.  But it "got better".

Integrate a patch by Emmanuel Chantréau <[email protected]> which
provides traffic shaping functionality to redir.  Interesting stuff.
I've not tested this in detail personally.

Also, added the ability to compile redir with lesser functionality for
speed.  This is documented in the README.

Signed-off-by: Sam Creasey <[email protected]>

v2.2

Toggle v2.2's commit message
Import redir v2.2

Added support for redirecting PORT mode ftp connections in addition
to PASV mode ftp redirection.  Thus --ftp is now split into

    --ftp={port,pasv,both}

to determine what should be redirected.  The original version of this
patch was submitted by Harald Holzer <[email protected]>.

Also added, the --connect option, which is useful if you're bouncing
your connections through an HTTP proxy server.  Use as

    --connect=host:port

and this will be the CONNECT line sent to the proxy.

Signed-off-by: Sam Creasey <[email protected]>

v2.1

Toggle v2.1's commit message
Import redir v2.1

This is just a bugfix release, fixing a problem with ftp redirection,
and adds/fixes various logging messages.  Also a fix for some of the TCP
wrappers code.

Signed-off-by: Sam Creasey <[email protected]>

v2.0

Toggle v2.0's commit message
Import redir v2.0

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 <[email protected]>.  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 <[email protected]>

v1.1

Toggle v1.1's commit message
Import redir v1.1

This version adds the option --ftp, which, when redirecting a port
to an FTP server, will, when the server wants to initiate a passive
connection, redirect another port for that connection.

Signed-off-by: Sam Creasey <[email protected]>