aboutsummaryrefslogtreecommitdiff
path: root/changes
Commit message (Expand)AuthorAge
...
| * | | | | | Don't serve or accept v2 HS descs over a DirPort•••(changes file tweaked by nickm) Robert Ransom2012-10-19
* | | | | | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-10-19
|\| | | | | |
| * | | | | | Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson2012-10-19
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | / / / | | | |/ / / | | |/| | |
| | * | | | Disable TLS Session Tickets, which we were apparently getting for free•••OpenSSL 1.0.0 added an implementation of TLS session tickets, a "feature" that let session resumption occur without server-side state by giving clients an encrypted "ticket" that the client could present later to get the session going again with the same keys as before. OpenSSL was giving the keys to decrypt these tickets the lifetime of the SSL contexts, which would have been terrible for PFS if we had long-lived SSL contexts. Fortunately, we don't. Still, it's pretty bad. We should also drop these, since our use of the extension stands out with our non-use of session cacheing. Found by nextgens. Bugfix on all versions of Tor when built with openssl 1.0.0 or later. Fixes bug 7139. Nick Mathewson2012-10-19
| * | | | | Don't call fmt_addr() twice in a parameter list.George Kadianakis2012-10-09
* | | | | | Remove changes/bug7129•••Our convention is that we use the changelog to note release-to-release changes; we don't need to add changelog entries for bugs that didn't appear in any released version of Tor. (By convention, we sometimes say "this bug does not appear in any released version of Tor" or words to that effect in the commit message so that when Roger goes to make sure the changelog is right, he knows not to expect a changelog entry for that part.) Nick Mathewson2012-10-17
* | | | | | Add changes file for bug 7129Andrea Shepard2012-10-17
| |_|/ / / |/| | | |
* | | | | Merge remote-tracking branch 'public/bug1031'Nick Mathewson2012-10-15
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Changes file for bug 1031 (reserved C identifiers)Nick Mathewson2012-10-12
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'arma/bug7029'Nick Mathewson2012-10-14
|\ \ \ \ | |/ / / |/| | |
| * | | Free some more still-in-use memory at exitRoger Dingledine2012-10-03
* | | | Make tor_addr_is_internal log the calling function on error•••This might make it a little easier to track down bug 7086. Nick Mathewson2012-10-12
* | | | Move all externally maintained source files into src/ext•••The rationale for treating these files differently is that we should be checking upstream for changes as applicable, and merging changes upstream as warranted. Nick Mathewson2012-10-11
* | | | Merge branch 'bug7011'•••Conflicts: src/or/circuitbuild.c The conflict was trivial, since no line of code actually changed in both branches: There was a fmt_addr() that turned into fmt_addrport() in bug7011, and a "if (!n_conn)" that turned into "if (!n_chan)" in master. Nick Mathewson2012-10-10
|\ \ \ \
| * | | | Fix changes/bug7011 slightlyNick Mathewson2012-10-10
| * | | | Add changes file for bug7011.David Fifield2012-10-10
* | | | | Merge branch 'bug6816_squashed_nowarn' of git://git.torproject.org/nickm/torAndrea Shepard2012-10-10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add changes file for bug6816Andrea Shepard2012-10-10
| * | | | Add changes file for channels (ticket 6465)Andrea Shepard2012-10-08
* | | | | Don't call fmt_addr() twice in a parameter list.George Kadianakis2012-10-09
* | | | | Downgrade "Failed to hand off onionskin" messages•••They're typically redundant with the "Your computer is too slow" messages. Fixes bug 7038; bugfix on 0.2.2.16-alpha. (In retrospect, we should have fixed this bug back in ticket 1042.) Roger Dingledine2012-10-05
|/ / / /
* | | | Merge remote-tracking branch 'public/openssl_1_is_best'Nick Mathewson2012-10-04
|\ \ \ \
| * | | | Drop support for openssl 0.9.7•••097 hasn't seen a new version since 2007; we can drop support too. This lets us remove our built-in sha256 implementation, and some checks for old bugs. Nick Mathewson2012-09-12
* | | | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-10-04
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge remote-tracking branch 'arma/bug7037' into maint-0.2.3Nick Mathewson2012-10-04
| |\ \ \ \
| | * | | | Refuse extra create cells with reason "resource limit"•••In the past we had used reason "internal", which is more vague than it needs to be. Resolves bug 7037. Roger Dingledine2012-10-03
* | | | | | Add autoconf magic to support Bitrig•••Bitrig is an openbsd fork. Patch from dhill. Ticket 6982. Nick Mathewson2012-10-04
* | | | | | Merge remote-tracking branch 'linus/bug6757'Nick Mathewson2012-10-04
|\ \ \ \ \ \
| * | | | | | Have node_get_pref_orport() return an IPv6 OR port when UseBridges is set.•••We used to never return an IPv6 address unless ClientUseIPv6 was set. We should allow clients running with bridges use IPv6 OR ports even without setting ClientUseIPv6. Configuring an IPv6 address in a Bridge line should imply that. Fixes th second part of #6757. Linus Nordberg2012-09-19
* | | | | | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-10-04
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | properly free the return values of rate_limit_log()•••resolves bug 7022. Roger Dingledine2012-10-03
| | |/ / / / | |/| | | |
* | | | | | pass the reason from the truncated cell to the controller•••(rather than just always declaring that the reason is END_CIRC_REASON_OR_CONN_CLOSED) resolves bug 7039. Roger Dingledine2012-10-03
| |_|_|/ / |/| | | |
* | | | | The --version option should imply --quiet.•••Patch from 'maker'. Nick Mathewson2012-10-01
* | | | | Merge remote-tracking branch 'rransom/warn-about-hses-without-guards'Nick Mathewson2012-09-25
|\ \ \ \ \
| * | | | | Warn if HSes are configured on a client with UseEntryGuards disabledRobert Ransom2012-09-18
* | | | | | Merge branch 'maint-0.2.3'Roger Dingledine2012-09-22
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | add faravahar as our ninth v3 dir authRoger Dingledine2012-09-22
* | | | | | fold in changes filesRoger Dingledine2012-09-22
* | | | | | Remove the testing_since* fields•••They weren't actually used since 7a35dad00 Bug 5809 Nick Mathewson2012-09-21
* | | | | | add changes file and whitespace fixes for bug 4020Nick Mathewson2012-09-21
| |_|/ / / |/| | | |
* | | | | Merge branch 'bug6843'Nick Mathewson2012-09-19
|\ \ \ \ \
| * | | | | Fix dependency checking on manpage builds•••Fixes bug 6843; bugfix on 0.2.4.1-alpha. Nick Mathewson2012-09-14
* | | | | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-09-19
|\ \ \ \ \ \ | | |/ / / / | |/| / / / | |_|/ / / |/| | | |
| * | | | Clarify that hidden services are TCP only•••Also remove some trailing whitespace. Patch from maker; fixes bug 6024. Nick Mathewson2012-09-19
* | | | | Note a bug number for 6888Nick Mathewson2012-09-18
* | | | | Disable Guard usage for Tor2webMode.•••Tor2webMode is fingerprintable by hidden services through repeated usage of the same three guard nodes for its rend and intro points. Mike Perry2012-09-18
* | | | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-09-18
|\| | | |
| * | | | Bug 6866: Convert pathbias asserts into log messages.•••Asserts were hit by Tor2Web mode. Mike Perry2012-09-17
* | | | | specify a version for the bug6884 changes fileNick Mathewson2012-09-18
* | | | | Print the correct address family in log printout.•••Look at the address family of the preferred OR port rather than the node.ipv6_preferred flag since the logic has changed with new ClientUseIPv6 config option. Fixes ticket 6884. Linus Nordberg2012-09-18