bind9/lib/ns
Evan Hunt d586c29069 Remove zone keyopts field
The "keyopts" field of the dns_zone object was added to support
"auto-dnssec"; at that time the "options" field already had most of
its 32 bits in use by other flags, so it made sense to add a new
field.

Since then, "options" has been widened to 64 bits, and "auto-dnssec"
has been obsoleted and removed. Most of the DNS_ZONEKEY flags are no
longer needed. The one that still seems useful (_FULLSIGN) has been
moved into DNS_ZONEOPT and the rest have been removed, along with
"keyopts" and its setter/getter functions.
2025-06-12 18:29:29 -07:00
..
include Return EDNS ZONEVERSION if requested 2025-03-24 22:16:09 +00:00
.gitignore Add support for User Statically Defined Tracing (USDT) probes 2023-08-21 18:39:53 +02:00
client.c Silence tainted scalar in client.c 2025-05-29 06:26:37 +00:00
hooks.c make all ISC_LIST_FOREACH calls safe 2025-05-23 13:09:10 -07:00
interfacemgr.c make all ISC_LIST_FOREACH calls safe 2025-05-23 13:09:10 -07:00
listenlist.c make all ISC_LIST_FOREACH calls safe 2025-05-23 13:09:10 -07:00
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00
notify.c Refactor to use list-like macro for message sections 2025-03-27 03:09:46 +01:00
probes.d Add a probe when the response rate limiting drops or slips query 2023-08-21 18:39:53 +02:00
query.c simplify code around isc_mem_put() and isc_mem_free() 2025-05-28 17:22:32 -07:00
server.c simplify code around isc_mem_put() and isc_mem_free() 2025-05-28 17:22:32 -07:00
stats.c Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
tests Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
update.c Remove zone keyopts field 2025-06-12 18:29:29 -07:00
xfrout.c implicitly declare list elements in ISC_LIST_FOREACH macros 2025-03-31 13:37:47 -07:00