Menu

Tree [0048cc] master /
 History

HTTPS access


File Date Author Commit
 .gitignore 2016-05-05 Vadim Zaliva Vadim Zaliva [0048cc] ignore generated files
 ChangeLog 2016-05-05 Vadim Zaliva Vadim Zaliva [77deb8] getting ready to release 3.5
 Makefile.in 2016-05-04 Vadim Zaliva Vadim Zaliva [e547b2] Patch #5
 README 2007-07-10 rd235 rd235 [ac3a19] new features: http authentication + http probe
 TODO 2003-08-15 zlatk zlatk [6d2c5c] Tracing added
 cfg.c 2016-05-05 Vadim Zaliva Vadim Zaliva [00a9ad] removed unused variables as siggested in ticket #7
 cfg.h 1999-12-10 lord lord [6e4520] Initial revision
 configure 1999-12-10 lord lord [6e4520] Initial revision
 configure.in 1999-12-10 lord lord [6e4520] Initial revision
 install-sh 1999-12-10 lord lord [6e4520] Initial revision
 mkinstalldirs 1999-12-10 lord lord [6e4520] Initial revision
 pop3users.txt 1999-12-10 lord lord [6e4520] Initial revision
 sample.cfg 1999-12-10 lord lord [6e4520] Initial revision
 simpleproxy.c 2016-05-05 Vadim Zaliva Vadim Zaliva [384dbe] hacky supression of supressing warn_unused_result
 simpleproxy.man 2016-05-05 Vadim Zaliva Vadim Zaliva [429abd] fixed doc bug #4 - -S is not mandatory
 simpleproxy.spec 2016-05-05 Vadim Zaliva Vadim Zaliva [77deb8] getting ready to release 3.5

Read Me

Simpleproxy v3.3

Vadim Zaliva <lord@crocodile.org>
Vlad Karpinsky <vlad@noir.crocodile.org>
Vadim Tymchenko <verylong@noir.crocodile.org>
Renzo Davoli <renzo@cs.unibo.it> (html probe & http authentication)

Simpleproxy program acts as simple tcp proxy. It listens for local
socket, and any connection to this port will be forwarded to another
socket at remote host.

If you specify '-P <filename>' option simpleproxy will load list of
users from the <filename> (one per line). After this it will be
forwarding POP3 sessions only if client trying to authenticate as
this user.

Tested on Linux, SunOS, Solaris.
        
To install run `./configure`. Then, do 'make install'.

Can be used, for example, to run local irc client through proxy
started at ISP shell account, if some IRC serverc does not allow you
to connect directly.

Latest version always can be found at http://www.crocodile.org/software.html

Please use bug tracking system (follow link from WWW page
to report bugs).

If you want to send us patch, please use `diff -u` command.




Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.