mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-15 22:09:31 -04:00
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. |
||
|---|---|---|
| .. | ||
| include | ||
| .gitignore | ||
| client.c | ||
| hooks.c | ||
| interfacemgr.c | ||
| listenlist.c | ||
| meson.build | ||
| notify.c | ||
| probes.d | ||
| query.c | ||
| server.c | ||
| stats.c | ||
| tests | ||
| update.c | ||
| xfrout.c | ||