Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-10 | Merge remote-tracking branch 'rransom-tor/bug4883' | Nick Mathewson | |
2012-01-09 | Fix brown-paper-bag bug in #4759 fix | Robert Ransom | |
Fixes #4883, not yet in any release. | |||
2012-01-10 | Make sure MAX_DNS_LABEL_SIZE is defined | Sebastian Hahn | |
MAX_DNS_LABEL_SIZE was only defined for old versions of openssl, which broke the build. Spotted by xiando. Fixes bug 4413; not in any released version. | |||
2012-01-09 | Revise bug4413 changes file | Nick Mathewson | |
2012-01-09 | Tweaks for bug4413 fix | Nick Mathewson | |
The thing that's limited to 63 bytes is a "label", not a hostname. Docment input constraints and behavior on bogus inputs. Generally it's better to check for overflow-like conditions before than after. In this case, it's not a true overflow, so we're okay, but let's be consistent. pedantic less->fewer in the documentation | |||
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 comment about TLSv1_method() per comments by wanoskarnet | Nick Mathewson | |
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-09 | Merge remote-tracking branch 'rransom-tor/bug4842' | Nick Mathewson | |
2012-01-08 | Merge branch 'maint-0.2.2' | Roger Dingledine | |
2012-01-08 | when the consensus fails, list which dir auths were in or out | Roger Dingledine | |
2012-01-08 | nickname, not identity fingerprint, will help more | Roger Dingledine | |
2012-01-08 | tell me who votes are actually for, not just where they're from | Roger Dingledine | |
2012-01-08 | add a note from wanoskarnet | Roger Dingledine | |
he disagrees about what the code that we decided not to use would do | |||
2012-01-07 | clarify version for bug 1297 fixes | Roger Dingledine | |
2012-01-07 | fold in some new changelog stanzas | Roger Dingledine | |
2012-01-07 | clean up a comment that confused arturo | Roger Dingledine | |
2012-01-06 | Don't remove rend cpath element from relaunched service-side rend circs | Robert Ransom | |
Fixes bug 4842, not in any release. | |||
2012-01-06 | Add a changes file for bug4563 | Nick Mathewson | |
2012-01-06 | Change to use SSL_state_string_long() instead of homebrew ↵ | Emile Snyder | |
ssl_state_to_string() function. | |||
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 | Merge branch 'bug4822_021_v2_squashed' into maint-0.2.1 | Nick Mathewson | |
2012-01-05 | Log at info level when disabling SSLv3 | Robert Ransom | |
2012-01-05 | Add a changes file for bug4822 | Nick Mathewson | |
2012-01-05 | Disable SSLv3 when using a not-up-to-date openssl | Nick Mathewson | |
This is to address bug 4822, and CVE-2011-4576. | |||
2012-01-05 | Remove extraneous incorrect check for net/if.h | Nick Mathewson | |
Fixes bug 4829; bug not in any released tor. | |||
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 | note some dead code. if i'm right, should this be removed? | Roger Dingledine | |
2012-01-05 | Update to the January 2012 GeoIP database. | Karsten Loesing | |
2012-01-04 | Merge remote-tracking branch 'rransom-tor/bug1297b-v2' | Nick Mathewson | |
2012-01-04 | Verbotify documentation comments for the #1297-fix flags | Robert Ransom | |
2012-01-03 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | |
2011-12-30 | Fix a check-spaces violation in compat.c | Sebastian Hahn | |
Also fix a comment typo | |||
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 branch 'bug1827_squashed' | Nick Mathewson | |
2011-12-28 | Remove tabs from configure.in | Sebastian Hahn | |
2011-12-28 | Add interface enumeration based on SIOCGIFCONF for older unixes | Nick Mathewson | |
2011-12-28 | Multicast addresses, if any were configured, would not be good if addrs | Nick Mathewson | |
2011-12-28 | Use getifaddrs, not connect+getsockname, to find our address | Nick Mathewson | |
This resolves bug1827, and lets us avoid freaking people out. Later, we can use it to get a complete list of our interfaces. |