summaryrefslogtreecommitdiff
path: root/usr.bin/dig/dig.h
AgeCommit message (Expand)Author
2024-05-17remove prototypes with no matching function; ok florian@Jonathan Gray
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-14Mechanically replace isc_boolean_t with int.Florian 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-25traditional nslookup would not fatal if the server name was undiscoverable.Theo de Raadt
2020-02-24remove some uneeded includesJonathan Gray
2020-02-16Replace isc_time_t and interval_t with struct timespec.Florian 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-13expand ISC_FORMAT_PRINTF and get rid of formatcheck.hFlorian Obser
2020-02-13remove macros which defined extern "C" for C++Jonathan Gray
2020-02-13remove more uneeded include statements and filesJonathan Gray
2020-02-13remove unused dig_query_start()Jonathan Gray
2020-02-07Move dig(1) and needed DNS libraries into it's own source directory inFlorian Obser