summaryrefslogtreecommitdiff
path: root/usr.bin/dig
AgeCommit message (Expand)Author
2020-09-13remove unused LEX_OPTsFlorian Obser
2020-09-13No need to refcount the parser, we never hold more than one reference.Florian Obser
2020-09-12Remove unused callback mechanism / indirection.Florian Obser
2020-05-10fix socket_log() calls, EVENT expands to three comma separatedOtto Moerbeek
2020-05-08Make sure cmsgbufs are properly aligned by using the idiom from theOtto Moerbeek
2020-04-28Rather than attempting to lookup the keyword "set" as a hostname,Theo de Raadt
2020-04-02Replace a bunch of hand rolled date / time math with gmtime(3).Florian Obser
2020-03-27unused constantsFlorian Obser
2020-02-26no need to go through RETERR when we return a constantFlorian Obser
2020-02-26In preparation of compiling lib/dns/rdata/ files individually we needFlorian Obser
2020-02-26In preparation of compiling lib/dns/rdata/ files individually we needFlorian Obser
2020-02-26Always printing unknown types as TYPE%u and not sometimes as %uFlorian Obser
2020-02-26Rewrite dns_rdatatype_fromtext to use a binary search over a staticFlorian Obser
2020-02-25use timingsafe_bcmp and get rid of now unused safe.cFlorian Obser
2020-02-25use freezero() rather that explicit_bzero() when free() is immediatelyTheo de Raadt
2020-02-25traditional nslookup would not fatal if the server name was undiscoverable.Theo de Raadt
2020-02-25malloc(a * b) -> reallocarray(NULL, a, b)Theo de Raadt
2020-02-25unused fileFlorian Obser
2020-02-25declare isc_appctx_t once where it is usedJonathan Gray
2020-02-25Do not generate dns_rdatatype_attributes and dns_rdatatype_totext.Florian Obser
2020-02-25reduce multiple newlinesJonathan Gray
2020-02-25remove some unused typedefsJonathan Gray
2020-02-25remove some unused definesJonathan Gray
2020-02-24Stop generating rdatastruct.h and put the dns_rdata_* structs forFlorian Obser
2020-02-24Delete a few more fromstruct_*, tostruct_* and freestruct_* functionsFlorian 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-24We are never required to "render glue first" since we just print whatFlorian Obser
2020-02-24dead store, pointed out by scan buildFlorian Obser
2020-02-24totext_filter_proc is always null, remove.Florian Obser
2020-02-24remove some unused codeJonathan Gray
2020-02-24remove some uneeded includesJonathan Gray
2020-02-24We only need to check the owner for nsec3 records, remove all theFlorian Obser
2020-02-24We are always preserving the order of records.Florian Obser
2020-02-24Stop generating DNS class and type enums.Florian Obser
2020-02-24Fix 'previously declared here' error on gcc3(luna88k).Kenji Aoyama
2020-02-23remove some unused functionsJonathan Gray
2020-02-23rmeove more unused functions and codeJoerg Jung
2020-02-23remove unused parts of types.hJonathan Gray
2020-02-23We never request to clone the buffer from the message parser.Florian Obser
2020-02-23We are not passing options to the message renderer.Florian Obser
2020-02-23Partial rendering was never implemented.Florian Obser
2020-02-23Remove unused fields from struct dst_key and stop passing name andFlorian Obser
2020-02-23hmacs do not support NULL keysFlorian Obser
2020-02-23All key funcs are populated, skip NULL check.Florian Obser
2020-02-23createctx2, verify2, and cleanup are always NULL.Florian Obser
2020-02-23Remove unused hmac functions from struct dst_func which in turn letsFlorian Obser
2020-02-23remove unused structsJonathan Gray
2020-02-23remove unused dns_rdatacallbacks struct and typedefJonathan Gray