bind9/bin
Ondřej Surý 27a7647559 Change the NS_PER_SEC (and friends) from enum to static const
New version of clang (19) has introduced a stricter checks when mixing
integer (and float types) with enums.  In this case, we used enum {}
as C17 doesn't have constexpr yet.  Change the time conversion constants
to be static const unsigned int instead of enum values.

(cherry picked from commit b03e90e0d4)
2024-08-19 09:10:04 +00:00
..
check Fix assertion failure when checking named-checkconf version 2024-08-05 11:12:05 +00:00
confgen Remove isc__tls_setfatalmode() function and the calls 2024-02-08 08:01:58 +01:00
delv add +restarts and +maxqueries options to delv 2024-08-07 21:12:34 +00:00
dig Dig now reports a missing question section 2024-08-07 13:20:27 +02:00
dnssec Document new -J option for dnssec-signzone and dnssec-verify 2024-07-08 14:53:01 +02:00
named Silence all warnings that stem from the default config 2024-08-15 12:10:02 +00:00
nsupdate complete removal of isc_loop_current() 2024-04-02 10:35:56 +02:00
plugins Remove 'inst != NULL' from cleanup check in plugin_register 2023-04-04 23:51:22 +00:00
rndc Implement rndc retransfer -force 2024-08-01 17:04:27 +00:00
tests Use python3 in shebang lines for util scripts 2024-08-14 15:43:34 +00:00
tools Change the NS_PER_SEC (and friends) from enum to static const 2024-08-19 09:10:04 +00:00
Makefile.am Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00