Merge from vendor branch TNF:
[pkgsrcv2.git] / net / tsocks / DESCR
1 tsocks allows non SOCKS aware applications (e.g telnet, ssh, ftp etc) to use
2 SOCKS without any modification.  It does this by intercepting the calls that
3 applications make to establish network connections and negotiating them through
4 a SOCKS server as necessary.
5
6 tsocks is based on the 'shared library interceptor' concept.  Through use of
7 the LD_PRELOAD environment variable, tsocks is automatically loaded into the
8 process space of every executed program.