aboutsummaryrefslogtreecommitdiff
path: root/changes
Commit message (Collapse)AuthorAge
* Merge branch 'quiet_lib_versions_squashed'Nick Mathewson2012-09-06
|\
| * Detect openssl header version doesn't match runtime versionNick Mathewson2012-09-06
| | | | | | | | | | | | | | We already do this for libevent; let's do it for openssl too. For now, I'm making it always a warn, since this has caused some problems in the past. Later, we can see about making it less severe.
| * Don't log about Libevent/OpenSSL initialization when all's wellNick Mathewson2012-09-06
| | | | | | | | | | OTOH, log the Libevent and OpenSSL versions on the first line when we're starting Tor.
* | Merge branch 'bug6778'Nick Mathewson2012-09-06
|\ \
| * | Fix a dependency: micro-revision.i influences tor_main.o, not tor_main.cNick Mathewson2012-09-06
| | |
| * | Fix a dependency: sha256.c influences crypto.o, not crypto.cNick Mathewson2012-09-06
| | |
| * | Fix a build-warning when building out-of-treeNick Mathewson2012-09-06
| | | | | | | | | | | | | | | | | | | | | We were trying to incorporate all headers in common_sha1.i, not just the src/common ones. This is part of bug 6778; fix on 0.2.4.1-alpha
* | | Merge remote-tracking branch 'asn/bug4567_rebased'Nick Mathewson2012-09-06
|\ \ \ | |/ / |/| |
| * | General tweaks and fixes for Nick's comments.George Kadianakis2012-09-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add changes/ files. * Edit the tor-fw-helper manpage. * Fix check-spaces. * Add prototype for get_list_of_ports_to_forward(). * Fix tor_parse_long() TCP port range. * Improve doc. of tor_check_port_forwarding(). * Check for overflows in tor_check_port_forwarding(). * Demote successful port forwarding to LOG_INFO. Conflicts: src/common/address.c src/or/circuitbuild.c
* | | Fix warning when implicitly casting strlen(microdesc) to intNick Mathewson2012-09-05
| | | | | | | | | | | | | | | Harmless unless we somehow generate a microdesc of more than INT_MAX bytes.
* | | and fold it into master tooRoger Dingledine2012-09-05
| | |
* | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-09-05
|\ \ \ | |/ / |/| |
| * | Avoid segfault if EntryGuardPathBias precedes EntryGuardNick Mathewson2012-09-05
| | | | | | | | | | | | Fix for bug 6774; bugfix on 0.2.3.17-beta.
* | | fold in the changes filesRoger Dingledine2012-09-05
| | | | | | | | | | | | | | | in-progress due to various bugs i uncovered in the ipv6 config option meanings.
* | | one more already-merged changes fileRoger Dingledine2012-09-04
| | |
* | | remove the changes files that are merged into 0.2.3.21-rcRoger Dingledine2012-09-04
| | |
* | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-09-04
|\| |
| * | Make begindir_cutoff the same as general_cutoffRoger Dingledine2012-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Merge branch 'bug5535_only_rebased'Nick Mathewson2012-09-04
|\ \ \
| * | | Clients connect to public relays over IPv6.Linus Nordberg2012-09-04
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add ClientUseIPv6 and ClientPreferIPv6ORPort configuration options. Use "preferred OR port" for all entry nodes, not only for bridges. Mark bridges with "prefer IPv6 OR port" if an IPv6 address is configured in Bridge line and ClientPreferIPv6ORPort is set. Mark relays with "prefer IPv6 OR port" if an IPv6 address is found in descriptor and ClientPreferIPv6ORPort is set. Filter "preferred OR port" through the ClientUseIPv6 config option. We might want to move this test to where actual connection is being set up once we have a fall back mechanism in place. Have only non-servers pick an IPv6 address for the first hop: We don't want relays to connect over IPv6 yet. (IPv6 has never been used for second or third hops.) Implements ticket 5535.
* / | Have directory authorities vote on IPv6 OR ports according to the specLinus Nordberg2012-09-04
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Define new new consensus method 14 adding "a" lines to vote and consensus documents. From proposal 186: As with other data in the vote derived from the descriptor, the consensus will include whichever set of "a" lines are given by the most authorities who voted for the descriptor digest that will be used for the router. This patch implements this.
* | Merge remote-tracking branch 'arma/bug6759'Nick Mathewson2012-09-04
|\ \
| * | Don't log about reloading the microdescriptor cache at startupRoger Dingledine2012-09-03
| |/ | | | | | | Addresses bug 6759.
* | Merge remote-tracking branch 'arma/feature6758'Nick Mathewson2012-09-04
|\ \
| * | omit the first heartbeat message (resolves ticket 6758)Roger Dingledine2012-09-03
| | |
* | | quiet "I learned some more directory information" on startupRoger Dingledine2012-09-03
|/ / | | | | | | | | | | | | Reserve it for when new directory information arrives in response to a fetch. Resolves ticket 6760.
* | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-08-31
|\|
| * Merge branch 'bug6732' into maint-0.2.3Nick Mathewson2012-08-31
| |\
| | * Document consensus and microdesc filesNick Mathewson2012-08-31
| | | | | | | | | | | | Bugfix for #6732.
* | | Remove changes files which have been removed in release-0.2.3Nick Mathewson2012-08-31
| | |
* | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-08-27
|\| |
| * | Quiet "Set buildtimeout to low val" warnings: make them infoNick Mathewson2012-08-27
| | | | | | | | | | | | Fix for #6251
| * | Downgrade path-bias warning messages to INFO for now.Nick Mathewson2012-08-27
| | | | | | | | | | | | | | | | | | | | | 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.
* | | Merge remote-tracking branch 'mikeperry/bug6647'Nick Mathewson2012-08-27
|\ \ \
| * | | Bug 6647: Add changes fileMike Perry2012-08-27
| | |/ | |/|
* | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-08-27
|\ \ \ | | |/ | |/|
| * | Merge branch 'bug6710_023' into maint-0.2.3Nick Mathewson2012-08-27
| |\ \
| | * | Fix changes file for 6710: before 0.0.8pre1, you couldn't extend toNick Mathewson2012-08-27
| | | | | | | | | | | | | | | | a router that another router wasn't already connected to.
| | * | Disable extending to private/internal addresses by defaultNick Mathewson2012-08-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-08-27
|\| | |
| * | | Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson2012-08-27
| |\ \ \ | | |/ / | |/| | | | | | | | | | Conflicts: src/or/policies.c
| | * | Do not assert when comparing a null address/port against a policyNick Mathewson2012-08-27
| | | | | | | | | | | | | | | | | | | | This can create a remote crash opportunity for/against directory authorities.
* | | | and fix them here tooRoger Dingledine2012-08-27
| | | |
* | | | Merge branch 'bug6524_nm'Nick Mathewson2012-08-27
|\ \ \ \
| * | | | Changes file for nonrecursive make branchNick Mathewson2012-08-27
| | | | |
* | | | | Merge remote-tracking branch 'linus/bug6364'Nick Mathewson2012-08-27
|\ \ \ \ \
| * | | | | Send IPv6 address in NETINFO cells.Linus Nordberg2012-08-20
| | | | | | | | | | | | | | | | | | | | | | | | Closes #6364.
* | | | | | Merge remote-tracking branch 'linus/bug6362'Nick Mathewson2012-08-27
|\ \ \ \ \ \
| * | | | | | Make all relays, not only bridges, capable of advertising an IPv6 OR port.Linus Nordberg2012-08-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #6362.
* | | | | | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-08-24
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |