Files
bind9/lib/dns
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
..
2024-02-14 13:24:56 +01:00
2024-03-08 15:36:56 -08:00
2024-01-25 15:37:40 +01:00
2024-02-14 13:24:56 +01:00
2024-02-08 08:01:58 +01:00
2024-03-08 15:36:56 -08:00
2024-05-07 10:01:12 +10:00
2024-04-30 12:50:01 -07:00
2024-04-02 10:35:56 +02:00
2024-05-16 09:49:41 +00:00
2024-03-08 15:36:56 -08:00
2024-04-23 13:11:52 +02:00
2024-04-10 22:51:07 -04:00
2023-11-21 14:48:43 +11:00
2024-01-05 11:16:12 +01:00
2024-01-25 14:48:07 +01:00
2024-04-30 12:50:01 -07:00