Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-17 | Merge branch 'maint-0.2.8' | Nick Mathewson | |
2016-05-17 | Fix remaining lintChanges warnings. | Nick Mathewson | |
2016-05-17 | Resolve lintChanges warnings. | Nick Mathewson | |
2016-05-16 | Merge branch 'crypto_unit_tests_v2_squashed' | Nick Mathewson | |
2016-05-16 | Do not leak the 'tag' when trying to read a truncated ed25519 key file | Nick Mathewson | |
Fix for bug 18956. | |||
2016-05-12 | Merge branch 'maint-0.2.8' | Nick Mathewson | |
2016-05-12 | Merge branch 'maint-0.2.7' into maint-0.2.8 | Nick Mathewson | |
2016-05-12 | Merge branch 'bug18977_026_v2' into maint-0.2.7 | Nick Mathewson | |
2016-05-12 | Merge branch 'bug18977_024_v2' into bug18977_026_v2 | Nick Mathewson | |
Had conflicts related to other correct_tm bugs in 0.2.6. Added wday for another case. | |||
2016-05-12 | Have correct_tm set tm_wday as well. | Nick Mathewson | |
The tm_wday field had been left uninitialized, which was causing some assertions to fail on Windows unit tests. Fixes bug 18977. | |||
2016-05-12 | Merge branch 'ftrapv_v3' | Nick Mathewson | |
There were some conflicts here, and some breakage to fix concerning library link order in newer targets. | |||
2016-05-12 | Add -ftrapv to gcc-hardening ... mostly! | Nick Mathewson | |
We know there are overflows in curve25519-donna-c32, so we'll have to have that one be fwrapv. Only apply the asan, ubsan, and trapv options to the code that does not need to run in constant time. Those options introduce branches to the code they instrument. (These introduced branches should never actually be taken, so it might _still_ be constant time after all, but branch predictors are complicated enough that I'm not really confident here. Let's aim for safety.) Closes 17983. | |||
2016-05-12 | Merge branch 'maint-0.2.8' | Nick Mathewson | |
2016-05-12 | Merge remote-tracking branch 'arma/bug19003-try2' into maint-0.2.8 | Nick Mathewson | |
2016-05-12 | Merge branch 'maint-0.2.8' | Nick Mathewson | |
2016-05-11 | minor touchups on nick's ticket 17621 changes | Roger Dingledine | |
2016-05-11 | Merge remote-tracking branch 'public/bug18815' | Nick Mathewson | |
2016-05-11 | Document the contents of $datadir/keys | Nick Mathewson | |
Ticket 17621. | |||
2016-05-11 | Add changes file for ticket 16698 | Nick Mathewson | |
2016-05-11 | Merge remote-tracking branch 'arma/feature18760' | Nick Mathewson | |
2016-05-11 | Merge branch 'maint-0.2.8' | Nick Mathewson | |
2016-05-11 | Merge remote-tracking branch 'teor/bug18816_simplify' into maint-0.2.8 | Nick Mathewson | |
2016-05-11 | Merge branch 'maint-0.2.8' | Nick Mathewson | |
2016-05-11 | Merge branch 'maint-0.2.7' into maint-0.2.8 | Nick Mathewson | |
2016-05-11 | Merge remote-tracking branch 'special/bug19032-027' into maint-0.2.7 | Nick Mathewson | |
2016-05-11 | Fix out-of-bounds write during voting with duplicate ed25519 keys | John Brooks | |
In dirserv_compute_performance_thresholds, we allocate arrays based on the length of 'routers', a list of routerinfo_t, but loop over the nodelist. The 'routers' list may be shorter when relays were filtered by routers_make_ed_keys_unique, leading to an out-of-bounds write on directory authorities. This bug was originally introduced in 26e89742, but it doesn't look possible to trigger until routers_make_ed_keys_unique was introduced in 13a31e72. Fixes bug 19032; bugfix on tor 0.2.8.2-alpha. | |||
2016-05-11 | Revert "Switch between fallback and authority when auth cert fetch fails" | teor (Tim Wilson-Brown) | |
This reverts commit 92d7ee08b8c51b4b29f68c6d00ca4aa91ea5a66b. | |||
2016-05-11 | Merge branch 'maint-0.2.8' | Nick Mathewson | |
2016-05-11 | Merge branch 'bug18761_028_squashed' into maint-0.2.8 | Nick Mathewson | |
2016-05-11 | Log find_rp_for_intro_() failures at LOG_PROTOCOL_WARN. | Nick Mathewson | |
Closes ticket 18761. Also fix a whitespace issue. | |||
2016-05-11 | Merge branch 'maint-0.2.8' | Nick Mathewson | |
2016-05-11 | Merge remote-tracking branch 'teor/bug18816-squashed' into maint-0.2.8 | Nick Mathewson | |
2016-05-11 | Merge branch 'maint-0.2.8' | Nick Mathewson | |
2016-05-11 | Merge branch 'maint-0.2.7' into maint-0.2.8 | Nick Mathewson | |
2016-05-11 | Merge branch 'bug18841_1_025' into maint-0.2.7 | Nick Mathewson | |
2016-05-11 | Undefine _FORTIFY_SOURCE before defining it. | Nick Mathewson | |
This makes our compilation options checks in autoconf work better on systems that already define _FORTIFY_SOURCE. Fixes at least one case of bug 18841; bugfix on 0.2.3.17-beta. Patch from "trudokal". | |||
2016-05-10 | Switch between fallback and authority when auth cert fetch fails | teor (Tim Wilson-Brown) | |
2016-05-10 | Use the consensus download schedule for authority certificates | teor (Tim Wilson-Brown) | |
Previously, we were using the generic schedule for some downloads, and the consensus schedule for others. Resolves ticket 18816; fix on fddb814fe in 0.2.4.13-alpha. | |||
2016-05-09 | Stop being so strict about the payload length of "rendezvous1" cells | Roger Dingledine | |
We used to be locked in to the "tap" handshake length, and now we can handle better handshakes like "ntor". Resolves ticket 18998. I checked that relay_send_command_from_edge() behaves fine when you hand it a payload with length 0. Clients behave fine too, since current clients remain strict about the required length in the rendezvous2 cells. (Clients will want to become less strict once they have an alternate format that they're willing to receive.) | |||
2016-05-09 | Add changes file for #15588 | John Brooks | |
2016-05-09 | Merge branch 'maint-0.2.8' | Nick Mathewson | |
2016-05-09 | Merge branch 'maint-0.2.7' into maint-0.2.8 | Nick Mathewson | |
2016-05-09 | Add "-c 1" to ping6 in test-network-all | Nick Mathewson | |
Fixes bug 19008. bugfix on 0.2.7.3-rc | |||
2016-05-09 | Merge branch 'maint-0.2.8' | Nick Mathewson | |
2016-05-09 | Merge branch 'maint-0.2.7' into maint-0.2.8 | Nick Mathewson | |
2016-05-09 | Merge branch 'maint-0.2.6' into maint-0.2.7 | Nick Mathewson | |
2016-05-09 | Merge branch 'maint-0.2.5' into maint-0.2.6 | Nick Mathewson | |
2016-05-09 | Merge branch 'maint-0.2.4' into maint-0.2.5 | Nick Mathewson | |
2016-05-09 | Allow directories in small networks to bootstrap | teor (Tim Wilson-Brown) | |
Skip DirPort checks when the consensus has no exits. Resolves #19003, bugfix on #18050 in 0.2.8.1-alpha. | |||
2016-05-09 | Merge branch 'timeouts_v2_squashed' | Nick Mathewson | |