summaryrefslogtreecommitdiffstats
path: root/src/proto/dns.c
Commit message (Collapse)AuthorAgeFilesLines
* A working DNS resolver (not yet tied in to anything)Michael Brown2007-01-151-361/+0Star
|
* gcc is rather over-aggressive about optimising out static data structuresMichael Brown2006-04-241-1/+1
| | | | even when __atribute__ (( unused )) is correctly set...
* Abort immediately if no nameserver is present.Michael Brown2005-05-011-0/+6
|
* Add debugging for CNAME records.Michael Brown2005-05-011-3/+25
| | | | Allow routines to be called by nmb.c
* Straightforward A record resolution now known working.Michael Brown2005-04-301-4/+4
|
* DNS resolver rewritten, moved to proto/dns.cMichael Brown2005-04-301-0/+333