Files
bind9/lib/isc
Matthijs Mekking a10c0f858d Fix dns_qp_lookup() search end
When looking for names, the search ends with either an exact or a
partial match. These terms make sense when looking for just names.

When looking for a type as well there is the possibility to find an
exact matching name but wrong RR type. This means the name exists but
there is no data for the type.

Add the new case to the lookup function, and introduce a new result
code for this scenario.

Also, the partial match case is slightly different when the type part of
the qpkey may differ. If the offset is somewhere in the trailing type
bytes of the found name, we can be sure that the name part is
equal and there is a parent domain.
2025-02-07 10:47:15 +01:00
..
2025-02-07 10:47:15 +01:00
2025-01-23 15:54:57 -08:00
2025-01-23 15:54:57 -08:00
2025-01-23 15:54:57 -08:00
2024-10-16 14:03:14 +03:00
2024-12-11 17:11:32 +00:00
2025-01-23 15:54:57 -08:00
2024-11-22 15:00:55 +01:00
2025-02-07 10:47:15 +01:00
2025-01-23 15:54:57 -08:00