bind9/bin/confgen
Ondřej Surý 236de53c52
Use EXIT_SUCCESS and EXIT_FAILURE
Instead of randomly using -1 or 1 as a failure status, properly utilize
the EXIT_FAILURE define that's platform specific (as it should be).

(cherry picked from commit76997983fde02d9c32aa23bda30b65f1ebd4178c)
2024-08-06 15:19:06 +02: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 11:01:32 +01:00
keygen.c Replace alg_totext with dst_hmac_algorithm_totext 2022-09-27 16:55:33 +02: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-08-06 15:19:06 +02:00
rndc-confgen.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 11:01:32 +01:00
tsig-keygen.c Use EXIT_SUCCESS and EXIT_FAILURE 2024-08-06 15:19:06 +02:00
tsig-keygen.rst Put reference to RFC 2845 in tsig-keygen man page 2024-02-01 12:03:42 +01:00
util.c Use _exit() in the fatal() function 2024-08-06 14:52:24 +02:00
util.h Replace ISC_NORETURN with C11's noreturn 2022-03-25 08:42:18 +01:00