| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
Add a line to the state file for each guard to let us know which version added the guard. If the line is absent, assume the guard was added by whatever version of Tor last wrote the state file. Remove guards if the version that added them was using a bad guard selection algorithm. (Previously, we removed guards if the version that wrote the file was using a bad guard selection algorithm, even if the guards themselves were chosen by a good version.)
svn:r11298
|
|
|
|
|
|
|
| |
Check for absent nickname when making extend info. I still dont know when this happens, but it is easy enough to check for. Fixes bug 467.
svn:r11293
|
|
|
|
|
|
|
| |
Most configuration options have the same names in or.h and in torrc. Make the macros reflect this, so that it is easier to fit them onto a line, and so that mismatched options stand out more
svn:r11290
|
|
|
|
|
|
|
| |
Add a new ClientDNSRejectInternalAddresses option (default: on) to refuse to believe that any address can map to or from an internal address. This blocks some kinds of potential browser-based attacks, especially on hosts using DNSPort. Also clarify behavior in some comments. Backport candiate?
svn:r11287
|
|
|
|
| |
svn:r11281
|
|
|
|
| |
svn:r11276
|
|
|
|
| |
svn:r11275
|
|
|
|
| |
svn:r11273
|
|
|
|
|
|
|
|
|
|
| |
want, which is to expire old guards *every* time somebody moves
from an old version to the new one.
also, refine which version numbers count as 'new enough'.
svn:r11272
|
|
|
|
|
|
|
| |
Fix a bug in last patch; add support for getting extrainfo documents by the control port (since it is silly to tell tools to do it without actually giving them an interface).
svn:r11270
|
|
|
|
|
|
|
| |
Add a hacked-up GETINFO desc/all-recent-extrainfo-hack so that torstat can keep working with a minimum of fuss, until it learns about extrainfo documents.
svn:r11269
|
|
|
|
|
|
|
| |
Add purposes for new things we need to fetch for v3 directory system.
svn:r11268
|
|
|
|
|
|
|
| |
In new code, let's try to prefer named flags to mazes of twisted boolean arguments, all alike.
svn:r11267
|
|
|
|
| |
svn:r11266
|
|
|
|
|
|
|
|
|
| |
since we want the default guardversion to be 0 (which is what it is
if there's no guardversion line), yet when we're validating a freshly
configed and defaulted state, we don't want to complain.
svn:r11264
|
|
|
|
| |
svn:r11263
|
|
|
|
|
|
|
| |
b) raise the max-believable-bandwidth to 10MB/s.
svn:r11258
|
|
|
|
|
|
|
| |
circus music from here, perhaps we should move closer.
svn:r11256
|
|
|
|
|
|
|
| |
Add some voting-related documentation.
svn:r11255
|
|
|
|
|
|
|
| |
Unmap cached-extrainfo on exit. Fixes bug 484.
svn:r11254
|
|
|
|
|
|
|
|
| |
Make it possible to read the PROTOCOLINFO response in a way that
conforms to our control-spec. Reported by Matt Edman.
svn:r11251
|
|
|
|
|
|
|
|
| |
Stop leaking part of the descriptor when we run into a particularly
unparseable piece of it. Bugfix on 0.1.2.x.
svn:r11249
|
|
|
|
|
|
|
|
| |
Fix a minor memory leak when we fail to find enough suitable
servers to choose a circuit. Bugfix on 0.1.2.x.
svn:r11247
|
|
|
|
|
|
|
| |
Finish implementing and documenting proposal 108: Authorities now use MTBF data to set their stability flags, once they have at least 4 days of data to use.
svn:r11240
|
|
|
|
|
|
|
|
| |
in your working directory if you don't specify anything for the
new CookieAuthFile option. Reported by Matt Edman.
svn:r11237
|
|
|
|
| |
svn:r11236
|
|
|
|
| |
svn:r11235
|
|
|
|
| |
svn:r11234
|
|
|
|
| |
svn:r11233
|
|
|
|
| |
svn:r11232
|
|
|
|
| |
svn:r11231
|
|
|
|
|
|
|
| |
found using Benedikt Boss's new Tor fuzzer! Bugfix on 0.2.0.x.
svn:r11229
|
|
|
|
|
|
|
|
| |
a descriptor immediately, e.g. because they don't know their
address.
svn:r11228
|
|
|
|
|
|
|
| |
Only load MTBF data if we are running tor
svn:r11226
|
|
|
|
|
|
|
| |
Clean up MTBF storage code. Do not count times that we have been down toward the current run. Handle backward timewarps correctly. Store MTBF data on exit in addition to periodically.
svn:r11225
|
|
|
|
|
|
|
| |
config functions to the controller.
svn:r11221
|
|
|
|
|
|
|
| |
Clean up authdir_X functions a little.
svn:r11220
|
|
|
|
|
|
|
| |
Trigger load and save of MTBF data.
svn:r11219
|
|
|
|
|
|
|
| |
Make v3-only authorities check reachability
svn:r11218
|
|
|
|
|
|
|
| |
Add debugging warning to not abort in the case of bug 483. This is probably not an actual error case, so we should figure out what is really causing it and do something more sensible.
svn:r11215
|
|
|
|
|
|
|
| |
Fix an XXX020 in or.h: BRIDGE != CONTROLLER.
svn:r11195
|
|
|
|
| |
svn:r11189
|
|
|
|
|
|
|
|
|
|
| |
Expire application streams in all cases if they've been around
longer than SocksTimeout. Right now there are some cases where the
stream will live forever, demanding a new circuit every 15 seconds.
Bugfix on 0.1.2.7-alpha; fixes bug 454; reported by lodger.
svn:r11186
|
|
|
|
| |
svn:r11185
|
|
|
|
|
|
|
| |
purpose circuit we're planning to become
svn:r11184
|
|
|
|
|
|
|
| |
try to print a NULL. Patch from tup.
svn:r11181
|
|
|
|
|
|
|
| |
seeing too, and that doesn't seem to be critical
svn:r11179
|
|
|
|
| |
svn:r11174
|
|
|
|
|
|
|
|
| |
Refuse to start with certain directory authority keys, and
encourage people using them to stop.
svn:r11171
|
|
|
|
| |
svn:r11168
|