]> git.ipfire.org Git - thirdparty/bind9.git/commit
stub dns_qpmulti-based zone database implementation
authorEvan Hunt <each@isc.org>
Wed, 4 Oct 2023 01:55:24 +0000 (18:55 -0700)
committerEvan Hunt <each@isc.org>
Thu, 7 Mar 2024 04:57:31 +0000 (20:57 -0800)
commitbe24feb252a2c905593e4c69dcfe0ee4fe98ee76
tree5c60c9cccf245d5bf025d77e00e8cce248e5bf51
parent9855116fb0075285d67e965b4324899bb49a43dd
stub dns_qpmulti-based zone database implementation

created files for a dns_qpmulti-based zone database, "qpzone".
currently this only has create and destroy functions.
lib/dns/Makefile.am
lib/dns/db.c
lib/dns/qpzone.c [new file with mode: 0644]
lib/dns/qpzone_p.h [new file with mode: 0644]