1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
Version 0.99 of ucspi-proxy is now available at:
http://untroubled.org/ucspi-proxy/
------------------------------------------------------------------------------
Changes in version 0.99
- Added logging of final response to authentication commands.
- Fixed core bug in command-line argument handling which prevented use
of relay-ctrl.
- Fixed exporting client environment variables when not in verbose mode.
Development of this version has been sponsored by FutureQuest, Inc.
ossi@FutureQuest.net http://www.FutureQuest.net/
-------------------------------------------------------------------------------
ucspi-proxy
Connection proxy for UCSPI tools
Bruce Guenter <bruce@untroubled.org>
Version 0.99
2013-03-19
This package contains a proxy program that passes data back and forth
between two connections set up by a UCSPI server and a UCSPI client.
A mailing list has been set up to discuss this and other packages.
To subscribe, send an email to:
bgware-subscribe@lists.untroubled.org
A mailing list archive is available at:
http://lists.untroubled.org/?list=bgware
Development versions of ucspi-proxy are available via git at:
git://untroubled.org/git/ucspi-proxy.git
Requirements:
- bglibs version 1.025 or later
How to install:
- As root, run "make install"
Usage:
The simple usage is:
UCSPIserver [address] UCSPIclient [address] ucspi-proxy
Replace "UCSPIserver" with the program that will accept connections, and
"UCSPIclient" with the program that will make connections. See the
"tcp-proxy" script for a TCP-TCP proxy example.
To make the POP3 and IMAP relay proxies work, you may need to edit the
constants at the top of the relay-filter.c file.
This program is Copyright(C) 2013 Bruce Guenter, and may be copied
according to the GNU GENERAL PUBLIC LICENSE (GPL) Version 2 or a later
version. A copy of this license is included with this package. This
package comes with no warranty of any kind.
|