summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Fix: check is_suid flag before each getenv()David Goulet2014-02-20
* Deny libc function bind()David Goulet2014-02-20
* Deny libc function accept()/accept4()David Goulet2014-02-20
* Fix: handle hints being NULL in getaddrinfoDavid Goulet2014-02-20
* Fix: handle socket creation with multiple typesDavid Goulet2014-02-20
* Fix: better document connection registry mutexDavid Goulet2014-02-20
* Fix: check strdup return valueDavid Goulet2014-02-20
* Fix: deny connection to ANY addressDavid Goulet2014-02-20
* Fix: remove all variables with double underscoreDavid Goulet2014-02-18
* Fix: change socks5_send_ptr_request to use address typeLuke Gallagher2014-02-18
* Fix: IPv6 typo in socks5_send_resolve_ptr_requestLuke Gallagher2014-02-18
* Fix: assert conn->fd typoLuke Gallagher2014-02-18
* Fix: build status markdownArlo Breault2014-02-11
* Fix: return right value with localhost resolveDavid Goulet2014-02-10
* Fix: fd leak on tor resolve errorDavid Goulet2014-02-10
* Fix: use libc close() when resolving through TorDavid Goulet2014-02-08
* Fix: socks5 connect use connection domain and correct lenDavid Goulet2014-02-08
* Fix: bad reference in getaddrinfo() using inet_ptonDavid Goulet2014-02-08
* Test: add unit test for sockaddr_is_localhostDavid Goulet2014-02-08
* Fix: remove gethostent() usageDavid Goulet2014-02-08
* Add localhost resolve utils functionDavid Goulet2014-02-08
* Fix: README typosJérémie Galarneau2014-02-07
* Fix: bad libc detection on system with libcap.soDavid Goulet2014-02-07
* Add portable is localhost functionDavid Goulet2014-02-07
* Tests: add travis build status image to READMEDavid Goulet2013-12-09
* Fix: quote torsocks script shell argumentsDavid Goulet2013-12-09
* Add --version to torsocks.inDavid Goulet2013-11-12
* Add hardening compile and linker flagsDavid Goulet2013-11-12
* Fix: cleanup configure.ac and add missing headers/functionsDavid Goulet2013-11-11
* Fix: typo in exit.c commentDavid Goulet2013-11-10
* Fix: add a library cleanup flagDavid Goulet2013-11-10
* Fix: overload _exit and _Exit to cleanup libraryDavid Goulet2013-11-10
* Fix: lookup libc name and pass it to dlopen()David Goulet2013-11-10
* Fix: bad include and duplicate syscall valuesDavid Goulet2013-11-09
* Fix: change non TCP socket warning to debugDavid Goulet2013-11-09
* Fix: check if address is local after onion lookupDavid Goulet2013-11-07
* Fix: put utils_is_ipv4_local static inlineDavid Goulet2013-11-07
* Fix: set loopback check in host byte orderDavid Goulet2013-11-07
* Fix: reject IPv6 socket creationDavid Goulet2013-11-07
* Fix: fix localhost resolution addressDavid Goulet2013-11-07
* Fix: add missing errno to handle non-blocking connect()David Goulet2013-11-07
* Revert "Fix: explicitly remove src.old from tarball"David Goulet2013-11-06
* Add __syscall support for *BSD systemsDavid Goulet2013-11-06
* Add NetBSD supportThomas Klausner2013-11-06
* Fix: install documentation in doc directoryDavid Goulet2013-11-06
* Fix: explicitly remove src.old from tarballDavid Goulet2013-11-06
* Fix: typo in READMEDavid Goulet2013-11-03
* Update version to v2.0.0-rc3v2.0.0-rc3David Goulet2013-11-03
* Fix: add fixtures directory to EXTRA_DISTDavid Goulet2013-11-03
* Fix: add fixtures.h to makefile.am as EXTRA_DISTDavid Goulet2013-11-03