bind9/lib
Evan Hunt 14c8d7dfb7 check port in *-source and *-source-v6 options in named.conf
- when transfer-source(-v6), query-source(-v6), notify-source(-v6)
  or parental-source(-v6) are specified with a port number, issue a
  warning.
- when the port specified is the same as the DNS listener port (i.e.,
  53, or whatever was specified as "port" in "options"), issue a fatal
  error.
- check that "port" is in range. (previously this was only checked
  by named, not by named-checkconf.)
- added checkconf tests.
- incidental fix: removed dead code in check.c:bind9_check_namedconf().

(note: if the DNS port is specified on the command line with "named -p",
that is not conveyed to libbind9, so these checks will not take it into
account.)
2021-09-14 19:24:33 +02:00
..
bind9 check port in *-source and *-source-v6 options in named.conf 2021-09-14 19:24:33 +02:00
dns Fix an off-by-one error in catz_opt_cmp() function 2021-09-09 21:54:10 +00:00
irs Check parsed resconf values 2021-08-12 09:52:52 -07:00
isc Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00
isccc Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00
isccfg Add synonym configuration options for catalog zones 2021-09-09 21:54:10 +00:00
ns Remove the code to adjust listening interfaces for *-source-v6 2021-09-14 14:51:03 +02:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am move samples/resolve.c to bin/tests/system 2021-04-16 14:29:43 +02:00
unit-test-driver.sh.in Enforce a run time limit on unit test binaries 2021-04-07 11:41:45 +02:00