bind9/bin/named
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
..
include Fix "check-names master" and "check-names slave" 2021-09-29 09:18:59 +00:00
.gitignore Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
bind9.xsl update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
builtin.c Generate PTR records for DNS64 mapped ipv4only.arpa reverses. 2020-12-11 14:17:52 +11:00
config.c Fix "check-names master" and "check-names slave" 2021-09-29 09:18:59 +00:00
control.c Postpone the isc_app_shutdown() after rndc response has been sent 2020-10-22 11:46:58 -07:00
controlconf.c allow multiple key algorithms in the same control listener 2021-07-06 10:54:13 -07:00
dlz_dlopen_driver.c Completely remove BIND 9 Windows support 2021-06-09 14:35:14 +02:00
fuzz.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
geoip.c Move NAME_MAX and PATH_MAX from isc/platform.h to isc/dir.h 2021-07-06 05:33:48 +00:00
log.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
logconf.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
main.c Remove CONTRIB_DLZ traces from bin/named/main.c 2021-09-21 11:16:53 +02:00
Makefile.am Make the DNS over HTTPS support optional 2021-07-07 09:50:53 +02:00
named.conf.rst Add "session-tickets" options to the "tls" clause 2021-10-01 15:50:43 +03:00
named.rst mark "cache-file" as ancient and remove all code implementing it 2021-09-16 00:19:02 -07:00
os.c Completely remove BIND 9 Windows support 2021-06-09 14:35:14 +02:00
server.c Remove support for shared UDP dispatch sockets 2021-10-02 10:21:43 +02:00
statschannel.c use "primary" and "secondary" in statschannel output 2021-08-30 11:06:12 -07:00
tkeyconf.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
transportconf.c refactor outgoing HTTP connection support 2021-03-05 13:29:26 +02:00
tsigconf.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
xsl_p.h Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
zoneconf.c Fix "check-names master" and "check-names slave" 2021-09-29 09:18:59 +00:00