index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
test_socks.c
Age
Commit message (
Expand
)
Author
2020-05-06
Use __attribute__((fallthrough)) rather than magic GCC comments.
Nick Mathewson
2019-01-26
Allow empty username/password in SOCKS5 username/password auth message
rl1987
2019-01-16
Bump copyright date to 2019.
Nick Mathewson
2018-07-12
Merge branch 'socks_trunnel4_squashed' into socks_trunnel4_squashed_merged
Nick Mathewson
2018-07-12
Fix buf_t advancement in fetch_buf_from_socks
rl1987
2018-07-12
Second phase of SOCKS5
rl1987
2018-07-12
Parsing SOCKS4/4a request using trunnel impl
rl1987
2018-07-05
Fix every include path changed in the previous commit (automated)
Nick Mathewson
2018-07-05
Move socks5_status.h to src/lib/net
Nick Mathewson
2018-07-01
Extract more constants from or.h
Nick Mathewson
2018-06-29
Extract socks5_status_t
Nick Mathewson
2018-06-28
Fix paths for buffers.h; automated.
Nick Mathewson
2018-06-20
Run rectify_include_paths.py
Nick Mathewson
2018-06-20
Update copyrights to 2018.
Nick Mathewson
2018-06-15
Split socks_request_t into its own header.
Nick Mathewson
2018-03-28
Also test bracket-less IPv6 string validation
rl1987
2018-03-28
Fix bracketed IPv6 string validation
rl1987
2018-03-28
Allow IPv6 address strings to be used as hostnames in SOCKS5 requests
rl1987
2017-10-03
Follow-up on 23678: fix socks/wrong_protocol test
Nick Mathewson
2017-09-27
Test more error cases of our socks code.
Nick Mathewson
2017-09-27
Add unit tests for SOCKS functions that parse server responses
Nick Mathewson
2017-09-27
socks5 unit tests: add check for ipv6 address type.
Nick Mathewson
2017-09-27
Socks tests for bad socks5 username/passwd auth.
Nick Mathewson
2017-09-27
testing: test many possible truncated SOCKS commands
Nick Mathewson
2017-09-05
Refactor buffer APIs to put a buf_t first.
Nick Mathewson
2017-09-05
Repair buffer API so everything starts with buf_.
Nick Mathewson
2017-09-05
Move protocol-specific functions out of buffers.c
Nick Mathewson
2017-08-24
Ensure that `make check-spaces` is happy.
Alexander Færøy
2017-08-24
apply ahf's test_assert_int.cocci
Nick Mathewson
2017-06-22
whitespace fix
Nick Mathewson
2017-06-04
Don't reject SOCKS5 requests that contain IP strings
rl1987
2017-03-15
Run the copyright update script.
Nick Mathewson
2016-06-11
Add -Wmissing-variable-declarations, with attendant fixes
Nick Mathewson
2016-02-27
Update the copyright year.
Nick Mathewson
2015-01-02
Bump copyright dates to 2015, in case someday this matters.
Nick Mathewson
2014-11-12
Fix wide lines (from 13172)
Nick Mathewson
2014-11-12
Replace operators used as macro arguments with OP_XX macros
Nick Mathewson
2014-11-04
Merge branch 'bug13315_squashed'
Nick Mathewson
2014-11-04
Sending 'Not allowed' error message before closing the connection.
rl1987
2014-11-04
Checking if FQDN is actually IPv6 address string and handling that case.
rl1987
2014-11-04
Validating SOCKS5 hostname more correctly.
rl1987
2014-10-28
Add another year to our copyright dates.
Nick Mathewson
2014-10-23
Fix minor typos, two line lengths, and a repeated include
teor
2014-10-01
Send back SOCKS5 errors for all of the address related failures.
Yawning Angel
2014-09-29
Respond with 'Command not supported' SOCKS5 reply message upon reception of u...
rl1987
2014-09-15
Use coccinelle scripts to clean up our unit tests
Nick Mathewson
2013-08-15
Split out buffers and socks tests into separate modules.
Nick Mathewson