bind9/lib/isccfg
Aram Sargsyan e1dd86aa07 Add 'tls' configuration support for the 'forwarders' option
A 'tls' statement can be specified both for individual addresses
and for the whole list (as a default value when an individual
address doesn't have its own 'tls' set), just as it was done
before for the 'port' value.

Create a new function 'print_rawqstring()' to print a string residing
in a 'isc_textregion_t' type parameter.

Create a new function 'copy_string()' to copy a string from a
'cfg_obj_t' object into a 'isc_textregion_t'.
2023-01-20 14:45:30 +00:00
..
include Add 'tls' configuration support for the 'forwarders' option 2023-01-20 14:45:30 +00:00
aclconf.c BIND: use Stream DNS for DNS over TCP connections 2022-12-20 22:13:53 +02:00
dnsconf.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
duration.c Handle large numbers when parsing/printing a duration 2022-10-17 08:45:45 +00:00
kaspconf.c Update sources to Clang 15 formatting 2022-11-29 08:54:34 +01:00
log.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
Makefile.am Move duration structure to libisccfg/duration 2022-06-28 11:56:31 +02:00
namedconf.c Add 'tls' configuration support for the 'forwarders' option 2023-01-20 14:45:30 +00:00
parser.c Add 'tls' configuration support for the 'forwarders' option 2023-01-20 14:45:30 +00:00
tests Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00