bind9/lib/ns
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
..
include Add separate prefetch nmhandle to ns_client_t 2020-09-22 09:56:26 +02:00
tests The dns_message_create() cannot fail, change the return to void 2020-09-29 08:22:08 +02:00
win32 Use libuv's shared library handling capabilities 2020-10-28 15:48:58 +01:00
api Update library API versions 2020-10-22 08:54:32 +02:00
client.c Fix the isc_nm_closedown() to actually close the pending connections 2020-10-22 11:37:16 -07:00
hooks.c Use libuv's shared library handling capabilities 2020-10-28 15:48:58 +01:00
interfacemgr.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
lib.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
listenlist.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
log.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
Makefile.am Use libuv's shared library handling capabilities 2020-10-28 15:48:58 +01:00
notify.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
query.c Always return address records in additional section for NS queries 2020-10-21 12:03:42 -03:00
server.c Simplify the EDNS buffer size logic for DNS Flag Day 2020 2020-10-05 16:21:21 +02:00
sortlist.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
stats.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
update.c Refactored dns_message_t for using attach/detach semantics 2020-09-29 08:22:08 +02:00
xfrout.c Fix the isc_nm_closedown() to actually close the pending connections 2020-10-22 11:37:16 -07:00