- 06 Oct, 2006 1 commit
-
-
Roger Dingledine authored
svn:r8606
-
- 05 Oct, 2006 1 commit
-
-
Roger Dingledine authored
svn:r8599
-
- 04 Oct, 2006 1 commit
-
-
Nick Mathewson authored
We're trying to catch the kind of jerk who'd hijack zy6pzwohtnlq.test, not the kind of lunatic who'd hijack zy6pzwohtnlq%s.test, though apparently those exist too. svn:r8595
-
- 29 Sep, 2006 2 commits
-
-
Nick Mathewson authored
Differentiate more duplicated log entries svn:r8542
-
Nick Mathewson authored
Make distinct all non-bug messages at notice or higher that appear 3 or more times. svn:r8541
-
- 26 Sep, 2006 1 commit
-
-
Nick Mathewson authored
Fix for reverse dns: only assume we will get an answer when the result was success. svn:r8507
-
- 25 Sep, 2006 2 commits
-
-
Nick Mathewson authored
Minor fix: add code to eventdns so it can free memory on shutdown. This should help valgrind and dmalloc freak out less. svn:r8503
-
Roger Dingledine authored
svn:r8497
-
- 24 Sep, 2006 3 commits
-
-
Roger Dingledine authored
svn:r8485
-
Nick Mathewson authored
Marge changes from libevent evdns to our eventdns. Most are cosmetic, but one or two are stability-related. This should make it easier to push our changes back towards libevent. svn:r8482
-
Nick Mathewson authored
client asks us to resolve (not connect to) an address, and we have a cached answer, give them the cached answer. Previously, we would give them no answer at all. svn:r8478
-
- 22 Sep, 2006 3 commits
-
-
Nick Mathewson authored
Instead of just checking known-invalid addresses for DNS hijacking, we now check randomly generated addresses, and if too many of them map to the same IP, we assume that IP is the destination of a DNS hijack attempt. A little bird tells me that some DNS hijackers think that declining to give an A record for RFC2606 addresses (like .invalid and .example) makes them more standards compliant. Standardswise, this is like an illicit brothel making sure that nobody has pulled the tags off the mattresss, but that doesn't get us out of working around it. svn:r8465
-
Nick Mathewson authored
I tracked a bug in server-side reverse DNS to something concerning the caching code. Ive disabled server-side cacheing for reverse DNS answers for now, and I am noting the bug in the TODO. svn:r8454
-
Nick Mathewson authored
svn:r8449
-
- 21 Sep, 2006 8 commits
-
-
Nick Mathewson authored
svn:r8448
-
Nick Mathewson authored
svn:r8447
-
Nick Mathewson authored
Trivial patch to appease warn-happy gcc: mark unused parameter svn:r8445
-
Nick Mathewson authored
Trivial whitespace cleanups. svn:r8443
-
Nick Mathewson authored
Resolve bug 330: detect ISPs that want to hijack failing DNS requests and basically domain-squat the entire internet. svn:r8440
-
Nick Mathewson authored
Rename and document SearchDomains and ResolvConf options; warn if ServerDNSResolvConfFile is given but eventdns isnt enabled. svn:r8439
-
Nick Mathewson authored
Fix a bug: Remember, each call to escaped() replaces the value returned from the last call to escaped(). svn:r8438
-
Nick Mathewson authored
Implement server-side reverse DNS using eventdns. Add an option to routerdescs so we can tell which servers have eventdns enabled. svn:r8437
-
- 07 Sep, 2006 5 commits
-
-
Mike Chiussi authored
svn:r8346
-
Mike Chiussi authored
svn:r8345
-
Mike Chiussi authored
svn:r8344
-
Mike Chiussi authored
svn:r8342
-
Roger Dingledine authored
svn:r8338
-
- 06 Sep, 2006 3 commits
-
-
Nick Mathewson authored
Fix dns_cancel_pending_resolve() to realize pending resolves have expiry times, and should not be freed except when they fall off the pqueue. svn:r8328
-
Nick Mathewson authored
spawn_func fixes: have cpuworker_main and dnsworker_main confirm to the right interfaces [casting func to void* is icky]. Also, make pthread_create() build without warnings. svn:r8327
-
Mike Chiussi authored
- made configure link to required system dll's if building for win32 - added diffs for libevent 1.1b - forced user to turn off eventdns if win32 is set - cleaned up tor_mmap_file()_win32 (not sure if it's stable) - cleaned up some warnings and typos svn:r8322
-
- 28 Aug, 2006 6 commits
-
-
Nick Mathewson authored
I bet real programmers even have programs that compile. svn:r8278
-
Nick Mathewson authored
Resolve bug 324: strdup the right variable. svn:r8277
-
Nick Mathewson authored
Add some doxygen, concentrated in dns.c svn:r8256
-
Nick Mathewson authored
Make it possible to change nameserver options while Tor is running. svn:r8255
-
Nick Mathewson authored
Change configuration strategy for eventdns. Instead of elaborate option set, just allow the user to specify another resolv.conf to use. svn:r8254
-
Nick Mathewson authored
divide eventdns log messages into warn and info messages. svn:r8252
-
- 27 Aug, 2006 2 commits
-
-
Roger Dingledine authored
and revise some log severities to match the convention. svn:r8234
-
Roger Dingledine authored
svn:r8233
-
- 25 Aug, 2006 1 commit
-
-
Nick Mathewson authored
Resolve bug 321 when using dnsworkers: append a period to every address we resolve at the exit node, so that we do not accidentally pick up local addresses, and so that failing searches are retried in the resolver search domains. (This is already solved for eventdns.) svn:r8225
-
- 16 Aug, 2006 1 commit
-
-
Nick Mathewson authored
Implement reverse DNS lookup in eventdns: add new entry point; rename old entry point; revise TODO a little; add facility for parsing dns names. svn:r7070
-