bind9/bin/named
Evan Hunt ad7f744115 use ISC_LIST_FOREACH in more places
use the ISC_LIST_FOREACH pattern in places where lists had
been iterated using a different pattern from the typical
`for` loop: for example, `while (!ISC_LIST_EMPTY(...))` or
`while ((e = ISC_LIST_HEAD(...)) != NULL)`.
2025-03-31 13:45:14 -07:00
..
include implement the systemd notification protocol manually, drop libsystemd 2025-03-27 22:52:41 +03:00
.gitignore Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
bind9.xsl Expose the incoming transfers' rates in the statistics channel 2025-02-20 09:32:55 +00:00
builtin.c use ISC_LIST_FOREACH in more places 2025-03-31 13:45:14 -07:00
config.c Disable ZONEVERSION for built-in chaos and empty zones 2025-03-24 22:16:09 +00:00
control.c Implement rndc reset-stats counter-name 2025-03-27 08:51:12 +00:00
controlconf.c use ISC_LIST_FOREACH in more places 2025-03-31 13:45:14 -07:00
dlz_dlopen_driver.c Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
fuzz.c Remove unused isc_mutexblock and isc_condition units 2025-03-01 07:33:09 +01:00
geoip.c Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
log.c remove log initialization checks from named 2025-02-28 10:31:46 +00:00
logconf.c Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
main.c Implement -T cookiealwaysvalid 2025-03-17 10:42:47 +00:00
Makefile.am implement the systemd notification protocol manually, drop libsystemd 2025-03-27 22:52:41 +03:00
named.conf.rst remove {root-}delegation-only 2023-03-23 12:57:01 -07:00
named.rst Finalize removal of memory debug flags size and mctx 2024-12-06 02:29:20 +00:00
os.c implement the systemd notification protocol manually, drop libsystemd 2025-03-27 22:52:41 +03:00
server.c use ISC_LIST_FOREACH in more places 2025-03-31 13:45:14 -07:00
statschannel.c use ISC_LIST_FOREACH in more places 2025-03-31 13:45:14 -07:00
tkeyconf.c simplify dns_name_fromtext() interface 2025-02-25 12:53:25 -08:00
transportconf.c simplify dns_name_fromtext() interface 2025-02-25 12:53:25 -08:00
tsigconf.c simplify dns_name_fromtext() interface 2025-02-25 12:53:25 -08:00
xsl_p.h Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
zoneconf.c use ISC_LIST_FOREACH in more places 2025-03-31 13:45:14 -07:00