]> git.ipfire.org Git - thirdparty/pdns.git/commit
Allow multiple word text record contents to not use quotes.
authorMiod Vallat <miod.vallat@powerdns.com>
Fri, 5 Sep 2025 13:00:19 +0000 (15:00 +0200)
committerMiod Vallat <miod.vallat@powerdns.com>
Fri, 5 Sep 2025 13:08:54 +0000 (15:08 +0200)
commit63f7450b92590138ca4693aa820b2edae9615fc0
tree229dd623c5c77feda9a4d3bc91f71b72b0bbb521
parentb0e51734552b4296df9a5066caf6bb556eafce3b
Allow multiple word text record contents to not use quotes.

The existing logic would only accept a record not starting with a quote if
it was containing a single word, but there is no such requirement.

Signed-off-by: Miod Vallat <miod.vallat@powerdns.com>
pdns/rcpgenerator.cc
pdns/test-dnsrecords_cc.cc