bind9/bin/tools
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 Remove genrandom command and all usage of specific random files throughout the system test suite 2018-05-16 09:54:35 +02:00
arpaname.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
arpaname.rst update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
dnstap-read.c Make isc_result a static enum 2021-10-06 11:22:20 +02:00
dnstap-read.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
mdig.c Make isc_result a static enum 2021-10-06 11:22:20 +02:00
mdig.rst Try to improve rrl timing 2020-10-15 00:05:12 +00:00
named-journalprint.c Make isc_result a static enum 2021-10-06 11:22:20 +02:00
named-journalprint.rst Always perform a re-write when processing a version 1 journal 2021-05-05 23:12:37 +10:00
named-nzd2nzf.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
named-nzd2nzf.rst update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
named-rrchecker.c Make isc_result a static enum 2021-10-06 11:22:20 +02:00
named-rrchecker.rst update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
nsec3hash.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
nsec3hash.rst update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00