summaryrefslogtreecommitdiff
path: root/usr.bin/dig/host.c
AgeCommit message (Expand)Author
2022-07-03use sys/types.h to get at __dead.Florian Obser
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-14Rewrite isc_time_microdiff() as uelapsed() and put it directlyFlorian Obser
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-24remove some uneeded includesJonathan Gray
2020-02-21Read CLOCK_MONOTONIC when we need timestamps to compare and useFlorian Obser
2020-02-18Get rid of ISC_MAGIC and ISC_MAGIC_VALID macros.Florian Obser
2020-02-16clock_gettime cannot fail if called correctly; unravel TIME_NOWFlorian Obser
2020-02-16Replace isc_time_t and interval_t with struct timespec.Florian Obser
2020-02-14Fix host(1) when providing a server to query.Florian Obser
2020-02-13+trace has the RD bit cleared however it asks the nameserver fromFlorian Obser
2020-02-13unifdef USEINITALWS, was never definedFlorian 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