bind9/doc
Ondřej Surý 52b3d86ef0
Add a limit to the number of RR types for single name
Previously, the number of RR types for a single owner name was limited
only by the maximum number of the types (64k).  As the data structure
that holds the RR types for the database node is just a linked list, and
there are places where we just walk through the whole list (again and
again), adding a large number of RR types for a single owner named with
would slow down processing of such name (database node).

Add a configurable limit to cap the number of the RR types for a single
owner.  This is enforced at the database (rbtdb, qpzone, qpcache) level
and configured with new max-types-per-name configuration option that
can be configured globally, per-view and per-zone.
2024-06-10 16:55:09 +02:00
..
arm Add a limit to the number of RR types for single name 2024-06-10 16:55:09 +02:00
design Remove auto-dnssec from documentation 2023-07-20 11:04:24 +02:00
dev Remove trailing whitespace from all text files 2023-06-13 15:05:40 +02:00
dnssec-guide Mention RFC 9276 Guidance for NSEC3 Parameter Settings 2024-05-07 13:38:40 +02:00
doxygen Remove trailing whitespace from all text files 2023-06-13 15:05:40 +02:00
man Introduce new DNSSEC tool dnssec-ksr 2024-04-19 10:41:04 +02:00
misc Add a limit to the number of RR types for single name 2024-06-10 16:55:09 +02:00
notes Add CHANGES and release note for [GL #4481] 2024-06-10 16:49:56 +02:00
Makefile.am Remove pregenerated manpages from the repo 2023-02-10 11:24:03 +01:00