bind9/lib
Evan Hunt fffa150df3 fix dns_qp_insert() checks in qpzone
in some places there were checks for failures of dns_qp_insert()
after dns_qp_getname(). such failures could only happen if another
thread inserted a node between the two calls, and that can't happen
because the calls are serialized with dns_qpmulti_write(). we can
simplify the code and just add an INSIST.
2025-02-17 12:21:50 -08:00
..
dns fix dns_qp_insert() checks in qpzone 2025-02-17 12:21:50 -08:00
isc Refactor and simplify isc_symtab 2025-02-17 11:43:19 +01:00
isccc Refactor and simplify isc_symtab 2025-02-17 11:43:19 +01:00
isccfg Refactor and simplify isc_symtab 2025-02-17 11:43:19 +01:00
ns Include destination address port number in query logging 2025-02-04 10:49:26 +00:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am Move irs_resconf into libdns and remove libirs 2023-02-24 09:38:59 +00:00