bind9/bin/dig
Ondřej Surý 2e3a2eecfe Make isc_result a static enum
Remove the dynamic registration of result codes.  Convert isc_result_t
from unsigned + #defines into 32-bit enum type in grand unified
<isc/result.h> header.  Keep the existing values of the result codes
even at the expense of the description and identifier tables being
unnecessary large.

Additionally, add couple of:

    switch (result) {
    [...]
    default:
        break;
    }

statements where compiler now complains about missing enum values in the
switch statement.
2021-10-06 11:22:20 +02:00
..
.gitignore [master] update gitignore files; use rev-parse to get srcid 2014-06-17 13:49:30 -07:00
dig.c Make isc_result a static enum 2021-10-06 11:22:20 +02:00
dig.rst Add the ability to display the BADCOOKIE message in dig when 2021-08-18 09:44:50 +10:00
dighost.c Make isc_result a static enum 2021-10-06 11:22:20 +02:00
dighost.h Replace multiple /dns-query constants with a global one 2021-08-30 10:32:17 +03:00
host.c Don't set locale globally, just use it when needed 2021-06-23 11:12:00 +02:00
host.rst update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
Makefile.am Move the include Makefile.tests to the bottom of Makefile.am(s) 2021-06-24 15:33:52 +02:00
nslookup.c rename dns_name_copynf() to dns_name_copy() 2021-05-22 00:37:27 -07:00
nslookup.rst update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
readline.h Move the <isc/readline.h> header to bin/dig/readline.h 2021-02-16 01:04:46 +00:00