diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-12-03 12:57:20 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-12-03 12:57:20 +0000 |
commit | 1948bbc4d12bcbf24f8154c8de056d4a3ecb8217 (patch) | |
tree | 71a9ef9702bfd2244269e2283b55dc1a7dc6afeb /net/tsocks/DESCR | |
parent | 32b051d40cf7fcfa1425e76701d6635bcf623e2d (diff) | |
download | pkgsrc-1948bbc4d12bcbf24f8154c8de056d4a3ecb8217.tar.gz |
Initial import of tsocks, version 1.7:
tsocks allows non SOCKS aware applications (e.g telnet, ssh, ftp etc) to use
SOCKS without any modification. It does this by intercepting the calls that
applications make to establish network connections and negotating them through
a SOCKS server as necessary.
tsocks is based on the 'shared library interceptor' concept. Through use of
the LD_PRELOAD environment variable, tsocks is automatically loaded into the
process space of every executed program.
Diffstat (limited to 'net/tsocks/DESCR')
-rw-r--r-- | net/tsocks/DESCR | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/tsocks/DESCR b/net/tsocks/DESCR new file mode 100644 index 00000000000..cae7b63a3a4 --- /dev/null +++ b/net/tsocks/DESCR @@ -0,0 +1,8 @@ +tsocks allows non SOCKS aware applications (e.g telnet, ssh, ftp etc) to use +SOCKS without any modification. It does this by intercepting the calls that +applications make to establish network connections and negotating them through +a SOCKS server as necessary. + +tsocks is based on the 'shared library interceptor' concept. Through use of +the LD_PRELOAD environment variable, tsocks is automatically loaded into the +process space of every executed program. |