aboutsummaryrefslogtreecommitdiff
path: root/changes
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-11-09
|\
| * Merge remote-tracking branch 'rransom-tor/bug4426' into maint-0.2.2Nick Mathewson2011-11-09
| |\
| | * Include HiddenServiceDir in some warning messagesRobert Ransom2011-11-07
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-11-09
|\| |
| * | Don't warn when compiling with --disable-threads•••STMT_VOID semantics suggested by nick, thanks! Sebastian Hahn2011-11-09
| |/
* | Add GETINFO md/id/* and md/name/* items for relay microdescsRobert Ransom2011-11-07
* | fold in changes filesRoger Dingledine2011-11-07
* | Merge remote-tracking branch 'rransom-tor/bug4411'Nick Mathewson2011-11-07
|\ \
| * | Fix assert on clients of and authorities for v0 HS descsRobert Ransom2011-11-07
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-11-07
|\ \ \ | | |/ | |/|
| * | Robert says that this bug was not in fact one of frosty'sNick Mathewson2011-11-07
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-11-07
|\| |
| * | Merge branch 'bug4424' into maint-0.2.2Nick Mathewson2011-11-07
| |\ \
| | * | Don't leak an extend_info_t in rend_client_any_intro_points_usableRobert Ransom2011-11-07
* | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-11-07
|\| | | | |_|/ |/| |
| * | Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-11-07
| |\ \ | | |/ | |/|
| | * Add a changes file for 4410Sebastian Hahn2011-11-06
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-11-03
|\| |
| * | Fix a memleak when fetching descriptors for bridges in ExcludeNodes.George Kadianakis2011-11-03
* | | changes file for bug4366Nick Mathewson2011-11-03
* | | Resolve a crash when running as dirauth•••When we're asked for our own descriptor, don't crash. Sebastian Hahn2011-11-02
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-10-30
|\| |
| * | remove absolute path from contrib/package_nsis-mingw.sh in order to make it e...Erinn Clark2011-10-31
* | | there will be a new alpha release today (oct 30)Roger Dingledine2011-10-30
* | | bridges send netinfo cells like clients on outgoing conns•••fixes bug 4348 Roger Dingledine2011-10-29
* | | fold in changes entriesRoger Dingledine2011-10-29
* | | Merge remote-tracking branch 'origin/maint-0.2.2'•••Conflicts: src/or/config.c Nick Mathewson2011-10-29
|\| |
| * | Add a changes file for the 4340 fixSebastian Hahn2011-10-29
* | | Merge branch 'bug4343'Nick Mathewson2011-10-28
|\ \ \
| * | | Fix a double-free that would occur on an invalid cert in a CERTS cell•••We would stash the certs in the handshake state before checking them for validity... and then if they turned out to be invalid, we'd give an error and free them. Then, later, we'd free them again when we tore down the connection. Fixes bug 4343; fix on 0.2.3.6-alpha. Nick Mathewson2011-10-28
* | | | Merge remote-tracking branch 'origin/maint-0.2.2'•••Conflicts: src/or/command.c Nick Mathewson2011-10-28
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Discard all cells on a marked connection•••Fix for bug 4299 Nick Mathewson2011-10-28
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-10-28
|\| |
| * | Fix typo, spotted by tmpname0901. Thanks!Sebastian Hahn2011-10-28
* | | fold in changes entriesRoger Dingledine2011-10-26
* | | Merge branch 'maint-0.2.2_secfix' into master_secfix•••Conflicts: src/common/tortls.c src/or/connection_or.c src/or/dirserv.c src/or/or.h Sebastian Hahn2011-10-27
|\| |
| * | Don't give the Guard flag to relays without the CVE-2011-2768 fixRobert Ransom2011-10-26
| * | Merge branch 'maint-0.2.1_secfix' into maint-0.2.2_secfix•••Conflicts: src/or/connection_or.c Sebastian Hahn2011-10-26
| |\|
| | * Reject create cells on outgoing OR connections from bridgesRobert Ransom2011-10-26
| | * Don't use any OR connection which sent us a CREATE_FAST cell for an EXTEND•••Fix suggested by Nick Mathewson. Robert Ransom2011-10-26
| | * Don't send a certificate chain on outgoing TLS connections from non-relaysNick Mathewson2011-10-26
| | * Remove the -F option from tor-resolve.•••It used to mean "Force": it would tell tor-resolve to ask tor to resolve an address even if it ended with .onion. But when AutomapHostsOnResolve was added, automatically refusing to resolve .onion hosts stopped making sense. So in 0.2.1.16-rc (commit 298dc95dfd8), we made tor-resolve happy to resolve anything. The -F option stayed in, though, even though it didn't do anything. Oddly, it never got documented. Found while fixing GCC 4.6 "set, unused variable" warnings. Nick Mathewson2011-10-26
| | * manually backport a5232e0c4cRoger Dingledine2011-10-26
| | * Reinit keys at the start of options_act().•••Previously we did this nearer to the end (in the old_options && transition_affects_workers() block). But other stuff cares about keys being consistent with options... particularly anything which tries to access a key, which can die in assert_identity_keys_ok(). Fixes bug 3228; bugfix on 0.2.2.18-alpha. Conflicts: src/or/config.c Nick Mathewson2011-10-26
| | * Don't crash a bridge authority on SIGHUP if it's not in the consensus•••Fixes bug 2572. Robert Ransom2011-10-26
| | * Fix assert for relay/bridge state change•••When we added support for separate client tls certs on bridges in a2bb0bfdd5 we forgot to correctly initialize this when changing from relay to bridge or vice versa while Tor is running. Fix that by always initializing keys when the state changes. Fixes bug 2433. Conflicts: src/or/config.c Sebastian Hahn2011-10-26
| | * Don't crash when accountingmax is set in non-server Tors•••We use a hash of the identity key to seed a prng to tell when an accounting period should end. But thanks to the bug998 changes, clients no longer have server-identity keys to use as a long-term seed in accounting calculations. In any case, their identity keys (as used in TLS) were never never fixed. So we can just set the wakeup time from a random seed instead there. Still open is whether everybody should be random. This patch fixes bug 2235, which was introduced in 0.2.2.18-alpha. Diagnosed with help from boboper on irc. Nick Mathewson2011-10-26
| | * Fix zlib macro brokenness on osx with zlib 1.2.4 and higher.•••From the code: zlib 1.2.4 and 1.2.5 do some "clever" things with macros. Instead of saying "(defined(FOO) ? FOO : 0)" they like to say "FOO-0", on the theory that nobody will care if the compile outputs a no-such-identifier warning. Sorry, but we like -Werror over here, so I guess we need to define these. I hope that zlib 1.2.6 doesn't break these too. Possible fix for bug 1526. Nick Mathewson2011-10-26
* | | closer to a changelog for the next alphaRoger Dingledine2011-10-26
* | | Changelog for recent coverity issuesNick Mathewson2011-10-26