bind9/bin/plugins
Ondřej Surý 37b9511ce1 Use libuv's shared library handling capabilities
While libltdl is a feature-rich library, BIND 9 code only uses its basic
capabilities, which are also provided by libuv and which BIND 9 already
uses for other purposes.  As libuv's cross-platform shared library
handling interface is modeled after the POSIX dlopen() interface,
converting code using the latter to the former is simple.  Replace
libltdl function calls with their libuv counterparts, refactoring the
code as necessary.  Remove all use of libltdl from the BIND 9 source
tree.
2020-10-28 15:48:58 +01:00
..
filter-aaaa.c Use libuv's shared library handling capabilities 2020-10-28 15:48:58 +01:00
filter-aaaa.rst update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
Makefile.am Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00