bind9/bin/dnssec
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 Introduce new DNSSEC tool dnssec-ksr 2024-04-19 10:41:04 +02:00
dnssec-cds.c Convert all categories and modules into static lists 2024-08-20 12:50:39 +00:00
dnssec-cds.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 10:46:36 +01:00
dnssec-dsfromkey.c Convert all categories and modules into static lists 2024-08-20 12:50:39 +00:00
dnssec-dsfromkey.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 10:46:36 +01:00
dnssec-importkey.c Convert all categories and modules into static lists 2024-08-20 12:50:39 +00:00
dnssec-importkey.rst Teach dnssec-settime to read unset times that it writes 2022-05-17 16:28:40 +02:00
dnssec-keyfromlabel.c Convert all categories and modules into static lists 2024-08-20 12:50:39 +00:00
dnssec-keyfromlabel.rst Remove OpenSSL Engine support 2024-08-06 15:17:48 +02:00
dnssec-keygen.c Convert all categories and modules into static lists 2024-08-20 12:50:39 +00:00
dnssec-keygen.rst Remove OpenSSL Engine support 2024-08-06 15:17:48 +02:00
dnssec-ksr.c Remove logging context (isc_log_t) from the public namespace 2024-08-20 12:50:39 +00:00
dnssec-ksr.rst Remove OpenSSL Engine support 2024-08-06 15:17:48 +02:00
dnssec-revoke.c use only c23 or c11 noreturn specifiers 2024-08-07 18:27:40 +03:00
dnssec-revoke.rst Remove OpenSSL Engine support 2024-08-06 15:17:48 +02:00
dnssec-settime.c Convert all categories and modules into static lists 2024-08-20 12:50:39 +00:00
dnssec-settime.rst Remove OpenSSL Engine support 2024-08-06 15:17:48 +02:00
dnssec-signzone.c Convert all categories and modules into static lists 2024-08-20 12:50:39 +00:00
dnssec-signzone.rst Remove OpenSSL Engine support 2024-08-06 15:17:48 +02:00
dnssec-verify.c Convert all categories and modules into static lists 2024-08-20 12:50:39 +00:00
dnssec-verify.rst Remove OpenSSL Engine support 2024-08-06 15:17:48 +02:00
dnssectool.c Add isc_log_createandusechannel() function to simplify usage 2024-08-20 12:50:39 +00:00
dnssectool.h Remove logging context (isc_log_t) from the public namespace 2024-08-20 12:50:39 +00:00
Makefile.am Move common create key functions to dnssectool.c 2024-04-19 10:41:04 +02:00