Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-11 | Merge branch 'feature3457-v4-nm-squashed' | Nick Mathewson | |
Conflicts: src/or/rendclient.c | |||
2012-01-10 | Merge remote-tracking branch 'public/bug4650_nm_squashed' | Nick Mathewson | |
2012-01-10 | 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 | |
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! | |||
2012-01-10 | We no longer need to detect openssl without RAND_poll() | Nick Mathewson | |
We require openssl 0.9.7 or later, and RAND_poll() was first added in openssl 0.9.6. | |||
2012-01-10 | Add macros to construct openssl version numbers | Nick Mathewson | |
It's a pain to convert 0x0090813f to and from 0.9.8s-release on the fly, so these macros should help. | |||
2012-01-10 | Log which votes we still need to fetch | Sebastian Hahn | |
This might help us see which authorities are problematic in getting their vote published the first time. | |||
2012-01-10 | Advertise dirport if accountingmax is large enough | Sebastian Hahn | |
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. | |||
2012-01-09 | Revise bug4413 changes file | Nick Mathewson | |
2012-01-09 | Remove (untriggerable) overflow in crypto_random_hostname() | Stephen Palmateer | |
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. | |||
2012-01-09 | 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 | |
Fixes bug 4856; bugfix on 0.0.6 This bug was introduced in 79fc5217, back in 2004. | |||
2012-01-07 | fold in some new changelog stanzas | Roger Dingledine | |
2012-01-06 | Add a changes file for bug4563 | Nick Mathewson | |
2012-01-05 | 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-04 | changes file for bug4650 | Nick Mathewson | |
2012-01-04 | Merge remote-tracking branch 'rransom-tor/bug1297b-v2' | Nick Mathewson | |
2012-01-03 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | |
2011-12-30 | Fix spelling in a controlsocket log msg | Sebastian Hahn | |
Fixes bug 4803. | |||
2011-12-28 | 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 | 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 | Bug 4786 fix: don't convert EARLY to RELAY on v1 connections | Nick Mathewson | |
We used to do this as a workaround for older Tors, but now it's never the correct thing to do (especially since anything that didn't understand RELAY_EARLY is now deprecated hard). | |||
2011-12-28 | Don't exit when marking a newly created _C_INTRODUCING circ for close | Robert Ransom | |
2011-12-27 | Authorities reject insecure Tors. | Nick Mathewson | |
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). | |||
2011-12-27 | Require openssl 1.0.0a for using openssl's ctr-mode implementation | Nick Mathewson | |
Previously we required 1.0.0, but there was a bug in the 1.0.0 counter mode. Found by Pascal. Fixes bug 4779. A more elegant solution would be good here if somebody has time to code one. | |||
2011-12-27 | 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-26 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | |
2011-12-25 | Merge remote-tracking branch 'nickm/prop110_v2' | Roger Dingledine | |
2011-12-25 | Provide correct timeradd/timersup replacements | Sebastian Hahn | |
Bug caught and patch provided by Vektor. Fixes bug 4778.t | |||
2011-12-22 | Look up the rend circ whose INTRODUCE1 is being ACKed correctly | Robert Ransom | |
This change cannibalizes circuit_get_by_rend_query_and_purpose because it had exactly one caller. | |||
2011-12-22 | Merge remote-tracking branch 'rransom/feature2411-v4' | Nick Mathewson | |
2011-12-22 | Fix bug2571: warn on EntryNodes set and UseEntryGuards disabled | Nick Mathewson | |
2011-12-22 | Changes file for bug1101 | Nick Mathewson | |
2011-12-22 | Implement the last of proposal 110 | Nick Mathewson | |
Reject all EXTEND requests not received in a relay_early cell | |||
2011-12-22 | Merge remote-tracking branch 'public/bug4697' | Nick Mathewson | |
2011-12-21 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | |
2011-12-21 | Do not even try to keep going on a socket with socklen==0 | Nick Mathewson | |
Back in #1240, r1eo linked to information about how this could happen with older Linux kernels in response to nmap. Bugs #4545 and #4547 are about how our approach to trying to deal with this condition was broken and stupid. Thanks to wanoskarnet for reminding us about #1240. This is a fix for the abovementioned bugs, and is a bugfix on 0.1.0.3-rc. |