bind9/bin
Evan Hunt 5dcf55da03 Remove support for shared UDP dispatch sockets
Currently the netmgr doesn't support unconnected, shared UDP sockets, so
there's no reason to retain that functionality in the dispatcher prior
to porting to the netmgr.

In this commit, the DNS_DISPATCHATTR_EXCLUSIVE attribute has been
removed as it is now non-optional; UDP dispatches are alwasy exclusive.
Code implementing non-exclusive UDP dispatches has been removed.
dns_dispatch_getentrysocket() now always returns the dispsocket for UDP
dispatches and the dispatch socket for TCP dispatches.

There is no longer any need to search for existing dispatches from
dns_dispatch_getudp(), so the 'mask' option has been removed, and the
function renamed to the more descriptive dns_dispatch_createudp().
2021-10-02 10:21:43 +02:00
..
check Remove the mastefile-format map option 2021-09-17 07:09:50 +02:00
confgen Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00
delv clean up dns_client API 2021-08-30 08:47:39 +02:00
dig Validate HTTP path passed to dig 2021-09-29 19:42:03 +03:00
dnssec Remove the mastefile-format map option 2021-09-17 07:09:50 +02:00
named Remove support for shared UDP dispatch sockets 2021-10-02 10:21:43 +02:00
nsupdate Remove support for shared UDP dispatch sockets 2021-10-02 10:21:43 +02:00
plugins Remove support for external applications to register libisc 2021-08-30 08:47:39 +02:00
rndc Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00
tests Remove support for shared UDP dispatch sockets 2021-10-02 10:21:43 +02:00
tools Remove support for shared UDP dispatch sockets 2021-10-02 10:21:43 +02:00
Makefile.am Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00