]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add PROXY header handling unit test suite
authorArtem Boldariev <artem@boldariev.com>
Fri, 3 Mar 2023 14:43:15 +0000 (16:43 +0200)
committerArtem Boldariev <artem@boldariev.com>
Wed, 6 Dec 2023 13:15:24 +0000 (15:15 +0200)
commit7d9a8ddc00a0e53b4a52a64b92a5c8b0fdf7d068
tree3ba7b5d47ce76a42e7ba809408f8e7c634b28f4a
parent2c767178816b4e175fe70c54a03e9775c1af2e53
Add PROXY header handling unit test suite

The commit adds a fairly comprehensive unit test suite for our new
PROXYv2 handling code. The unit tests suite ensures both the
correctness of the code and ensures that the part responsible for
handling incoming headers is very strict regarding what to accept as
valid.
tests/isc/Makefile.am
tests/isc/proxyheader_test.c [new file with mode: 0644]
tests/isc/proxyheader_test_data.h [new file with mode: 0644]