]> git.ipfire.org Git - thirdparty/pdns.git/commit
Introduce ZoneName::toStringFull to emit variant names... 15512/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Fri, 23 May 2025 14:50:05 +0000 (16:50 +0200)
committerMiod Vallat <miod.vallat@powerdns.com>
Mon, 26 May 2025 11:49:13 +0000 (13:49 +0200)
commitbe71fd9c2e60e488b94c068fdfd482de9371b39c
treeb805d96a20dce5f86f36d5becefd031d3e79146c
parenta1f7eee7dd27fc3999fe5a04c66115be0dca4791
Introduce ZoneName::toStringFull to emit variant names...

...and use it for error report in ws-auth.

the size of this commit shows that perhaps we should have
ZoneName::toString() emit the variant. This commit will not
be folded into a previous one, so that it is easy to revert
and rework later.
pdns/dnsname.cc
pdns/dnsname.hh
pdns/ws-auth.cc