summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | | Include circ creation time in CIRC events, etc.Robert Ransom2011-11-24
| | | | | | | |
| * | | | | | | Send CIRC2 event when a circuit is cannibalizedRobert Ransom2011-11-24
| | | | | | | |
| * | | | | | | Add CIRC2 control-port event, and send it when a circ's purpose changesRobert Ransom2011-11-24
| | | | | | | |
| * | | | | | | Log whenever a circuit's purpose is changedRobert Ransom2011-11-24
| | | | | | | |
* | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2012-01-11
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2012-01-11
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | Fix a compilation warning for our bug4822 fix on 64-bit linuxNick Mathewson2012-01-11
| | | | | | | |
* | | | | | | | Merge branch 'bug3825c_squashed'Nick Mathewson2012-01-10
|\ \ \ \ \ \ \ \
| * | | | | | | | Chop out the intro point calculation until it is simple enough for nickm to grokNick Mathewson2012-01-10
| | | | | | | | |
| * | | | | | | | Use my original formula for number of replacements for an intro pointRobert Ransom2012-01-10
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A fixup commit which was intended to make this formula easier to read broke it instead.
* | | | | | | | Merge remote-tracking branch 'public/bug4650_nm_squashed'Nick Mathewson2012-01-10
|\ \ \ \ \ \ \ \
| * | | | | | | | changes file for bug4650Nick Mathewson2012-01-04
| | | | | | | | |
| * | | | | | | | Disallow disabling DisableDebuggerAttachment on runnning TorSebastian Hahn2012-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, have tor_disable_debugger_attach() return a tristate of success/failure/don't-know-how , and only log appropriately.
* | | | | | | | | whitespace and warning fixes for bug4746Nick Mathewson2012-01-10
| | | | | | | | |
* | | | | | | | | changes file for bug4746Nick Mathewson2012-01-10
| | | | | | | | |
* | | | | | | | | Merge remote-tracking branch 'asn-mytor/bug4746'Nick Mathewson2012-01-10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add an informative header on the 'keys/dynamic_dh_params' file.George Kadianakis2011-12-19
| | | | | | | | | |
* | | | | | | | | | Merge branch 'absolute_cookie_file'Nick Mathewson2012-01-10
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | changes file for #4881Nick Mathewson2012-01-10
| | | | | | | | | | |
| * | | | | | | | | | Report cookie file location as absolute in protocolinfo messageNick Mathewson2012-01-09
| | | | | | | | | | |
* | | | | | | | | | | Add missing documentation for counter-mode checksNick Mathewson2012-01-10
| | | | | | | | | | |
* | | | | | | | | | | Clean up indentation in aes.cNick Mathewson2012-01-10
| | | | | | | | | | |
* | | | | | | | | | | Test for broken counter-mode at runtimeNick Mathewson2012-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!
* | | | | | | | | | | Merge branch 'openssl_versions_squashed'Nick Mathewson2012-01-10
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | We no longer need to detect openssl without RAND_poll()Nick Mathewson2012-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 numbersNick Mathewson2012-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 fetchSebastian Hahn2012-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 enoughSebastian Hahn2012-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.
* | | | | | | | | | | Merge remote-tracking branch 'rransom-tor/bug4883'Nick Mathewson2012-01-10
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix brown-paper-bag bug in #4759 fixRobert Ransom2012-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #4883, not yet in any release.
* | | | | | | | | | | | Make sure MAX_DNS_LABEL_SIZE is definedSebastian Hahn2012-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | | | | Revise bug4413 changes fileNick Mathewson2012-01-09
| | | | | | | | | | | |
* | | | | | | | | | | | Tweaks for bug4413 fixNick Mathewson2012-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | Remove (untriggerable) overflow in crypto_random_hostname()Stephen Palmateer2012-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 Mathewson2012-01-09
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | / / / / / / / | | |_|_|/ / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Fix comment about TLSv1_method() per comments by wanoskarnetNick Mathewson2012-01-09
| | | | | | | | | | |
* | | | | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2012-01-09
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Fix a trivial log message error in renservice.cNick Mathewson2012-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 4856; bugfix on 0.0.6 This bug was introduced in 79fc5217, back in 2004.
* | | | | | | | | | | Merge remote-tracking branch 'rransom-tor/bug4842'Nick Mathewson2012-01-09
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Don't remove rend cpath element from relaunched service-side rend circsRobert Ransom2012-01-06
| | |/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 4842, not in any release.
* | | | | | | | | | | Merge branch 'maint-0.2.2'Roger Dingledine2012-01-08
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | when the consensus fails, list which dir auths were in or outRoger Dingledine2012-01-08
| | | | | | | | | | |
| * | | | | | | | | | nickname, not identity fingerprint, will help moreRoger Dingledine2012-01-08
| | | | | | | | | | |
| * | | | | | | | | | tell me who votes are actually for, not just where they're fromRoger Dingledine2012-01-08
| | | | | | | | | | |
| * | | | | | | | | | add a note from wanoskarnetRoger Dingledine2012-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | he disagrees about what the code that we decided not to use would do
* | | | | | | | | | | clarify version for bug 1297 fixesRoger Dingledine2012-01-07
| | | | | | | | | | |
* | | | | | | | | | | fold in some new changelog stanzasRoger Dingledine2012-01-07
| | | | | | | | | | |
* | | | | | | | | | | clean up a comment that confused arturoRoger Dingledine2012-01-07
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Add a changes file for bug4563Nick Mathewson2012-01-06
| | | | | | | | | |
* | | | | | | | | | Change to use SSL_state_string_long() instead of homebrew ↵Emile Snyder2012-01-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ssl_state_to_string() function.