bind9/bin/named
Michał Kępień 010d2eb436
Fix default IANA root zone mirror configuration
Commit b121f02eac renamed the top-level
"primaries" block in bin/named/config.c to "remote-servers".  This
configuration block lists the primary servers used for an IANA root zone
mirror when no primary servers are explicitly specified for it in the
configuration.  However, the relevant part of the named_zone_configure()
function only looks for a top-level "primaries" block and not for any of
its synonyms.  As a result, configuring an IANA root zone mirror with
just:

    zone "." {
        type mirror;
    };

now results in a cryptic fatal error on startup:

    loading configuration: not found
    exiting (due to fatal error)

Fix by using the correct top-level block name in named_zone_configure().
2025-01-09 12:16:48 +01:00
..
include Remove C++ support from the public header 2024-12-18 13:10:39 +01:00
.gitignore Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
bind9.xsl Expose 'first refresh' zone flag in stats channel 2024-02-05 17:41:14 +00:00
builtin.c Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
config.c Add primaries, parental-agents as synonyms 2024-12-13 08:50:02 +01:00
control.c Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
controlconf.c Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
dlz_dlopen_driver.c Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
fuzz.c Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
geoip.c Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
log.c Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
logconf.c Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
main.c Finalize removal of memory debug flags size and mctx 2024-12-06 02:29:20 +00:00
Makefile.am Add support for User Statically Defined Tracing (USDT) probes 2023-08-21 18:39:53 +02:00
named.conf.rst remove {root-}delegation-only 2023-03-23 12:57:01 -07:00
named.rst Finalize removal of memory debug flags size and mctx 2024-12-06 02:29:20 +00:00
os.c Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
server.c Unify parental-agents, primaries to remote-servers 2024-12-13 08:50:02 +01:00
statschannel.c Revert "Attach dnssecsignstats, rcvquerystats, and requeststats" 2024-12-06 19:46:39 +01:00
tkeyconf.c Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
transportconf.c Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
tsigconf.c Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
xsl_p.h Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
zoneconf.c Fix default IANA root zone mirror configuration 2025-01-09 12:16:48 +01:00