summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Update version to v2.0.0-rc4v2.0.0-rc4David Goulet2014-03-03
* Extras: add bash and zsh completion fileDavid Goulet2014-03-03
* Fix: move functions in file and set hidden attributeDavid Goulet2014-03-03
* Update torsocks.1 man page with new options and some fixesDavid Goulet2014-03-03
* Add -u/-p/-d to torsocks scriptDavid Goulet2014-03-03
* Fix: check SOCKS5 user/pass before setting them in configDavid Goulet2014-03-03
* Test: add socks5 testsLuke Gallagher2014-03-02
* Fix: assert conn->fd typoLuke Gallagher2014-03-02
* Add SOCKS5 username/password authenticationDavid Goulet2014-03-02
* Fix: handle conn. type domain name for socks5 connectDavid Goulet2014-02-25
* Fix: check strdup return value in config-file.cDavid Goulet2014-02-20
* Fix: make tsock_tor_resolve support IPv6David Goulet2014-02-20
* Fix: overload listen and not bindDavid Goulet2014-02-20
* Fix: remove the use of IPv4 sockaddr in connectDavid Goulet2014-02-20
* Tests: add one for utils_tokenize_ignore_commentsDavid Goulet2014-02-20
* Fix: use unsigned char for socks5 ABIDavid Goulet2014-02-20
* Fix: use connection_get_ref on creationDavid Goulet2014-02-20
* Fix: use strtok_r reentrant instead of strtokDavid Goulet2014-02-20
* 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