summaryrefslogtreecommitdiff
path: root/usr.bin/dig/dig.c
AgeCommit message (Expand)Author
2023-09-06add void to function decls with no argsJonathan Gray
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-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-24remove some uneeded includesJonathan Gray
2020-02-18Get rid of ISC_MAGIC and ISC_MAGIC_VALID macros.Florian Obser
2020-02-17remove unused codeJoerg Jung
2020-02-15test pointers against NULL not 0Jonathan Gray
2020-02-13+trace has the RD bit cleared however it asks the nameserver fromFlorian Obser
2020-02-13Move DNS_NAME_INITABSOLUTE and DNS_NAME_INITNONABSOLUTE to a comonFlorian Obser
2020-02-13remove unused macrosJonathan Gray
2020-02-13remove unused dig_query_start()Jonathan Gray
2020-02-12Standardize argument naming for "sourceaddr" and unify the wording a bit,Ingo Schwarze
2020-02-11remove uneeded #include linesJonathan Gray
2020-02-11Remove ~/.digrc support which feels like a misfeature.Florian Obser
2020-02-07Move dig(1) and needed DNS libraries into it's own source directory inFlorian Obser