bind9/bin/named
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
..
include Fix "check-names master" and "check-names slave" 2021-09-29 09:18:59 +00:00
.gitignore Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
bind9.xsl update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
builtin.c Make isc_result a static enum 2021-10-06 11:22:20 +02:00
config.c Fix "check-names master" and "check-names slave" 2021-09-29 09:18:59 +00:00
control.c Make isc_result a static enum 2021-10-06 11:22:20 +02:00
controlconf.c Make isc_result a static enum 2021-10-06 11:22:20 +02:00
dlz_dlopen_driver.c Make isc_result a static enum 2021-10-06 11:22:20 +02:00
fuzz.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
geoip.c Move NAME_MAX and PATH_MAX from isc/platform.h to isc/dir.h 2021-07-06 05:33:48 +00:00
log.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
logconf.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
main.c Make isc_result a static enum 2021-10-06 11:22:20 +02:00
Makefile.am Make the DNS over HTTPS support optional 2021-07-07 09:50:53 +02:00
named.conf.rst Add "session-tickets" options to the "tls" clause 2021-10-01 15:50:43 +03:00
named.rst mark "cache-file" as ancient and remove all code implementing it 2021-09-16 00:19:02 -07:00
os.c Completely remove BIND 9 Windows support 2021-06-09 14:35:14 +02:00
server.c Make isc_result a static enum 2021-10-06 11:22:20 +02:00
statschannel.c use "primary" and "secondary" in statschannel output 2021-08-30 11:06:12 -07:00
tkeyconf.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
transportconf.c refactor outgoing HTTP connection support 2021-03-05 13:29:26 +02:00
tsigconf.c Make isc_result a static enum 2021-10-06 11:22:20 +02:00
xsl_p.h Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
zoneconf.c Make isc_result a static enum 2021-10-06 11:22:20 +02:00