summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-08-03Check for spoofed DNS replies where the source-port is invalid, or the ip is ...brain
2006-08-03Properly check for duplicate dns id's from the PRNGbrain
2006-08-03Improve PRNGbrain
2006-08-03Dynamically generate 004 numeric from the modehandler listbrain
2006-08-02Pseudo-random id's again, combined with incrementing value, gettimeofday and ...brain
2006-08-02Add back stats counters for dns total, good and badbrain
2006-08-02Allocate request id's in sequence, which means we wont get a duplicate id unt...brain
2006-08-02Change more names and typesbrain
2006-08-02Absolutely everything is now part of class DNS, or class Resolver.brain
2006-08-02More tidyingbrain
2006-08-02Move more stuff into private members of class DNSbrain
2006-08-02Tidyups, rename some varsbrain
2006-08-02Made MasterSocket staticbrain
2006-08-02Move more stuff into class DNSbrain
2006-08-02Tweak case of all classes to match those in the rest of the corebrain
2006-08-02Change comment at start of the file, rename dns_connectionbrain
2006-08-02Change a messagebrain
2006-08-02More tidying. Add comments. More comments to do :pbrain
2006-08-02Add error messages to Resolver::OnError()brain
2006-08-02The great summer clean (better than a spring clean)brain
2006-08-02Tidyup var names. people who use 'l' to mean 'length' need to be shot with a ...brain
2006-08-02More tidyupsbrain
2006-08-02Tidyups (as usual)brain
2006-08-02More tidyupsbrain
2006-08-02Tidyup var names. If i ever meet this person who called all the firedns vars ...brain
2006-08-02Tidyup dns.cppbrain
2006-08-02Check for invalid ip's being bound tobrain
2006-08-02(1) remove CleanAndResolve.brain
2006-08-02Check for duplicate servers in OnLookupCompletebrain
2006-08-02Comment ServernameResolver classbrain
2006-08-02InspSocket no longer resolves hosts.brain
2006-08-02Fixesbrain
2006-08-01Remove dnsqueuebrain
2006-08-01Comments, add more detail, remove dnsqueue.h include from tons of placesbrain
2006-08-01Fixesbrain
2006-08-01Fixesbrain
2006-08-01Stuff to make user host resolving use class Resolver - not tested yetbrain
2006-08-01Remove unused temp buffersbrain
2006-08-01Removed threaded dns (it might make a comeback some day, but as it stands its...brain
2006-08-01Clone counting works with ipv6 nowbrain
2006-08-01Add support for comparing ipv6 for clone countingbrain
2006-08-01Remove the same craqbrain
2006-08-01Remove ZapThisDnsbrain
2006-08-01Fix broken inet_pton callbrain
2006-08-01Fixes for inspsocket in ipv6 environmentbrain
2006-08-01Still working under ipv4 nowbrain
2006-08-01Dns stuffbrain
2006-08-01This might well be the last commit to this dns resolver in its current form. ...brain
2006-08-01The IPV6 stuff compiles now, with compile-correct ipv6 code. I dont know if t...brain
2006-08-01AF_INET -> define to AF_FAMILY, will be either AF_INET or AF_INET6brain