Version 0.95 of ucspi-proxy is now available at:
	http://em.ca/~bruceg/ucspi-proxy/

See the documentation there for more details,
or join the mailing list by sending an email to:
        bgware-subscribe@lists.em.ca

A web-browsable archive of the mailing list is available at:
	http://lists.em.ca/ezmlm.cgi?3

Development versions of ucspi-proxy are available via anonymous CVS.
Set your CVSROOT to ":pserver:cvs@bruce-guenter.dyndns.org:/CVS",
login with an empty password, and check out the "ucspi-proxy" module.
-------------------------------------------------------------------------------
ucspi-proxy
Connection proxy for UCSPI tools
Bruce Guenter <bruceg@em.ca>
Version 0.95
2000-12-20

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.

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) 2000 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.
-------------------------------------------------------------------------------
Changes in version 0.95

- The relay proxy programs now parse the username and display it
  (including extracting data from base64-encoded strings).
-------------------------------------------------------------------------------
