]> git.ipfire.org Git - thirdparty/pdns.git/commit
Auth: remove a '// HACK FIXME400' and fix the bugs it was hiding 9478/head
authorKees Monshouwer <mind04@monshouwer.org>
Mon, 14 Sep 2020 21:56:44 +0000 (23:56 +0200)
committermind04 <mind04@monshouwer.org>
Wed, 16 Sep 2020 14:41:01 +0000 (16:41 +0200)
commit32f19b60a4b3e4679a95b446a7440d74f184e48a
treeceb8294ffdf8ed154455c6b16f852b41b4bebcca
parent89eac9ce82c7f53ae1e69f390659049229ca8695
Auth: remove a '// HACK FIXME400' and fix the bugs it was hiding

- LMDB backend was not handling out of zone additionals well.
- doAdditionalProcessingAndDropAA() was wasting backend queries for out of zone records.
- Remove the 'do-ipv6-additional-processing' setting, processing is now always on.
- Some cleanup in zone2sql.
docs/settings.rst
modules/lmdbbackend/lmdbbackend.cc
pdns/common_startup.cc
pdns/dnsname.cc
pdns/packethandler.cc
pdns/packethandler.hh
pdns/zone2sql.cc