1
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 21, 2024 — Jul 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make a global variable less generic More... almost 15 years ago
Use socket rather than address to determine connection type More... almost 15 years ago
Whitespace cleanups on tsocks.c More... almost 15 years ago
Major refactor of symbol hooking More... almost 15 years ago
Improve compile-time detection of the res* family of system calls More... about 15 years ago
Merge branch 'osx' More... about 15 years ago
autoreconf -fiv More... about 15 years ago
Do our best to ensure tsocks_init is called only once. More... about 15 years ago
Update automake toolchain More... about 15 years ago
Build fix for BSD. Support presence of res_query in libc rather than libresolve. More... over 15 years ago
Remove torsocks.kdevelop More... over 15 years ago
Remove non-free RFC and replace with link. More... over 15 years ago
Manpage syntax fixes from Patrick Matthäi <[email protected]> More... over 15 years ago
Remove kdevelop project file More... almost 16 years ago
Clarify use of the configuration file. More... almost 16 years ago
Update automake toolchain More... almost 16 years ago
Fix compilation in 64-bit OSX. More... almost 16 years ago
Update autoconf toolchain after autoreconf -fiv More... almost 16 years ago
Mac OSX compatibility in tsocks.c Original Patch from Alex Rosenberg <[email protected]> More... almost 16 years ago
Patch torsocks.in for Mac OSX Patch from [email protected] Mac OSX uses the DYLD_INSERT_LIBRARIES and DYLD_FORCE_FLAT_NAMESPACE environment variables to enable/perform syscall-hooking. Also, on Mac OSX dynamically linked libraries use the '*.dylib' extension rather than '*.so'. Alex's patches for torsocks.in and configure.in ensure that we use the appropriate values for Max OSX. Ideally, we wouldn't export DYLD_FORCE_FLAT_NAMESPACE on non-Mac OSX platforms but it is harmless to do so. We'll leave that for another day. The patch also fixes up the sed reg-exp to interpret the 'echo DYLD_INSERT_LIBRARIES' output as well as that from LD_PRELOAD. More... almost 16 years ago
Whitespace cleanup in parser.c More... almost 16 years ago
Add linker checks for Mac OSX Patch from [email protected] More... almost 16 years ago
Move MAP_ANONYMOUS to common.h More... almost 16 years ago
LD_PRELOAD is ignored for binaries where setuid/gid is used. As used, torsocks doesn't detect this, which means that it provides a false sense of security when running these types of executables. More... about 16 years ago
remove aclocal.m4 More... about 16 years ago
BSD build patch from grarpamp. See http://code.google.com/p/torsocks/issues/detail?id=4. More... about 16 years ago
Replace TSOCKS_* environment variables with TORSOCKS_* equivalents as per man page. More... about 16 years ago
Remove superfluous include. More... about 16 years ago
Fix compilcation on Mac OSX. See http://code.google.com/p/torsocks/issues/detail?id=2 More... about 16 years ago
Expand reject message for UDP and ICMP requests More... about 16 years ago