]> git.ipfire.org Git - thirdparty/bind9.git/commit
cfg_parse_ API doesn't need memory context
authorColin Vidal <colin@isc.org>
Tue, 4 Nov 2025 09:46:05 +0000 (10:46 +0100)
committerColin Vidal <colin@isc.org>
Thu, 4 Dec 2025 15:09:40 +0000 (16:09 +0100)
commitf7b64e2e87a6c13b49c40f4b67e87f1c751b6880
treef2f6e5ceb265e354de2ce1ada37e86712f9ab224
parentbc82db7b82262148f02218fb9702bb5bf28b43b5
cfg_parse_ API doesn't need memory context

Because the parser now uses global memory context, the cfg_parse_* API
doesn't take a memory context anymore.
20 files changed:
bin/check/named-checkconf.c
bin/delv/delv.c
bin/dig/dighost.c
bin/dnssec/dnssec-keygen.c
bin/dnssec/dnssec-ksr.c
bin/named/config.c
bin/named/controlconf.c
bin/named/server.c
bin/nsupdate/nsupdate.c
bin/plugins/filter-a.c
bin/plugins/filter-aaaa.c
bin/plugins/synthrecord.c
bin/rndc/rndc.c
bin/tests/system/hooks/driver/test-syncplugin.c
doc/misc/cfg_test.c
lib/isccfg/include/isccfg/cfg.h
lib/isccfg/parser.c
tests/isccfg/duration_test.c
tests/isccfg/grammar_test.c
tests/isccfg/parser_test.c