bind9/bin/plugins
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
..
filter-a.c Replace query and client attribute bitfield with named bools 2026-07-02 13:27:11 +02:00
filter-a.rst Hyperlink program names to their manual pages 2022-03-14 10:46:36 +01:00
filter-aaaa.c Replace query and client attribute bitfield with named bools 2026-07-02 13:27:11 +02:00
filter-aaaa.rst clean up some deprecated/obsolete options and doc 2023-02-10 09:52:27 -08:00
meson.build add synthrecord plugin documentation 2025-10-01 12:16:05 +02:00
synthrecord.c Make isc_radix_insert, dns_iptable_addprefix/merge return void 2026-07-01 06:09:42 +02:00
synthrecord.rst make "origin" optional for forward zones 2025-10-01 12:16:05 +02:00