Tags: rsoaresbsb/redir
Tags
Update ChangeLog and bump version for v3.3 release Signed-off-by: Joachim Nilsson <[email protected]>
Bump version and update ChangeLog for v3.2 release Signed-off-by: Joachim Nilsson <[email protected]>
Update ChangeLog and bump version for release Signed-off-by: Joachim Nilsson <[email protected]>
Update ChangeLog and bump version for v3.0 release Signed-off-by: Joachim Nilsson <[email protected]>
Update ChangeLog and bump version for v2.3 release Signed-off-by: Joachim Nilsson <[email protected]>
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]>
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]>
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]>
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]>
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]>
PreviousNext