summaryrefslogtreecommitdiff
path: root/common/dns.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add partial support for caching zone information.Ted Lemon2000-05-011-5/+50
* Customize find_cached_zone for resolver.Ted Lemon2000-04-201-9/+98
* Update comment to reflect code.Ted Lemon2000-04-061-9/+13
* Patch in TSIG, just to see how to get it to work.Ted Lemon2000-03-181-6/+59
* Go back to the BSD license.Ted Lemon2000-03-171-12/+33
* - Document update process.Ted Lemon2000-03-061-456/+176
* socklen_t -> SOCKLEN_TTed Lemon2000-02-031-2/+2
* AIX and Digital Unix compatibility fixes.Ted Lemon2000-02-011-2/+3
* Fix compilation errors introduced in the last set of checkins.Ted Lemon2000-01-261-11/+11
* Set close-on-exec if possible.Ted Lemon2000-01-051-1/+6
* Get a clean compile with all known gcc warnings.Ted Lemon1999-10-071-8/+8
* Update license.Ted Lemon1999-03-161-39/+13
* Change names of error functions to be more consistent.Ted Lemon1999-02-241-8/+8
* Store query in query buffer in query structure, not in the query structure it...Ted Lemon1998-03-171-2/+2
* Clean up unsigned char vs. signed char discrepencies.Ted Lemon1998-03-161-11/+12
* Reword dns query codeTed Lemon1998-03-151-49/+193
* Preliminary rewrite of asynchronous DNS code (needs work)Ted Lemon1998-01-121-168/+147
* Test return value of socket for <0, not ==0 to indicate failure.Ted Lemon1997-11-291-2/+2
* Make it a warning rather than an error if resolv.conf is missing.Ted Lemon1997-06-081-1/+7
* Use new resolv.conf parser. Clean up some code. Add experimental (and non...Ted Lemon1997-05-091-52/+152
* Adjust indentation; fix up calling conventionsTed Lemon1997-03-291-220/+185
* DNS Support codeTed Lemon1997-03-081-0/+332