- Oct 27, 2016
-
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
-
-
Nick Mathewson authored
-
overcaffeinated authored
The coccinelle script produced errors with these test files so convert the remaining cases of smartlist_add to smartlist_add_strdup by hand.
-
overcaffeinated authored
Use the following coccinelle script to change uses of smartlist_add(sl, tor_strdup(str)) to smartlist_add_strdup(sl, string) (coccinelle script from nickm via bug 20048): @@ expression a; expression b; @@ - smartlist_add + smartlist_add_strdup (a, - tor_strdup( b - ) )
-
overcaffeinated authored
Add smartlist_add_strdup(sl, string) - replaces the use of smartlist_add(sl, tor_strdup(string)). Fixes bug 20048.
-
- Oct 26, 2016
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
-
-
See #14881
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
The tor_fragile_assert() bug has existed here since c8a5e2d5 in tor-0.2.1.7-alpha forever, but tor_fragile_assert() was mostly a no-op until 0.2.9.1-alpha. Fixes bug 19869.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
When we refactored purpose_needs_anonymity(), we made it so _all_ bridge requests required anonymity. But that missed the case that we are allowed to ask a bridge for its own descriptor. With this patch, we consider the resource, and allow "authority.z" ("your own descriptor, compressed") for a bridge's server descriptor to be non-anonymous. Fix for bug 20410; bug not in any released Tor.
-
- Oct 25, 2016
-
-
Matt Traudt authored
-
- Oct 24, 2016
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Oct 23, 2016
-
-
David Goulet authored
Closes #20435 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
- Oct 20, 2016
-
-
Nick Mathewson authored
-
- Oct 19, 2016
-
-
Nick Mathewson authored
-
-
Nick Mathewson authored
I believe that this should never trigger, but if it does, it suggests that there was a gap between is_sensitive_dir_purpose and purpose_needs_anonymity that we need to fill. Related to 20077.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Conflict in entrynodes.c: any_bridge_supports_microdescriptors was removed in master, and modified in 19858_v2
-
Nick Mathewson authored
Patch from pingl; patch for 13827.
-
Nick Mathewson authored
-
Nick Mathewson authored
-