]> git.ipfire.org Git - thirdparty/bind9.git/commit
Verify HTTP paths both in incoming requests and in config file
authorArtem Boldariev <artem@boldariev.com>
Wed, 19 May 2021 15:03:11 +0000 (18:03 +0300)
committerArtem Boldariev <artem@boldariev.com>
Fri, 16 Jul 2021 07:28:08 +0000 (10:28 +0300)
commit954240467da26b1ec99130987326099b2cf642a4
treeda7864f05483a2ec459bc5956ff7269c0d436827
parent40aba825ae6dd95d3acba3ddc9c9297681364b6a
Verify HTTP paths both in incoming requests and in config file

This commit adds the code (and some tests) which allows verifying
validity of HTTP paths both in incoming HTTP requests and in BIND's
configuration file.
bin/tests/system/checkconf/bad-doh-badpath-1.conf [new file with mode: 0644]
bin/tests/system/checkconf/bad-doh-badpath-2.conf [new file with mode: 0644]
bin/tests/system/checkconf/bad-doh-badpath-3.conf [new file with mode: 0644]
doc/arm/reference.rst
lib/bind9/check.c
lib/isc/include/isc/netmgr.h
lib/isc/netmgr/http.c
lib/isc/tests/doh_test.c
lib/isccfg/namedconf.c
lib/isccfg/parser.c
lib/ns/interfacemgr.c