bind9/doc/misc
Colin Vidal d03f6e6fd4 cfg_parse_ functions internally handle the parser
Instead of (1) allocating a parser, (2) parsing a file/buffer then (3)
freeing the parser, the parser is now internally created/destroyed from
within the `cfg_parse_*` functions. This simplifies a lot the use cases,
especially around the error cases where the parser needs to be freed in
a cleanup goto.

The only trick was the parser callback mechanism, which would previously
have been set up between steps 1 and 2.  Since it's never been used for
any purpose other than the "directory" option, the chdir call has now
been moved inside the parser and the generic callback mechanism has been
removed, replacing CFG_CLAUSEFLAG_CALLBACK with CFG_CLAUSEFLAG_CHDIR.
2025-10-23 13:01:08 -07:00
..
cfg_test.c cfg_parse_ functions internally handle the parser 2025-10-23 13:01:08 -07:00
checkgrammar.py Sort grammar map keys while pretty printing them 2022-07-01 08:59:23 +02:00
dnssec-policy.default.conf Add manual-mode config option 2025-08-21 16:00:19 +02:00
forward.zoneopt Remove build requirements from building arm 2025-06-23 13:45:04 +03:00
hint.zoneopt Remove build requirements from building arm 2025-06-23 13:45:04 +03:00
in-view.zoneopt Remove build requirements from building arm 2025-06-23 13:45:04 +03:00
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00
mirror.zoneopt add namedconf support for plugin inside a zone 2025-09-09 09:42:34 +02:00
options remove "bindkeys-file" option 2025-10-12 23:37:49 -07:00
parsegrammar.py Add a new library to parse grammar format produced by cfg_test 2022-07-01 08:59:04 +02:00
primary.zoneopt add namedconf support for plugin inside a zone 2025-09-09 09:42:34 +02:00
redirect.zoneopt add namedconf support for plugin inside a zone 2025-09-09 09:42:34 +02:00
rndc.grammar Remove build requirements from building arm 2025-06-23 13:45:04 +03:00
secondary.zoneopt add namedconf support for plugin inside a zone 2025-09-09 09:42:34 +02:00
sort-options.pl Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
static-stub.zoneopt Remove build requirements from building arm 2025-06-23 13:45:04 +03:00
stub.zoneopt Remove build requirements from building arm 2025-06-23 13:45:04 +03:00