bind9/doc
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
..
arm Provide an example of forward secrecy enabled TLS configuration 2021-10-01 15:56:02 +03:00
design Make isc_result a static enum 2021-10-06 11:22:20 +02:00
dev Add stats unit test 2021-08-24 09:07:15 +02:00
dnssec-guide Fix missing iterations value in dnssec-guide 2021-08-11 08:39:34 +00:00
doxygen Completely remove BIND 9 Windows support 2021-06-09 14:35:14 +02:00
man Add "session-tickets" options to the "tls" clause 2021-10-01 15:50:43 +03:00
misc Add "session-tickets" options to the "tls" clause 2021-10-01 15:50:43 +03:00
notes Add an entry to the release notes file [GL #2794] 2021-10-05 11:30:22 +03:00
Makefile.am Install man pages when sphinx-build tool is missing 2021-05-25 11:21:32 +02:00