Files
bind9/lib/dns
Evan Hunt 628fa8a3d6 make the qpzone database loadable
add database API methods needed for loading rdatasets into memory
(currentversion, beginload, endload), plus the methods used by
zone_postload() for zone consistency checks (getoriginnode, find,
findnode, findrdataset, attachnode, detachnode, deletedata).

the QP trie doesn't support the find callback mechanism available
in dns_rbt_findnode() which allows examination of intermediate nodes
while searching, so the detection of wildcard and delegation nodes
is now done by scanning QP chains after calling dns_qp_lookup().

Note that the lookup in previous_closest_nsec() cannot return
ISC_R_NOTFOUND. In RBTDB, we checked for this return value and
ovewrote the result with ISC_R_NOMORE if it occurred. In the
qpzone implementation, we insist that this return value cannot happen.
dns_qp_lookup() would only return ISC_R_NOTFOUND if we asked for a
name outside the zone's authoritative domain, and we never do that
when looking up a predecessor NSEC record.

named-checkzone is now able to load a zone and check it for errors,
but cannot dump it.
2024-03-08 15:36:49 -08:00
..
2024-03-06 10:49:02 +01:00
2024-02-26 12:02:40 +11:00
2023-10-13 14:44:40 +02:00
2023-09-12 16:14:10 +02:00
2024-02-14 13:24:56 +01:00
2024-01-25 15:37:40 +01:00
2024-02-14 13:24:56 +01:00
2023-08-09 23:48:17 +00:00
2024-02-08 08:01:58 +01:00
2024-01-25 15:37:40 +01:00
2024-02-14 13:24:56 +01:00
2023-09-12 16:14:10 +02:00
2023-10-13 09:57:28 +00:00
2024-03-06 10:49:02 +01:00
2024-03-06 10:49:02 +01:00
2024-03-06 10:49:02 +01:00
2024-03-06 10:49:02 +01:00
2024-03-08 15:36:49 -08:00
2024-02-14 01:13:44 -08:00
2024-03-06 09:57:24 +01:00
2023-08-31 22:08:35 +02:00
2023-10-09 13:29:02 -07:00
2023-08-31 22:08:35 +02:00
2023-10-13 14:44:40 +02: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