summaryrefslogtreecommitdiff
path: root/usr.bin/dig/nslookup.c
AgeCommit message (Expand)Author
2020-09-15We have sockaddr_storage these days, get rid of isc_sockaddr_t.Florian Obser
2020-09-14Mechanically replace isc_boolean_t with int.Florian Obser
2020-09-13Get rid of isc_parse_uint32() and replace it with strtonum.Florian Obser
2020-04-28Rather than attempting to lookup the keyword "set" as a hostname,Theo de Raadt
2020-02-25traditional nslookup would not fatal if the server name was undiscoverable.Theo de Raadt
2020-02-24Stop generating rdatastruct.h and put the dns_rdata_* structs forFlorian Obser
2020-02-24We only need to create cname, ns, soa and tsig structs.Florian Obser
2020-02-24We only need to free cname, ns, soa and tsig structs.Florian Obser
2020-02-19simplify signal setup and remove block/unblock/is_running/reloadJoerg Jung
2020-02-18Get rid of ISC_MAGIC and ISC_MAGIC_VALID macros.Florian Obser
2020-02-13+trace has the RD bit cleared however it asks the nameserver fromFlorian Obser
2020-02-11remove uneeded #include linesJonathan Gray
2020-02-07Move dig(1) and needed DNS libraries into it's own source directory inFlorian Obser