- Oct 17, 2012
-
-
Nick Mathewson authored
Failure to do so left us open to a remotely triggerable assertion failure. Fixes CVE-2012-2249; bugfix on 0.2.3.6-alpha. Reported by "some guy from France".
-
- Oct 10, 2012
-
-
Nick Mathewson authored
-
-
- Oct 04, 2012
-
-
Nick Mathewson authored
-
Roger Dingledine authored
In the past we had used reason "internal", which is more vague than it needs to be. Resolves bug 7037.
-
- Oct 03, 2012
-
-
Roger Dingledine authored
resolves bug 7022.
-
- Sep 22, 2012
-
-
Roger Dingledine authored
-
- Sep 19, 2012
-
-
Nick Mathewson authored
Also remove some trailing whitespace. Patch from maker; fixes bug 6024.
-
- Sep 18, 2012
-
-
Nick Mathewson authored
-
Mike Perry authored
Asserts were hit by Tor2Web mode.
-
- Sep 14, 2012
-
-
Nick Mathewson authored
We already had code on windows to fix our file sizes when we're reading a file in text mode and its size doesn't match the size from fstat. But that code was only enabled when _WIN32 was defined, and Cygwin defines __CYGWIN__ instead. Fixes bug 6844; bugfix on 0.1.2.7-alpha.
-
Robert Ransom authored
-
- Sep 13, 2012
-
-
Nick Mathewson authored
-
Robert Ransom authored
Fixes bug 6827; bugfix on c58675ca (when the v2 HS desc parser was implemented). Found by asn.
-
- Sep 12, 2012
-
-
Nick Mathewson authored
This reverts commit 4aff97cf. We don't actually want to be changing the torrc.sample on stable or near-stable stuff, since doing so makes pointless busywork for debian users.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Sep 11, 2012
-
-
Nick Mathewson authored
Conflicts: src/test/test_util.c
-
Nick Mathewson authored
-
Nick Mathewson authored
Fixes bug 6811.
-
- Sep 10, 2012
-
-
Nick Mathewson authored
If s_values is null in rep_hist_load_bwhist_state_section, we would call smartlist_len() on it, and die. Fixes bug 6801.
-
- Sep 05, 2012
-
-
Roger Dingledine authored
The current cutoff is 30KB, but in reality a useful cutoff is probably more like 50KB or 100KB.
-
Nick Mathewson authored
Fix for bug 6774; bugfix on 0.2.3.17-beta.
-
- Sep 04, 2012
-
-
Nick Mathewson authored
-
- Sep 03, 2012
-
-
Roger Dingledine authored
-
- Sep 01, 2012
-
-
Roger Dingledine authored
Allow one-hop directory fetching circuits the full "circuit build timeout" period, rather than just half of it, before failing them and marking the relay down. This fix should help reduce cases where clients declare relays (or worse, bridges) unreachable because the TLS handshake takes a few seconds to complete. Fixes bug 6743 (one piece of bug 3443); bugfix on 0.2.2.2-alpha, where we changed the timeout from a static 30 seconds.
-
- Aug 31, 2012
-
-
Nick Mathewson authored
-
Nick Mathewson authored
Bugfix for #6732.
-
- Aug 27, 2012
-
-
Nick Mathewson authored
Fix for #6251
-
Nick Mathewson authored
-
Nick Mathewson authored
We've had over two months to fix them, and didn't. Now we need 0.2.3.x stable. Yes, it would be cool to get this working in 0.2.3.x, but not at the expense of delaying every other feature that _does_ work in 0.2.3.x. We can do a real fix in 0.2.4.
-
Nick Mathewson authored
-
Nick Mathewson authored
Conflicts: src/or/policies.c
-
Nick Mathewson authored
-
Nick Mathewson authored
a router that another router wasn't already connected to.
-
Nick Mathewson authored
This can create a remote crash opportunity for/against directory authorities.
-
Nick Mathewson authored
This is important, since otherwise an attacker can use timing info to probe the internal network. Also, add an option (ExtendAllowPrivateAddresses) so that TestingTorNetwork won't break. Fix for bug 6710; bugfix on all released versions of Tor.
-
- Aug 24, 2012
-
-
Nick Mathewson authored
-
- Aug 21, 2012
-
-
Nick Mathewson authored
-
- Aug 17, 2012
-
-
Nick Mathewson authored
-