summaryrefslogtreecommitdiff
path: root/usr.bin/dig/dighost.c
AgeCommit message (Expand)Author
2024-08-29Update root hints.Florian Obser
2024-04-23correct indentation; no functional changeJonathan Gray
2020-12-21Rewrite parse_netprefix to no longer use isc_sockaddr_fromin{,6}.Florian Obser
2020-12-20Fix EDNS Client Subnet option (+subnet=)Florian Obser
2020-12-20Fix IPv6 link-local address handling for nameservers to talk to asFlorian Obser
2020-09-15We have sockaddr_storage these days, get rid of isc_sockaddr_t.Florian Obser
2020-09-15The various sockaddr structures have length fields these days.Florian Obser
2020-09-15we no longer need isc_netaddr_tFlorian Obser
2020-09-15rewrite generating of IPv6 reverse names, lets us get rid of byaddr.Florian Obser
2020-09-15Fix botched conversion. This was not converted from parse_uint() whichFlorian Obser
2020-09-14Mechanically replace isc_boolean_t with int.Florian Obser
2020-09-14Bunch of dead stores and otherwise unused stuff lets us get rid ofFlorian Obser
2020-09-14Rewrite isc_time_microdiff() as uelapsed() and put it directlyFlorian Obser
2020-09-13Get rid of isc_parse_uint32() and replace it with strtonum.Florian Obser
2020-02-25use timingsafe_bcmp and get rid of now unused safe.cFlorian Obser
2020-02-25traditional nslookup would not fatal if the server name was undiscoverable.Theo de Raadt
2020-02-25reduce multiple newlinesJonathan Gray
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 fill a wire format buffer from 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-24We are always preserving the order of records.Florian Obser
2020-02-23rmeove more unused functions and codeJoerg Jung
2020-02-23We are not passing options to the message renderer.Florian Obser
2020-02-21set function parameter list to voidJoerg Jung
2020-02-21Read CLOCK_MONOTONIC when we need timestamps to compare and useFlorian Obser
2020-02-20Remove support for reading tsig keys from dnssec key pair.Florian Obser
2020-02-19simplify signal setup and remove block/unblock/is_running/reloadJoerg Jung
2020-02-16clock_gettime cannot fail if called correctly; unravel TIME_NOWFlorian Obser
2020-02-16Reduce interval indirection by setting struct members directly andFlorian Obser
2020-02-16Replace isc_time_t and interval_t with struct timespec.Florian Obser
2020-02-16Now we are only using one timer type (once) and expires is always NULLFlorian Obser
2020-02-15get path to resolv.conf from resolv.hFlorian 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-11Replace SIZE defines with sizeof.Florian Obser
2020-02-11Remove #if 0 that has been there since the initial import in 2003.Florian Obser
2020-02-07Move dig(1) and needed DNS libraries into it's own source directory inFlorian Obser