bind9/bin/named/include/named
Ondřej Surý 8ae0828e15
Split NZD functions into a separate compilation unit
Move all LMDB-based new zone database functions from server.c into
nzd.c to reduce the size of server.c and isolate the NZD/LMDB
interface. Rename load_nzf() to nzd_load_nzf() to match the nzd_
namespace.
2026-03-18 11:02:33 +01:00
..
.clang-format Add missing .clang-format in the named headers directory 2021-10-13 12:43:58 +02:00
builtin.h Remove C++ support from the public header 2024-12-18 13:10:39 +01:00
config.h enable effective configuration 2025-10-29 13:55:45 -07:00
control.h pass isc_buffer_t pointers when applicable 2025-11-28 18:47:49 +00:00
fuzz.h Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
geoip.h Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
globals.h don't retain the default configuration 2025-10-31 08:02:17 +01:00
log.h Convert all categories and modules into static lists 2024-08-20 12:50:39 +00:00
logconf.h Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
main.h use only c23 or c11 noreturn specifiers 2024-08-07 18:27:40 +03:00
nzd.h Split NZD functions into a separate compilation unit 2026-03-18 11:02:33 +01:00
os.h implement the systemd notification protocol manually, drop libsystemd 2025-03-27 22:52:41 +03:00
server.h pass isc_buffer_t pointers when applicable 2025-11-28 18:47:49 +00:00
smf_globals.h Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
statschannel.h rename cfg_aclconfctx_t variables to aclctx 2025-09-24 20:14:49 +02:00
tkeyconf.h Simplify named_tkeyctx_fromconfig() 2025-10-06 13:19:50 +02:00
transportconf.h Remove C++ support from the public header 2024-12-18 13:10:39 +01:00
tsigconf.h clean up uses of ISC_R_NOMEMORY 2025-01-23 15:54:57 -08:00
types.h Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
zoneconf.h rename cfg_aclconfctx_t variables to aclctx 2025-09-24 20:14:49 +02:00