Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use tor_socket_t, not unsigned, in tor-fw-helper-natmp.c | Nick Mathewson | 2012-01-18 |
| | |||
* | Merge remote-tracking branch 'public/bug3325' | Nick Mathewson | 2012-01-16 |
|\ | |||
| * | Move logging of bad hostnames into parse_extended_hostname | Nick Mathewson | 2012-01-11 |
| | | | | | | | | This fixes bug 3325, where a bad .exit would get logged as a bad .onion | ||
* | | whitespace fixes | Nick Mathewson | 2012-01-16 |
| | | |||
* | | Convert instances of tor_snprintf+strdup into tor_asprintf | Nick Mathewson | 2012-01-16 |
| | | | | | | | | | | | | These were found by looking for tor_snprintf() instances that were followed closely by tor_strdup(), though I probably converted some other snprintfs as well. | ||
* | | Try to use smartlist_add_asprintf consistently | Nick Mathewson | 2012-01-16 |
| | | | | | | | | | | | | | | (To ensure correctness, in every case, make sure that the temporary variable is deleted, renamed, or lowered in scope, so we can't have any bugs related to accidentally relying on the no-longer-filled variable.) | ||
* | | Provide consensus params to constrain the threshold for Fast | Nick Mathewson | 2012-01-16 |
| | | | | | | | | resolves ticket 3946 | ||
* | | Allow authorities to baddir/badexit/invalid/reject nodes by cc | Nick Mathewson | 2012-01-13 |
|/ | | | | Implements ticket #4207 | ||
* | Make openssl 0.9.8l log message accurate | Nick Mathewson | 2012-01-11 |
| | | | | fixes 4837 | ||
* | Merge branch 'feature3457-v4-nm-squashed' | Nick Mathewson | 2012-01-11 |
|\ | | | | | | | | | Conflicts: src/or/rendclient.c | ||
| * | Include circ creation time in CIRC events, etc. | Robert Ransom | 2011-11-24 |
| | | |||
| * | Send CIRC2 event when a circuit is cannibalized | Robert Ransom | 2011-11-24 |
| | | |||
| * | Add CIRC2 control-port event, and send it when a circ's purpose changes | Robert Ransom | 2011-11-24 |
| | | |||
| * | Log whenever a circuit's purpose is changed | Robert Ransom | 2011-11-24 |
| | | |||
* | | Merge remote-tracking branch 'public/bug4650_nm_squashed' | Nick Mathewson | 2012-01-10 |
|\ \ | |||
| * | | changes file for bug4650 | Nick Mathewson | 2012-01-04 |
| | | | |||
* | | | changes file for bug4746 | Nick Mathewson | 2012-01-10 |
| | | | |||
* | | | Merge branch 'absolute_cookie_file' | Nick Mathewson | 2012-01-10 |
|\ \ \ | |||
| * | | | changes file for #4881 | Nick Mathewson | 2012-01-10 |
| | | | | |||
* | | | | Test for broken counter-mode at runtime | Nick Mathewson | 2012-01-10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To solve bug 4779, we want to avoid OpenSSL 1.0.0's counter mode. But Fedora (and maybe others) lie about the actual OpenSSL version, so we can't trust the header to tell us if it's safe. Instead, let's do a run-time test to see whether it's safe, and if not, use our built-in version. fermenthor contributed a pretty essential fixup to this patch. Thanks! | ||
* | | | | We no longer need to detect openssl without RAND_poll() | Nick Mathewson | 2012-01-10 |
| | | | | | | | | | | | | | | | | | | | | We require openssl 0.9.7 or later, and RAND_poll() was first added in openssl 0.9.6. | ||
* | | | | Add macros to construct openssl version numbers | Nick Mathewson | 2012-01-10 |
| | | | | | | | | | | | | | | | | | | | | It's a pain to convert 0x0090813f to and from 0.9.8s-release on the fly, so these macros should help. | ||
* | | | | Log which votes we still need to fetch | Sebastian Hahn | 2012-01-10 |
| | | | | | | | | | | | | | | | | | | | | This might help us see which authorities are problematic in getting their vote published the first time. | ||
* | | | | Advertise dirport if accountingmax is large enough | Sebastian Hahn | 2012-01-10 |
| | | | | | | | | | | | | | | | | | | | | | | | | When we have an effective bandwidthrate configured so that we cannot exceed our bandwidth limit in one accounting interval, don't disable advertising the dirport. Implements ticket 2434. | ||
* | | | | Revise bug4413 changes file | Nick Mathewson | 2012-01-09 |
| | | | | |||
* | | | | Remove (untriggerable) overflow in crypto_random_hostname() | Stephen Palmateer | 2012-01-09 |
|/ / / | | | | | | | | | | | | | | | | | | | Fixes bug 4413; bugfix on xxxx. Hostname components cannot be larger than 63 characters. This simple check makes certain randlen cannot overflow rand_bytes_len. | ||
* | | | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | 2012-01-09 |
|\ \ \ | |||
| * | | | Fix a trivial log message error in renservice.c | Nick Mathewson | 2012-01-09 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 4856; bugfix on 0.0.6 This bug was introduced in 79fc5217, back in 2004. | ||
* | | | | fold in some new changelog stanzas | Roger Dingledine | 2012-01-07 |
| | | | | |||
* | | | | Add a changes file for bug4563 | Nick Mathewson | 2012-01-06 |
| | | | | |||
* | | | | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | 2012-01-05 |
|\| | | | |||
| * | | | Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2 | Nick Mathewson | 2012-01-05 |
| |\ \ \ | |||
| | * | | | Add a changes file for bug4822 | Nick Mathewson | 2012-01-05 |
| | | | | | |||
* | | | | | Merge branch 'maint-0.2.2' | Roger Dingledine | 2012-01-05 |
|\| | | | | |_|/ / |/| | | | |||
| * | | | Merge branch 'maint-0.2.1' into maint-0.2.2 | Roger Dingledine | 2012-01-05 |
| |\| | | |||
| | * | | add a changes file for ticket 4825 | Roger Dingledine | 2012-01-05 |
| | | | | |||
* | | | | Merge remote-tracking branch 'rransom-tor/bug1297b-v2' | Nick Mathewson | 2012-01-04 |
|\ \ \ \ | |||
| * | | | | Add an option to close HS service-side rend circs on timeout | Robert Ransom | 2011-12-27 |
| | | | | | |||
| * | | | | Don't close HS service-side rend circs on timeout | Robert Ransom | 2011-12-27 |
| | | | | | |||
| * | | | | Add an option to close 'almost-connected' HS client circs on timeout | Robert Ransom | 2011-12-27 |
| | | | | | |||
| * | | | | Don't close HS client circs which are 'almost connected' on timeout | Robert Ransom | 2011-12-27 |
| | | | | | |||
| * | | | | Look up the rend circ whose INTRODUCE1 is being ACKed correctly | Robert Ransom | 2011-12-22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This change cannibalizes circuit_get_by_rend_query_and_purpose because it had exactly one caller. | ||
* | | | | | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | 2012-01-03 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||
| * | | | | Fix spelling in a controlsocket log msg | Sebastian Hahn | 2011-12-30 |
| | | | | | | | | | | | | | | | | | | | | Fixes bug 4803. | ||
* | | | | | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-12-28 |
|\| | | | | |||
| * | | | | Merge remote-tracking branch 'public/bug4788' into maint-0.2.2 | Nick Mathewson | 2011-12-28 |
| |\ \ \ \ | |||
| | * | | | | Authorities reject insecure Tors. | Nick Mathewson | 2011-12-27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch should make us reject every Tor that was vulnerable to CVE-2011-0427. Additionally, it makes us reject every Tor that couldn't handle RELAY_EARLY cells, which helps with proposal 110 (#4339). | ||
* | | | | | | changes file for bug1827 | Nick Mathewson | 2011-12-28 |
| | | | | | | |||
* | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-12-28 |
|\| | | | | | |||
| * | | | | | Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2 | Nick Mathewson | 2011-12-28 |
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| | |