summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Update version to v2.2.0v2.2.0David Goulet2016-10-18
* Use xz for dist tarball nowDavid Goulet2016-10-18
* Remove TODO as we use the bugtracker for thoseDavid Goulet2016-10-18
* execve: only include xattr.h for LinuxDavid Goulet2016-10-18
* syscall: sched_getaffinity is only LinuxDavid Goulet2016-10-18
* close: Prefix debug messages with [close]David Goulet2016-10-16
* Add check for Apple's System Integrity Protection.Alexander Færøy2016-10-16
* Quote the non-zero length check of $getcap.Alexander Færøy2016-10-16
* compat: Fix bad use of defined macro for OS XDavid Goulet2016-10-16
* Use AC_USE_SYSTEM_EXTENSIONS to try to use POSIX extensionsDavid Goulet2016-10-16
* log: Fix whitespace in log.hDavid Goulet2016-10-16
* syscall: OS X doesn't support sched_getaffinity()David Goulet2016-10-16
* Fix memcpy buffer overrun in gethostbyaddr()David Goulet2016-08-21
* Fix memcpy() buffer overrun in gethostbyname()David Goulet2016-08-21
* Fix typo: catched -> caughtintrigeri2016-06-23
* syscall: Whitelist sched_getaffinity(2)David Goulet2016-06-23
* Update version to v2.2.0-rc1v2.2.0-rc1David Goulet2016-06-21
* Return connection refused on deny by ruleset errorDavid Goulet2016-06-21
* Fix wrong tor_address check for NULLDavid Goulet2016-06-14
* Fix: accept{4} wrappers to accept addr to NULLDavid Goulet2016-06-14
* Fix typos in commentsjunglefowl2016-06-13
* Add --address and --port for torsocks.Alexander Færøy2016-06-13
* Read environment variables before creating the SOCKS5 connection.Alexander Færøy2016-06-13
* Expose set_tor_{address,port} as conf_file_set_tor_{address,port}.Alexander Færøy2016-06-13
* Use DEFAULT_CONF_FILE_ENV instead of a hardcoded value.Alexander Færøy2016-06-13
* Detect capabilities in torsocks wrapperShawn Landden2016-06-13
* Fix: allow port 65535.junglefowl2016-06-13
* Overflow when parsing config lines with many argumentsjunglefowl2016-06-13
* Add support for localhost only UDP via `AllowOutboundLocalhost 2`.Yawning Angel2016-06-13
* Add freebsd to the libc detection in configure.acDavid Goulet2016-06-13
* Switch from Perl to automake tap. No more run-time Perl needed.Taylor R Campbell2016-06-13
* Avoid potential null pointer dereferences in test_connection.Taylor R Campbell2016-06-13
* Make sure pipe_fds is initialized in error branch.Taylor R Campbell2016-06-13
* Suppress signed/unsigned comparison warnings with justified casts.Taylor R Campbell2016-06-13
* Use size_t, not int, for indices below size_t bounds.Taylor R Campbell2016-06-13
* Use same type for i as for pool->count, uint32_t.Taylor R Campbell2016-06-13
* Avoid signed/unsigned comparison. Assert bound on size.Taylor R Campbell2016-06-13
* Use seconds since epoch, not local time, for log timestamps.Taylor R Campbell2016-06-13
* Work around broken declaration of gethostbyaddr on older NetBSD.Taylor R Campbell2016-06-13
* Use the correct libc symbol for socket, __socket30, on newer NetBSD.Taylor R Campbell2016-06-13
* Include <sys/param.h> for __NetBSD_Prereq__ on NetBSD.Taylor R Campbell2016-06-13
* Block, rather than busy-wait, in send/recv_data_impl.Taylor R Campbell2016-06-13
* Return EIO, not whatever 1 is, on EOF in recv_data.Taylor R Campbell2016-06-13
* Block, rather than busy-wait, in send/recv_data_impl.Taylor R Campbell2016-06-13
* Hijack execve() syscall to check for cap/setuidDavid Goulet2016-06-13
* test: Change IPs with the new ones TPO just setupDavid Goulet2016-06-13
* Add support for musl-libcDavid Goulet2016-06-13
* Update version to v2.1.0v2.1.0David Goulet2015-05-27
* Fix: socks5 resolve wasn't sending data correctlyDavid Goulet2015-05-27
* Fix: wrong label when auth_socks5 failDavid Goulet2015-05-13