bind9/lib/ns
Artem Boldariev 08da09bc76 Initial support for DNS-over-HTTP(S)
This commit completes the support for DNS-over-HTTP(S) built on top of
nghttp2 and plugs it into the BIND. Support for both GET and POST
requests is present, as required by RFC8484.

Both encrypted (via TLS) and unencrypted HTTP/2 connections are
supported. The latter are mostly there for debugging/troubleshooting
purposes and for the means of encryption offloading to third-party
software (as might be desirable in some environments to simplify TLS
certificates management).
2021-02-03 12:06:17 +01:00
..
include Initial support for DNS-over-HTTP(S) 2021-02-03 12:06:17 +01:00
tests Refactor TLSDNS module to work with libuv/ssl directly 2021-01-25 09:19:22 +01:00
win32 Initial support for DNS-over-HTTP(S) 2021-02-03 12:06:17 +01:00
client.c Allow stale data to be used before name resolution 2021-01-25 10:47:14 -03:00
hooks.c Use libuv's shared library handling capabilities 2020-10-28 15:48:58 +01:00
interfacemgr.c Initial support for DNS-over-HTTP(S) 2021-02-03 12:06:17 +01:00
lib.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
listenlist.c Initial support for DNS-over-HTTP(S) 2021-02-03 12:06:17 +01:00
log.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
Makefile.am Use -release instead of -version-info for internal library SONAMEs 2021-01-25 14:19:53 +01:00
notify.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
query.c Only start stale refresh window when resuming 2021-01-28 16:38:34 +01: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 Print warning when falling back to increment soa serial method 2020-12-11 10:48:28 +01:00
xfrout.c Fix the isc_nm_closedown() to actually close the pending connections 2020-10-22 11:37:16 -07:00