summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-30Merge branch 'maint-0.3.5'David Goulet
2018-10-30hs-v3: Add changes file for 28026David Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2018-10-30tweak manpage bits about v3 onion svc client authMike Tigas
make a couple things more explicit, like not needing to set "HiddenServiceAuthorizeClient" & etc
2018-10-30Merge branch 'maint-0.3.5'David Goulet
2018-10-30Add changes file for Bug #28127Neel Chauhan
2018-10-30Add test for HiddenServiceAuthorizeClient and v3 onion servicesNeel Chauhan
2018-10-30Detect the onion service version and then check for invalid options unless ↵Neel Chauhan
we have set HiddenServiceVersion
2018-10-30Merge branch 'maint-0.3.5'Nick Mathewson
2018-10-30Merge branch 'maint-0.3.4' into maint-0.3.5Nick Mathewson
2018-10-30Merge remote-tracking branch 'tor-github/pr/431' into maint-0.3.5Nick Mathewson
2018-10-30Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-10-30Merge remote-tracking branch 'tor-github/pr/346' into maint-0.3.3Nick Mathewson
2018-10-30Merge remote-tracking branch 'tor-github/pr/425'Nick Mathewson
2018-10-30Merge branch 'ticket23082_squashed'Nick Mathewson
2018-10-30Code cleanups for tor_addr_parse()rl1987
2018-10-30Move a check for trailing colon to tor_inet_pton()rl1987
That way, string_is_valid_ipv6_address() can benefit from it
2018-10-30Merge branch 'maint-0.3.5'Nick Mathewson
2018-10-30Add a changes file for Alex Crichton's rust fixes.Nick Mathewson
2018-10-30Merge remote-tracking branch 'tor-github/pr/381' into maint-0.3.5Nick Mathewson
2018-10-29Merge branch 'ticket28225_036_01_squashed'Nick Mathewson
2018-10-29doc: Add Maintaining.md documentationDavid Goulet
Closes #28225 Signed-off-by: David Goulet <dgoulet@torproject.org>
2018-10-29Merge branch 'maint-0.3.5'Nick Mathewson
2018-10-29Merge branch '27913_rebased_035' into maint-0.3.5Nick Mathewson
2018-10-29Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-10-29Merge branch 'maint-0.3.5'Nick Mathewson
2018-10-29Merge branch 'maint-0.3.4' into maint-0.3.5Nick Mathewson
2018-10-29Make sure we're not running distcheck and test-stem on the same CI jobrl1987
2018-10-29Log stem commit idrl1987
2018-10-29Try putting stem repo cloning into install part of configrl1987
Also print stem version when we have it downloaded
2018-10-29Save time in CI test-stem jobrl1987
When running `make test-stem` on Travis, we should refrain from also running `make check`. Furthermore, let's limit compilation to src/app/tor target.
2018-10-29Add changes filerl1987
2018-10-29Try running test-stem on travisrl1987
2018-10-29Merge remote-tracking branch 'tor-github/pr/447'Nick Mathewson
2018-10-29Merge remote-tracking branch 'tor-github/pr/446'Nick Mathewson
2018-10-29Only pass `-C default-linker-libraries` with sanitizersAlex Crichton
This'll help retain test compatibility until 1.31.0 is released!
2018-10-29doc: Use `` for commands and "" for quotes in ReleasingTor.mdteor
2018-10-29doc: Spell make test-network-all correctly in ReleasingTor.mdteor
Closes ticket 28821.
2018-10-26HSv3: Correctly memwipe client auth keystream.George Kadianakis
Wipe the whole thing, not just the size of the pointer.
2018-10-26In configured_nameserver_address, check if tor_addr_from_sockaddr succeededrl1987
2018-10-25Add a couple more checks to test_parsecommon.cNick Mathewson
These checks should make coverity stop giving us a "dereference before null check" warning here.
2018-10-25Merge branch 'bug28202_033' into bug28202_035Nick Mathewson
2018-10-25Merge branch 'bug28202_029' into bug28202_033Nick Mathewson
2018-10-25Fix two other cases of (buf + N > end) patternNick Mathewson
Related to fix for 28202.
2018-10-25Fix possible UB in an end-of-string check in get_next_token().Nick Mathewson
Remember, you can't check to see if there are N bytes left in a buffer by doing (buf + N < end), since the buf + N computation might take you off the end of the buffer and result in undefined behavior. Fixes 28202; bugfix on 0.2.0.3-alpha.
2018-10-24Merge branch 'ticket28177'Nick Mathewson
2018-10-24Merge branch 'maint-0.3.5'Nick Mathewson
2018-10-24Merge branch 'maint-0.3.4' into maint-0.3.5Nick Mathewson
"ours" to avoid taking a second instance of 27797.
2018-10-24node: Make node_supports_v3_rendezvous_point() also check for the keyDavid Goulet
It is not enough to look at protover for v3 rendezvous support but also we need to make sure that the curve25519 onion key is present or in other words that the descriptor has been fetched and does contain it. Fixes #27797. Signed-off-by: David Goulet <dgoulet@torproject.org>
2018-10-24Merge branch 'maint-0.3.5'Nick Mathewson
2018-10-24Merge branch 'ticket28115_035' into maint-0.3.5Nick Mathewson