]> git.ipfire.org Git - thirdparty/pdns.git/commit
auth: Lowercase the qname in getDomainInfo() and isMaster() 4590/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 19 Oct 2016 16:25:42 +0000 (18:25 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 19 Oct 2016 16:56:03 +0000 (18:56 +0200)
commitb4c5d8f23dffdca3a63ca45fdf55fe11321cf282
tree3966e70386888abd8e62a0c83cb7856f45cb4a23
parentb14c7d809da1273e3614025f5ac8cade3e89c8c0
auth: Lowercase the qname in getDomainInfo() and isMaster()

The generic SQL and bind backends were not properly lowercasing the
qname in `getDomainInfo()` and `isMaster()`.
modules/bindbackend/bindbackend2.cc
pdns/backends/gsql/gsqlbackend.cc