bind9/bin/check
Ondřej Surý 679e90a57d Add isc_log_createandusechannel() function to simplify usage
The new
isc_log_createandusechannel() function combines following calls:

    isc_log_createchannel()
    isc_log_usechannel()

calls into a single call that cannot fail and therefore can be used in
places where we know this cannot fail thus simplifying the error
handling.
2024-08-20 12:50:39 +00:00
..
.gitignore added gitignore, removed cvsignore 2012-03-03 23:10:05 -08:00
check-tool.c Add isc_log_createandusechannel() function to simplify usage 2024-08-20 12:50:39 +00:00
check-tool.h Remove logging context (isc_log_t) from the public namespace 2024-08-20 12:50:39 +00:00
Makefile.am Remove libbind9 2023-02-21 13:12:26 +00:00
named-checkconf.c Convert all categories and modules into static lists 2024-08-20 12:50:39 +00:00
named-checkconf.rst Allow named-checkconf to selectively check dnssec-policy algorithms 2023-04-03 12:15:57 +10:00
named-checkzone.c Convert all categories and modules into static lists 2024-08-20 12:50:39 +00:00
named-checkzone.rst Add check-svcb to named 2022-10-29 00:22:54 +11:00
named-compilezone.rst disable checks by default in named-compilezone 2023-12-20 16:57:19 -08:00