Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-30 | Merge branch 'maint-0.3.5' | David Goulet | |
2018-10-30 | hs-v3: Add changes file for 28026 | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2018-10-30 | tweak manpage bits about v3 onion svc client auth | Mike Tigas | |
make a couple things more explicit, like not needing to set "HiddenServiceAuthorizeClient" & etc | |||
2018-10-30 | Merge branch 'maint-0.3.5' | David Goulet | |
2018-10-30 | Add changes file for Bug #28127 | Neel Chauhan | |
2018-10-30 | Add test for HiddenServiceAuthorizeClient and v3 onion services | Neel Chauhan | |
2018-10-30 | Detect the onion service version and then check for invalid options unless ↵ | Neel Chauhan | |
we have set HiddenServiceVersion | |||
2018-10-30 | Merge branch 'maint-0.3.5' | Nick Mathewson | |
2018-10-30 | Merge branch 'maint-0.3.4' into maint-0.3.5 | Nick Mathewson | |
2018-10-30 | Merge remote-tracking branch 'tor-github/pr/431' into maint-0.3.5 | Nick Mathewson | |
2018-10-30 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-10-30 | Merge remote-tracking branch 'tor-github/pr/346' into maint-0.3.3 | Nick Mathewson | |
2018-10-30 | Merge remote-tracking branch 'tor-github/pr/425' | Nick Mathewson | |
2018-10-30 | Merge branch 'ticket23082_squashed' | Nick Mathewson | |
2018-10-30 | Code cleanups for tor_addr_parse() | rl1987 | |
2018-10-30 | Move a check for trailing colon to tor_inet_pton() | rl1987 | |
That way, string_is_valid_ipv6_address() can benefit from it | |||
2018-10-30 | Merge branch 'maint-0.3.5' | Nick Mathewson | |
2018-10-30 | Add a changes file for Alex Crichton's rust fixes. | Nick Mathewson | |
2018-10-30 | Merge remote-tracking branch 'tor-github/pr/381' into maint-0.3.5 | Nick Mathewson | |
2018-10-29 | Merge branch 'ticket28225_036_01_squashed' | Nick Mathewson | |
2018-10-29 | doc: Add Maintaining.md documentation | David Goulet | |
Closes #28225 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2018-10-29 | Merge branch 'maint-0.3.5' | Nick Mathewson | |
2018-10-29 | Merge branch '27913_rebased_035' into maint-0.3.5 | Nick Mathewson | |
2018-10-29 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-10-29 | Merge branch 'maint-0.3.5' | Nick Mathewson | |
2018-10-29 | Merge branch 'maint-0.3.4' into maint-0.3.5 | Nick Mathewson | |
2018-10-29 | Make sure we're not running distcheck and test-stem on the same CI job | rl1987 | |
2018-10-29 | Log stem commit id | rl1987 | |
2018-10-29 | Try putting stem repo cloning into install part of config | rl1987 | |
Also print stem version when we have it downloaded | |||
2018-10-29 | Save time in CI test-stem job | rl1987 | |
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-29 | Add changes file | rl1987 | |
2018-10-29 | Try running test-stem on travis | rl1987 | |
2018-10-29 | Merge remote-tracking branch 'tor-github/pr/447' | Nick Mathewson | |
2018-10-29 | Merge remote-tracking branch 'tor-github/pr/446' | Nick Mathewson | |
2018-10-29 | Only pass `-C default-linker-libraries` with sanitizers | Alex Crichton | |
This'll help retain test compatibility until 1.31.0 is released! | |||
2018-10-29 | doc: Use `` for commands and "" for quotes in ReleasingTor.md | teor | |
2018-10-29 | doc: Spell make test-network-all correctly in ReleasingTor.md | teor | |
Closes ticket 28821. | |||
2018-10-26 | HSv3: Correctly memwipe client auth keystream. | George Kadianakis | |
Wipe the whole thing, not just the size of the pointer. | |||
2018-10-26 | In configured_nameserver_address, check if tor_addr_from_sockaddr succeeded | rl1987 | |
2018-10-25 | Add a couple more checks to test_parsecommon.c | Nick Mathewson | |
These checks should make coverity stop giving us a "dereference before null check" warning here. | |||
2018-10-25 | Merge branch 'bug28202_033' into bug28202_035 | Nick Mathewson | |
2018-10-25 | Merge branch 'bug28202_029' into bug28202_033 | Nick Mathewson | |
2018-10-25 | Fix two other cases of (buf + N > end) pattern | Nick Mathewson | |
Related to fix for 28202. | |||
2018-10-25 | Fix 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-24 | Merge branch 'ticket28177' | Nick Mathewson | |
2018-10-24 | Merge branch 'maint-0.3.5' | Nick Mathewson | |
2018-10-24 | Merge branch 'maint-0.3.4' into maint-0.3.5 | Nick Mathewson | |
"ours" to avoid taking a second instance of 27797. | |||
2018-10-24 | node: Make node_supports_v3_rendezvous_point() also check for the key | David 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-24 | Merge branch 'maint-0.3.5' | Nick Mathewson | |
2018-10-24 | Merge branch 'ticket28115_035' into maint-0.3.5 | Nick Mathewson | |