summaryrefslogtreecommitdiff
path: root/usr.bin/dig
AgeCommit message (Expand)Author
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
2020-02-22remove various unused macrosJoerg Jung
2020-02-22remove some unused args and unused assignments, as resultJoerg Jung
2020-02-22remove assigned but unused valuesJoerg Jung
2020-02-22remove unused codeJoerg Jung
2020-02-21set function parameter list to voidJoerg Jung
2020-02-21Document the format of the tsig key file.Florian Obser
2020-02-21Read CLOCK_MONOTONIC when we need timestamps to compare and useFlorian Obser
2020-02-20We do not generate DNS records from text representations.Florian 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-19remove unreachable codeJoerg Jung
2020-02-18Get rid of ISC_MAGIC and ISC_MAGIC_VALID macros.Florian Obser
2020-02-18Remove unused task, taskmgr, app, socket and socketmgr methods.Florian Obser
2020-02-17isc_stdio_open() wrapper function is only called in lex'erJoerg Jung
2020-02-17remove unused codeJoerg Jung
2020-02-16Get rid of isc_stdtime_t and use time_t directly.Florian Obser
2020-02-16cleanupFlorian Obser
2020-02-16clock_gettime cannot fail if called correctly; unravel TIME_NOWFlorian Obser
2020-02-16Move isc_time_formathttptimestamp to the only place it is used.Florian Obser
2020-02-16unravel isc_time_formattimestampFlorian Obser
2020-02-16unravel isc_time_add and isc_time_subtractFlorian Obser
2020-02-16unravel isc_time_compareFlorian Obser
2020-02-16unravel isc_time_isepochFlorian Obser
2020-02-16remove timespec settersFlorian Obser
2020-02-16Reduce interval indirection by setting struct members directly andFlorian Obser
2020-02-16The timer type we are using requires interval to be set, removeFlorian 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-16We only use isc_timertype_once, get rid of all other types.Florian Obser
2020-02-16remove unused fileJonathan Gray
2020-02-15remove unused functionFlorian Obser