summaryrefslogtreecommitdiff
path: root/net/tsocks
AgeCommit message (Collapse)AuthorFilesLines
2004-04-25Convert to buildlink3 and fix a typo in DESCR.snj2-3/+3
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-12-03Initial import of tsocks, version 1.7:jmmv7-0/+176
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.