]> git.ipfire.org Git - thirdparty/pdns.git/commit
fix case sensitivity handling for IXFR requests in ixfrdist 16063/head
authorJeremy Muriel <jeremy@jeremm.fr>
Mon, 1 Sep 2025 14:50:06 +0000 (16:50 +0200)
committerJeremy Muriel <jeremy@jeremm.fr>
Tue, 2 Sep 2025 08:23:06 +0000 (10:23 +0200)
commit6c5b87c134fb02ca3998761e91cf2cbdfe324f9b
tree12542165d8ce40752ec930de83ee92030fabc313
parent2a1249a5176766fbc6d82be4957a129239922710
fix case sensitivity handling for IXFR requests in ixfrdist

TXT record values are case sensitive, but the compilation of
an IXFR difference in ixfrdist doesn't produce a difference
when the change is only a case modification.

This commit removes the toLower() call when comparing record content
to properly handle case-sensitive changes.
pdns/ixfrutils.hh
regression-tests.ixfrdist/test_CaseSensitiveTXT.py [new file with mode: 0644]