bind9/doc
Ondřej Surý 32af7299eb
Add a limit to the number of RRs in RRSets
Previously, the number of RRs in the RRSets were internally unlimited.
As the data structure that holds the RRs is just a linked list, and
there are places where we just walk through all of the RRs, adding an
RRSet with huge number of RRs inside would slow down processing of said
RRSets.

Add a configurable limit to cap the number of the RRs in a single RRSet.
This is enforced at the database (rbtdb, qpzone, qpcache) level and
configured with new max-records-per-type configuration option that can
be configured globally, per-view and per-zone.
2024-06-10 16:55:07 +02:00
..
arm Add a limit to the number of RRs in RRSets 2024-06-10 16:55:07 +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 RRs in RRSets 2024-06-10 16:55:07 +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