Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-03 | Remove urras as a default trusted directory authority | Sebastian Hahn | |
It had been a directory authority since 0.2.1.20. | |||
2016-01-07 | Update dannenberg's V3 authority identity fingerprint | teor (Tim Wilson-Brown) | |
This new identity key was changed on 18 November 2015. | |||
2015-12-08 | Ensure node is a guard candidate when picking a directory guard | Arlo Breault | |
2015-12-08 | Fix a compilation warning introduced by clang 3.6 | Nick Mathewson | |
There was a dead check when we made sure that an array member of a struct was non-NULL. Tor has been doing this check since at least 0.2.3, maybe earlier. Fixes bug 17781. | |||
2015-04-06 | Handle empty/zero length encoded intro points more gracefully. | Yawning Angel | |
In theory these should never the triggered as the only caller now validates the parameters before this routine gets called. | |||
2015-04-06 | Treat empty introduction points sections as missing. | Yawning Angel | |
Found by DonnchaC. | |||
2015-04-06 | Validate the RSA key size received when parsing INTRODUCE2 cells. | Yawning Angel | |
Fixes bug 15600; reported by skruffy | |||
2015-04-03 | Merge branch 'bug15515_024' into maint-0.2.4 | Nick Mathewson | |
2015-04-03 | ... and if we do get multiple INTRODUCE1s on a circuit, kill the circuit | George Kadianakis | |
(Sending a nak would be pointless.) See ticket 15515 for discussion. | |||
2015-04-03 | Block multiple introductions on the same intro circuit. | George Kadianakis | |
2015-03-09 | Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4 | Nick Mathewson | |
2015-03-03 | Make the assert related to 15083 a tiny bit more tolerant | Nick Mathewson | |
2015-03-03 | Do not leave empty, invalid chunks in buffers during buf_pullup | Nick Mathewson | |
This fixes an assertion failure bug in 15083; bugfix on 0.2.0.10-alpha. Patch from 'cypherpunks' | |||
2015-02-24 | Merge remote-tracking branch 'public/bug14129_024' into maint-0.2.4 | Nick Mathewson | |
2015-02-16 | Faravahar's New IP Address as of 2/20/2015 | Sina Rabbani | |
2015-01-08 | Avoid attempts to double-remove edge connections from the DNS resolver. | Nick Mathewson | |
Also, avoid crashing when we attempt to double-remove an edge connection from the DNS resolver: just log a bug warning instead. Fixes bug 14129. Bugfix on 0d20fee2fbd48978, which was in 0.0.7rc1. jowr found the bug. cypherpunks wrote the fix. I added the log message and removed the assert. | |||
2014-11-19 | Update longclaw dirauth IP to be a more stable location | Micah Anderson | |
2014-11-12 | Remove turtles as a directory authority (#13296) | Micah Anderson | |
2014-11-12 | Add longclaw as a directory authority (#13296) | Micah Anderson | |
2014-09-20 | Merge branch 'maint-0.2.3' into maint-0.2.4 | Roger Dingledine | |
2014-09-20 | gabelmoo's IPv4 address changed | Sebastian Hahn | |
2014-09-16 | clients now send correct address for rendezvous point | Roger Dingledine | |
Clients now send the correct address for their chosen rendezvous point when trying to access a hidden service. They used to send the wrong address, which would still work some of the time because they also sent the identity digest of the rendezvous point, and if the hidden service happened to try connecting to the rendezvous point from a relay that already had a connection open to it, the relay would reuse that connection. Now connections to hidden services should be more robust and faster. Also, this bug meant that clients were leaking to the hidden service whether they were on a little-endian (common) or big-endian (rare) system, which for some users might have reduced their anonymity. Fixes bug 13151; bugfix on 0.2.1.5-alpha. | |||
2014-07-28 | Warn and drop the circuit if we receive an inbound 'relay early' cell | Roger Dingledine | |
Those used to be normal to receive on hidden service circuits due to bug 1038, but the buggy Tor versions are long gone from the network so we can afford to resume watching for them. Resolves the rest of bug 1038; bugfix on 0.2.1.19. | |||
2014-07-27 | Confusing log message when circuit can't be extended | Arlo Breault | |
2014-07-25 | circuit_build_failed: distinguish "first hop chan failed", "CREATE failed" | Nick Mathewson | |
Roger spotted this on tor-dev in his comments on proposal 221. (Actually, detect DESTROY vs everything else, since arma likes network timeout indicating failure but not overload indicating failure.) | |||
2014-07-25 | Implement proposal 221: Stop sending CREATE_FAST | Nick Mathewson | |
This makes FastFirstHopPK an AUTOBOOL; makes the default "auto"; and makes the behavior of "auto" be "look at the consensus." | |||
2014-07-24 | add a NumDirectoryGuards consensus param too | Roger Dingledine | |
2014-07-24 | Add and use a new NumEntryGuards consensus parameter. | Roger Dingledine | |
When specified, it overrides our default of 3 entry guards. (By default, it overrides the number of directory guards too.) Implements ticket 12688. | |||
2014-05-07 | Merge commit 'bb9b4c37f8e7f5cf78918f382e90d8b11ff42551' into maint-0.2.4 | Nick Mathewson | |
2014-05-01 | Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4 | Nick Mathewson | |
Conflicts: src/or/microdesc.c | |||
2014-05-01 | Downgrade bug 7164 warning to INFO | Nick Mathewson | |
The 0.2.5.x warning is the one that might help us track this down; the warnings in stable are just annoying users over and over and over. | |||
2014-04-30 | Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4 | Nick Mathewson | |
2014-04-30 | Merge remote-tracking branch 'public/bug10849_023_bruteforce' into maint-0.2.3 | Nick Mathewson | |
2014-04-29 | Drop the MaxMemInCellQueues lower limit down to 256 MB. | Nick Mathewson | |
on #9686, gmorehose reports that the 500 MB lower limit is too high for raspberry pi users. This is a backport of 647248729fa65f0e51d062e2af8f4e8b38592bf5 to 0.2.4. Note that in 0.2.4, the option is called MaxMemInCellQueues. | |||
2014-04-29 | Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4 | Nick Mathewson | |
2014-04-29 | Stop leaking memory in error cases of md parsing | Nick Mathewson | |
When clearing a list of tokens, it's important to do token_clear() on them first, or else any keys they contain will leak. This didn't leak memory on any of the successful microdescriptor parsing paths, but it does leak on some failing paths when the failure happens during tokenization. Fixes bug 11618; bugfix on 0.2.2.6-alpha. | |||
2014-04-25 | Forbid TunneledDirConns 0 and PreferTunneledDirConns 0 if being a HS | Nick Mathewson | |
Fixes bug 10849; bugfix on 0.2.1.1-alpha (I believe) | |||
2014-04-23 | Merge remote-tracking branch 'public/bug9229_024' into maint-0.2.4 | Nick Mathewson | |
2014-04-18 | Supply better and less frequent warnings on circID exhaustion | Nick Mathewson | |
Fixes the surface behavior of #11553 | |||
2014-04-16 | Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4 | Nick Mathewson | |
2014-04-16 | remove note about dannenberg; it has upgraded. | Nick Mathewson | |
2014-04-16 | Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4 | Nick Mathewson | |
2014-04-16 | Update the authority signing key blacklist | Nick Mathewson | |
Now it only has dannenberg | |||
2014-04-15 | Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4 | Nick Mathewson | |
Conflicts: src/or/circuituse.c | |||
2014-04-14 | Don't send uninitialized stack to the controller and say it's a date. | Nick Mathewson | |
Fixes bug 11519, apparently bugfix on 0.2.3.11-alpha. | |||
2014-04-14 | Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4 | Nick Mathewson | |
Conflicts: src/or/routerlist.h | |||
2014-04-14 | Tweak changes file and comment dates. | Nick Mathewson | |
2014-04-14 | Fill in the list of blacklisted signing keys. | Nick Mathewson | |
I used a list of certificate files from arma, and a little script, both at 11464. | |||
2014-04-14 | Code to blacklist authority signing keys | Nick Mathewson | |
(I need a list of actual signing keys to blacklist.) | |||
2014-04-07 | Fix a small memory leak when resolving PTR addresses | Nick Mathewson | |
Fixes bug 11437; bugfix on 0.2.4.7-alpha. Found by coverity; this is CID 1198198. |