bind9/bin/confgen
Ondřej Surý 0c18ed7ec6
Remove isc__tls_setfatalmode() function and the calls
With _exit() instead of exit() in place, we don't need
isc__tls_setfatalmode() mechanism as the atexit() calls will not be
executed including OpenSSL atexit hooks.
2024-02-08 08:01:58 +01:00
..
include Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
.gitignore [master] update gitignore files; use rev-parse to get srcid 2014-06-17 13:49:30 -07:00
ddns-confgen.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 10:46:36 +01:00
keygen.c Add object parameter to dst_key_generate() 2024-01-25 14:41:25 +01:00
keygen.h Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
Makefile.am Move the include Makefile.tests to the bottom of Makefile.am(s) 2021-06-24 15:33:52 +02:00
os.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
rndc-confgen.c Use EXIT_SUCCESS and EXIT_FAILURE 2024-02-08 08:01:58 +01:00
rndc-confgen.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 10:46:36 +01:00
tsig-keygen.c Use EXIT_SUCCESS and EXIT_FAILURE 2024-02-08 08:01:58 +01:00
tsig-keygen.rst Put reference to RFC 2845 in tsig-keygen man page 2024-02-01 11:20:33 +01:00
util.c Remove isc__tls_setfatalmode() function and the calls 2024-02-08 08:01:58 +01:00
util.h Replace ISC_NORETURN with C11's noreturn 2022-03-25 08:33:43 +01:00