mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -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. |
||
|---|---|---|
| .. | ||
| dns | ||
| isc | ||
| isccc | ||
| isccfg | ||
| ns | ||
| .gitignore | ||
| meson.build | ||