]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove support for external applications to register libisc
authorOndřej Surý <ondrej@sury.org>
Tue, 1 Oct 2019 07:47:19 +0000 (09:47 +0200)
committerOndřej Surý <ondrej@sury.org>
Mon, 30 Aug 2021 06:47:39 +0000 (08:47 +0200)
commitcdf9a1fd2082c876e4b730c8bd78abe825fe4875
tree52ab856abf97a6ae868fbffefad48af4f0aa6df3
parent5dd11a6aa4354b8b2ef640d3472cc60ef03b9d81
Remove support for external applications to register libisc

The previous versions of BIND 9 exported its internal libraries so that
they can be used by third-party applications more easily.  Certain
library functions were altered from specific BIND-only behavior to more
generic behavior when used by other applications.

This commit removes the function isc_lib_register() that was used by
external applications to enable the functionality.
15 files changed:
bin/delv/delv.c
bin/plugins/filter-a.c
bin/plugins/filter-aaaa.c
bin/tests/system/dyndb/driver/driver.c
bin/tests/system/hooks/driver/test-async.c
bin/tests/system/resolve.c
lib/dns/include/dns/dyndb.h
lib/isc/Makefile.am
lib/isc/app.c
lib/isc/bind9.c
lib/isc/include/isc/bind9.h
lib/isc/include/isc/lib.h [deleted file]
lib/isc/lib.c
lib/isc/result.c
util/copyrights