bind9/bin
Evan Hunt 8487e43ad9 make all ISC_LIST_FOREACH calls safe
previously, ISC_LIST_FOREACH and ISC_LIST_FOREACH_SAFE were
two separate macros, with the _SAFE version allowing entries
to be unlinked during the loop. ISC_LIST_FOREACH is now also
safe, and the separate _SAFE macro has been removed.

similarly, the ISC_LIST_FOREACH_REV macro is now safe, and
ISC_LIST_FOREACH_REV_SAFE has also been removed.
2025-05-23 13:09:10 -07:00
..
check Replace isc_mem_destroy() with isc_mem_detach() 2025-03-05 11:17:17 +01:00
confgen Replace isc_mem_destroy() with isc_mem_detach() 2025-03-05 11:17:17 +01:00
delv make all ISC_LIST_FOREACH calls safe 2025-05-23 13:09:10 -07:00
dig make all ISC_LIST_FOREACH calls safe 2025-05-23 13:09:10 -07:00
dnssec make all ISC_LIST_FOREACH calls safe 2025-05-23 13:09:10 -07:00
named make all ISC_LIST_FOREACH calls safe 2025-05-23 13:09:10 -07:00
nsupdate make all ISC_LIST_FOREACH calls safe 2025-05-23 13:09:10 -07:00
plugins implicitly declare list elements in ISC_LIST_FOREACH macros 2025-03-31 13:37:47 -07:00
rndc Separate the single setter/getter functions for TCP timeouts 2025-04-23 17:03:05 +00:00
tests Add a bad TSIG algorithm hypothesis python test 2025-05-23 10:39:52 +02:00
tools make all ISC_LIST_FOREACH calls safe 2025-05-23 13:09:10 -07:00
Makefile.am Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00