bind9/bin
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
..
check Resolve ERR_MISSING_GLUE / ERR_EXTRA_AAAA value collision 2026-04-29 17:31:23 +02:00
confgen Allow any valid DNS name as a key name 2026-05-15 10:14:46 +02:00
delv Skip detach when delv's client never created 2026-04-30 10:56:11 +02:00
dig Replace the shared work pool with per-loop, per-lane worker threads 2026-06-17 19:07:08 +02:00
dnssec Replace u_char remnants with uint8_t 2026-07-01 08:04:48 +02:00
include Delegations have a minimal TTL of 60 seconds 2026-07-01 08:40:05 +02:00
named Delegations have a minimal TTL of 60 seconds 2026-07-01 08:40:05 +02:00
nsupdate Fix a false positive compiler warning/error on Alpine 3.24 2026-06-24 17:44:42 +02:00
plugins Replace query and client attribute bitfield with named bools 2026-07-02 13:27:11 +02:00
rndc Dump delegation database in 'rndc dumpdb' 2026-03-30 20:41:13 +02:00
tests Add a regression test for an RRSIG that covers a signature 2026-07-02 13:26:48 +02:00
tools Drop duplicate dnstap-read.rst entry 2026-06-30 17:03:25 +02:00
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00