bind9/lib/isccfg
Evan Hunt 1ab3ebb718 deprecate delegation-only and root-delegation only
These options and zone type were created to address the
SiteFinder controversy, in which certain TLD's redirected queries
rather than returning NXDOMAIN. since TLD's are now DNSSEC-signed,
this is no longer likely to be a problem.

The deprecation message for 'type delegation-only' is issued from
the configuration checker rather than the parser. therefore,
isccfg_check_namedconf() has been modified to take a 'nodeprecate'
parameter to suppress the warning when named-checkconf is used with
the command-line option to ignore warnings on deprecated options (-i).

(cherry picked from commit 2399556bee)
2023-03-23 14:09:53 -07:00
..
include mark "port" as deprecated for source address options 2023-02-02 12:21:08 +01:00
aclconf.c Update sources to Clang 15 formatting 2022-11-29 09:14:07 +01:00
dnsconf.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
duration.c Handle large numbers when parsing/printing a duration 2022-10-17 08:54:10 +00:00
kaspconf.c Update sources to Clang 15 formatting 2022-11-29 09:14:07 +01:00
log.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
Makefile.am Move duration structure to libisccfg/duration 2022-06-28 14:36:31 +02:00
namedconf.c deprecate delegation-only and root-delegation only 2023-03-23 14:09:53 -07:00
parser.c mark "port" as deprecated for source address options 2023-02-02 12:21:08 +01:00
tests Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00