bind9/lib
Ondřej Surý 430ce335ad Replace query and client attribute bitfield with named bools
Replace the unsigned int attributes field in struct ns_query with
individual bool bitfields.  This removes the NS_QUERYATTR_* constants
and the 12 accessor macros (USECACHE, RECURSIONOK, RECURSING, etc.)
from query.c, replacing all bit manipulation with direct bool access.

And replace the unsigned int attributes field in struct ns_client_inner
with individual bool bitfields.  This removes the NS_CLIENTATTR_*
constants and the accessor macros (TCP, WANTDNSSEC, etc.), replacing
all bit manipulation with direct bool access.
2026-07-02 13:27:11 +02:00
..
dns Reject an RRSIG that covers a signature type 2026-07-02 13:26:48 +02:00
isc Replace uint with unsigned int in the histo.c unit 2026-07-01 08:04:48 +02:00
isccc switch isc_md_type_t to a proper enum 2026-02-02 11:12:55 +03:00
isccfg Delegations have a minimal TTL of 60 seconds 2026-07-01 08:40:05 +02:00
ns Replace query and client attribute bitfield with named bools 2026-07-02 13:27:11 +02:00
.gitignore
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00