bind9/bin/named
Matthijs Mekking 644f0d958a dnssec-policy: to sign inline or not
When dnssec-policy was introduced, it implicitly set inline-signing.
But DNSSEC maintenance required either inline-signing to be enabled,
or a dynamic zone.  In other words, not in all cases you want to
DNSSEC maintain your zone with inline-signing.

Change the behavior and determine whether inline-signing is
required: if the zone is dynamic, don't use inline-signing,
otherwise implicitly set it.

You can also explicitly set inline-signing to yes with dnssec-policy,
the restriction that both inline-signing and dnssec-policy cannot
be set at the same time is now lifted.

However, 'inline-signing no;' on a non-dynamic zone with a
dnssec-policy is not possible.
2020-04-16 14:22:47 +02:00
..
include Refactor the isc_log API so it cannot fail on memory failures 2020-03-18 09:05:59 +01:00
unix Fix 'Dead nested assignment's from scan-build-10 2020-03-25 17:33:07 +01:00
win32 Disable MSB8028 warning 2020-04-15 13:37:12 +02:00
.gitignore [master] add libns and remove liblwres 2017-09-08 13:47:34 -07:00
bind9.xsl use h?+script selectors 2019-07-25 08:03:10 -04:00
bind9.xsl.h Use clang-format to reformat the source files 2020-02-12 15:04:17 +01:00
builtin.c Reformat using the new rules 2020-02-14 09:31:05 +01:00
config.c Use the new sorting rules to regroup #include headers 2020-03-09 16:19:22 +01:00
control.c Use the new sorting rules to regroup #include headers 2020-03-09 16:19:22 +01:00
controlconf.c Use the new sorting rules to regroup #include headers 2020-03-09 16:19:22 +01:00
convertxsl.pl Remove $Id markers, Principal Author and Reviewed tags from the full source tree 2018-05-11 13:17:46 +02:00
fuzz.c Use the new sorting rules to regroup #include headers 2020-03-09 16:19:22 +01:00
geoip.c apply the modified style 2020-02-13 15:05:06 -08:00
log.c Refactor the isc_log API so it cannot fail on memory failures 2020-03-18 09:05:59 +01:00
logconf.c Refactor the isc_log API so it cannot fail on memory failures 2020-03-18 09:05:59 +01:00
main.c Fix 'Dereference of null pointer' from scan-build-10 2020-03-25 17:33:22 +01:00
Makefile.in Link with LMDB only where needed 2020-03-16 09:38:15 +01:00
named.8 Rebuild documentation 2020-02-23 20:48:55 -08:00
named.conf.5 Rebuild documentation 2020-02-23 20:48:55 -08:00
named.conf.docbook Replace leftover DNSSEC-KEYS with TRUST-ANCHORS 2020-04-16 08:10:08 +02:00
named.conf.html Rebuild documentation 2020-02-23 20:48:55 -08:00
named.docbook CHANGES note, update README.md an manpage. 2020-02-07 09:01:50 +01:00
named.html Rebuild documentation 2020-02-23 20:48:55 -08:00
server.c dnssec-policy: to sign inline or not 2020-04-16 14:22:47 +02:00
statschannel.c Merge if blocks in statschannel.c 2020-04-03 09:27:15 +02:00
tkeyconf.c Use the new sorting rules to regroup #include headers 2020-03-09 16:19:22 +01:00
tsigconf.c apply the modified style 2020-02-13 15:05:06 -08:00
zoneconf.c Redesign dnssec sign statistics 2020-04-03 09:27:11 +02:00