index
:
user/dgoulet/torsocks
getpeername
master
ticket28538_01
David's torsocks repository
David Goulet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Update version to v2.0.0-rc6
v2.0.0-rc6
David Goulet
2014-03-17
*
Fix: set addr len for getsockname in accept
David Goulet
2014-03-17
*
Fix: use socket fd and NOT sockaddr in accept
David Goulet
2014-03-17
*
Update version to v2.0.0-rc5
v2.0.0-rc5
David Goulet
2014-03-17
*
Fix: strict aliasing in library
David Goulet
2014-03-12
*
Add fclose() support
David Goulet
2014-03-08
*
Fix: add torsocks.conf option type
David Goulet
2014-03-04
*
Add option to allow inbound connections
David Goulet
2014-03-04
*
Fix: handle NULL node in getaddrinfo
David Goulet
2014-03-04
*
Update version to v2.0.0-rc4
v2.0.0-rc4
David Goulet
2014-03-03
*
Extras: add bash and zsh completion file
David Goulet
2014-03-03
*
Fix: move functions in file and set hidden attribute
David Goulet
2014-03-03
*
Update torsocks.1 man page with new options and some fixes
David Goulet
2014-03-03
*
Add -u/-p/-d to torsocks script
David Goulet
2014-03-03
*
Fix: check SOCKS5 user/pass before setting them in config
David Goulet
2014-03-03
*
Test: add socks5 tests
Luke Gallagher
2014-03-02
*
Fix: assert conn->fd typo
Luke Gallagher
2014-03-02
*
Add SOCKS5 username/password authentication
David Goulet
2014-03-02
*
Fix: handle conn. type domain name for socks5 connect
David Goulet
2014-02-25
*
Fix: check strdup return value in config-file.c
David Goulet
2014-02-20
*
Fix: make tsock_tor_resolve support IPv6
David Goulet
2014-02-20
*
Fix: overload listen and not bind
David Goulet
2014-02-20
*
Fix: remove the use of IPv4 sockaddr in connect
David Goulet
2014-02-20
*
Tests: add one for utils_tokenize_ignore_comments
David Goulet
2014-02-20
*
Fix: use unsigned char for socks5 ABI
David Goulet
2014-02-20
*
Fix: use connection_get_ref on creation
David Goulet
2014-02-20
*
Fix: use strtok_r reentrant instead of strtok
David Goulet
2014-02-20
*
Fix: check is_suid flag before each getenv()
David Goulet
2014-02-20
*
Deny libc function bind()
David Goulet
2014-02-20
*
Deny libc function accept()/accept4()
David Goulet
2014-02-20
*
Fix: handle hints being NULL in getaddrinfo
David Goulet
2014-02-20
*
Fix: handle socket creation with multiple types
David Goulet
2014-02-20
*
Fix: better document connection registry mutex
David Goulet
2014-02-20
*
Fix: check strdup return value
David Goulet
2014-02-20
*
Fix: deny connection to ANY address
David Goulet
2014-02-20
*
Fix: remove all variables with double underscore
David Goulet
2014-02-18
*
Fix: change socks5_send_ptr_request to use address type
Luke Gallagher
2014-02-18
*
Fix: IPv6 typo in socks5_send_resolve_ptr_request
Luke Gallagher
2014-02-18
*
Fix: assert conn->fd typo
Luke Gallagher
2014-02-18
*
Fix: build status markdown
Arlo Breault
2014-02-11
*
Fix: return right value with localhost resolve
David Goulet
2014-02-10
*
Fix: fd leak on tor resolve error
David Goulet
2014-02-10
*
Fix: use libc close() when resolving through Tor
David Goulet
2014-02-08
*
Fix: socks5 connect use connection domain and correct len
David Goulet
2014-02-08
*
Fix: bad reference in getaddrinfo() using inet_pton
David Goulet
2014-02-08
*
Test: add unit test for sockaddr_is_localhost
David Goulet
2014-02-08
*
Fix: remove gethostent() usage
David Goulet
2014-02-08
*
Add localhost resolve utils function
David Goulet
2014-02-08
*
Fix: README typos
Jérémie Galarneau
2014-02-07
*
Fix: bad libc detection on system with libcap.so
David Goulet
2014-02-07
[next]