- Jan 30, 2017
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Dec 19, 2016
-
-
Nick Mathewson authored
Move common logic from fuzz_http to fuzzing_common.
-
(Teor wrote the code, nick extracted it. It won't compile yet.)
-
Nick Mathewson authored
This will need some refactoring and mocking.
-
(Teor wrote the code, nick extracted it into a smaller patch.)
-
(Nick extracted this patch from a larger patch by Teor.)
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Self-testing circuits don't use guards, and nobody uses guards when UseEntryGuards is disabled. Fixes bug 21007; bug not in any released Tor.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
"Ours" merge to avoid version bump.
-
Nick Mathewson authored
-
Nick Mathewson authored
"Ours" merge to avoid version bump.
-
Nick Mathewson authored
-
Nick Mathewson authored
"ours" merge to avoid version bump.
-
Nick Mathewson authored
-
Nick Mathewson authored
"ours" merge to avoid version bump.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
teor authored
Replace the 81 remaining fallbacks of the 100 originally introduced in Tor 0.2.8.3-alpha in March 2016, with a list of 177 fallbacks (123 new, 54 existing, 27 removed) generated in December 2016. Resolves ticket 20170.
-
Nick Mathewson authored
-
Nick Mathewson authored
In get_token(), we could read one byte past the end of the region. This is only a big problem in the case where the region itself is (a) potentially hostile, and (b) not explicitly nul-terminated. This patch fixes the underlying bug, and also makes sure that the one remaining case of not-NUL-terminated potentially hostile data gets NUL-terminated. Fix for bug 21018, TROVE-2016-12-002, and CVE-2016-1254
-
- Dec 18, 2016
-
-
Nick Mathewson authored
They broke stem, and breaking application compatibility is usually a bad idea. This reverts commit 6e10130e, commit 78a13df1, and commit 62f52a88. We might re-apply this later, if all the downstream tools can handle it, and it turns out to be useful for some reason.
-