summaryrefslogtreecommitdiff
path: root/net/tsocks/patches
AgeCommit message (Collapse)AuthorFilesLines
2006-09-17Fix build under Mac OS X by not building an useless (and not installedjmmv1-2/+3
anyway) utility.
2006-09-17Fix serious portability issues (to NetBSD) as regards poll(2) usage.jmmv2-2/+47
This change lets, e.g. tnftp work when using tsocks. From soda@ in PR pkg/30921. Bump PKGREVISION to 2.
2006-03-23Include <sys/types.h> before <sys/socket.h> for DragonFly.joerg1-4/+12
Detect poll correctly on DragonFly.
2005-08-04-update to 1.8beta5 (the last release existing, from 2002)drochner3-106/+114
this is a major rewrite changes: -much more flexible debug logging -support for non blocking sockets -addition of the tsocks shell script -TSOCKS_CONF_FILE environment variable -pkg changes: -libtoolized -changed redefinition of the crt0 _init into a __constructor__ attribute, to avoid link errors with jmmv's blessing
2005-02-27make this work on IRIXjschauma2-14/+76
ok jmmv@
2003-12-03Initial import of tsocks, version 1.7:jmmv2-0/+103
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.