]> git.ipfire.org Git - thirdparty/pdns.git/log
thirdparty/pdns.git
4 years agoMerge pull request #8970 from kpfleming/clarify-tsigkey-purpose
Peter van Dijk [Mon, 9 Nov 2020 22:10:44 +0000 (23:10 +0100)] 
Merge pull request #8970 from kpfleming/clarify-tsigkey-purpose

TSIG Keys are also used for DNSUPDATE, so update API docs

4 years agoMerge pull request #9695 from zeha/spgsql-comment-typo
Peter van Dijk [Mon, 9 Nov 2020 21:37:51 +0000 (22:37 +0100)] 
Merge pull request #9695 from zeha/spgsql-comment-typo

spgsql: fix a typo of mine in a comment

4 years agospgsql: fix a typo of mine in a comment 9695/head
Chris Hofstaedtler [Mon, 9 Nov 2020 21:36:29 +0000 (22:36 +0100)] 
spgsql: fix a typo of mine in a comment

4 years agoMerge pull request #9588 from Habbie/circleci-docker-auth
Peter van Dijk [Mon, 9 Nov 2020 19:07:17 +0000 (20:07 +0100)] 
Merge pull request #9588 from Habbie/circleci-docker-auth

circleci: authenticate to Docker Hub

4 years agoMerge pull request #9174 from cmouse/tinydns-dup
Peter van Dijk [Mon, 9 Nov 2020 18:52:00 +0000 (19:52 +0100)] 
Merge pull request #9174 from cmouse/tinydns-dup

tinydnsbackend: Ignore duplicate SOA in getAllDomains()

4 years agoMerge pull request #9685 from Habbie/auth-counters
Peter van Dijk [Mon, 9 Nov 2020 18:44:23 +0000 (19:44 +0100)] 
Merge pull request #9685 from Habbie/auth-counters

auth: add some missing counters. Fixes #9675

4 years agoMerge pull request #9691 from Habbie/auth-regress-old-docs
Peter van Dijk [Mon, 9 Nov 2020 18:35:56 +0000 (19:35 +0100)] 
Merge pull request #9691 from Habbie/auth-regress-old-docs

remove outdated regression docs, fixes #7925

4 years agoremove outdated regression docs, fixes #7925 9691/head
Peter van Dijk [Mon, 9 Nov 2020 16:12:02 +0000 (17:12 +0100)] 
remove outdated regression docs, fixes #7925

4 years agocircleci: authenticate to Docker Hub 9588/head
Peter van Dijk [Mon, 5 Oct 2020 15:51:14 +0000 (17:51 +0200)] 
circleci: authenticate to Docker Hub

4 years agoauth: add some missing counters. Fixes #9675 9685/head
Peter van Dijk [Mon, 9 Nov 2020 11:33:57 +0000 (12:33 +0100)] 
auth: add some missing counters. Fixes #9675

4 years agoMerge pull request #9639 from omoerbeek/rec-negcachetest-clock-ticks
Otto Moerbeek [Mon, 9 Nov 2020 15:43:29 +0000 (16:43 +0100)] 
Merge pull request #9639 from omoerbeek/rec-negcachetest-clock-ticks

rec: the clock can tick while the negcache test is running.

4 years agoMerge pull request #9239 from pieterlexis/xfr-list
Peter van Dijk [Mon, 9 Nov 2020 14:54:44 +0000 (15:54 +0100)] 
Merge pull request #9239 from pieterlexis/xfr-list

Auth: Add pdns_control command to the the list of XFR domains in queue

4 years agoMerge pull request #8912 from Habbie/bind-no-schema-header
Peter van Dijk [Mon, 9 Nov 2020 14:01:22 +0000 (15:01 +0100)] 
Merge pull request #8912 from Habbie/bind-no-schema-header

auth: remove duplicated Makefile target for bind dnssec schema

4 years agotinydnsbackend: Ignore duplicate SOA records 9174/head
Aki Tuomi [Fri, 29 May 2020 06:13:49 +0000 (09:13 +0300)] 
tinydnsbackend: Ignore duplicate SOA records

tinydns data format can generate multiple SOA records, so
ignore them to avoid listing same domain many times.

4 years agoMerge pull request #9651 from omoerbeek/rec-prometheus-names
Otto Moerbeek [Mon, 9 Nov 2020 11:43:37 +0000 (12:43 +0100)] 
Merge pull request #9651 from omoerbeek/rec-prometheus-names

rec: Allow to specify a name in getMetric() that is used for Prometheus export only.

4 years agoFollow suggestion by @rgacogne and specify the timestamp for 9639/head
Otto Moerbeek [Mon, 9 Nov 2020 10:50:53 +0000 (11:50 +0100)] 
Follow suggestion by @rgacogne and specify the timestamp for
converting ttd to ttl as an arg in the negCache dump.

4 years agoMerge pull request #9680 from omoerbeek/rec-cname-to-child-vs-qm
Otto Moerbeek [Mon, 9 Nov 2020 10:14:51 +0000 (11:14 +0100)] 
Merge pull request #9680 from omoerbeek/rec-cname-to-child-vs-qm

rec: If a.b.c CNAME x.a.b.c is encoutered, switch off QM for x.a.b.c resolve

4 years agoMerge pull request #9679 from rgacogne/rec-answers-from-gettag
Otto Moerbeek [Mon, 9 Nov 2020 10:12:15 +0000 (11:12 +0100)] 
Merge pull request #9679 from rgacogne/rec-answers-from-gettag

rec: Fix the processing of answers generated from gettag

4 years agoUse the same words for for both cases 9680/head
Otto Moerbeek [Mon, 9 Nov 2020 09:36:58 +0000 (10:36 +0100)] 
Use the same words for for both cases

4 years agorec: Add a regression test for answers generated from gettag 9679/head
Remi Gacogne [Fri, 6 Nov 2020 14:28:53 +0000 (15:28 +0100)] 
rec: Add a regression test for answers generated from gettag

4 years agoIf a.b.c CNAME x.a.b.c is encoutered, switch off
Otto Moerbeek [Fri, 6 Nov 2020 11:58:53 +0000 (12:58 +0100)] 
If a.b.c CNAME x.a.b.c is encoutered, switch off
QM, it will lead to great recursion depth without result.

4 years agorec: Fix the processing of answers generated from gettag
Remi Gacogne [Fri, 6 Nov 2020 10:56:58 +0000 (11:56 +0100)] 
rec: Fix the processing of answers generated from gettag

The logic to let a RPZ match override the answers generated from Lua
was broken, ignoring the generated values.

4 years agoMerge pull request #9663 from Habbie/auth-4.4.0-alpha2-docs
Peter van Dijk [Thu, 5 Nov 2020 12:55:01 +0000 (13:55 +0100)] 
Merge pull request #9663 from Habbie/auth-4.4.0-alpha2-docs

auth: 4.4.0-alpha3 changelog

4 years agoMerge pull request #9674 from Habbie/codeql-aptget-update
Peter van Dijk [Thu, 5 Nov 2020 12:15:50 +0000 (13:15 +0100)] 
Merge pull request #9674 from Habbie/codeql-aptget-update

codeql: run apt-get update before installing dependencies

4 years agorun apt-get update before installing dependencies 9674/head
Peter van Dijk [Thu, 5 Nov 2020 10:47:17 +0000 (11:47 +0100)] 
run apt-get update before installing dependencies

4 years agoadjust to alpha3 9663/head
Peter van Dijk [Tue, 3 Nov 2020 11:04:13 +0000 (12:04 +0100)] 
adjust to alpha3

4 years agoauth: changelog, secpoll, upgrade notes for 4.4.0-alpha2
Peter van Dijk [Mon, 2 Nov 2020 14:22:44 +0000 (15:22 +0100)] 
auth: changelog, secpoll, upgrade notes for 4.4.0-alpha2

4 years agosecpoll: mark older preleases as having known vulns
Peter van Dijk [Mon, 2 Nov 2020 14:22:03 +0000 (15:22 +0100)] 
secpoll: mark older preleases as having known vulns

4 years agoMerge pull request #9665 from Habbie/auth-lmdb-get-memory auth-4.4.0-alpha3
Peter van Dijk [Tue, 3 Nov 2020 14:28:11 +0000 (15:28 +0100)] 
Merge pull request #9665 from Habbie/auth-lmdb-get-memory

auth lmdb: avoid reading freed memory

4 years agoMerge pull request #9664 from mind04/pdns-lmdb-fix
Peter van Dijk [Tue, 3 Nov 2020 14:27:52 +0000 (15:27 +0100)] 
Merge pull request #9664 from mind04/pdns-lmdb-fix

auth: lmdb fix repaceRRSet()

4 years agoavoid reading freed memory 9665/head
Peter van Dijk [Tue, 3 Nov 2020 07:01:09 +0000 (08:01 +0100)] 
avoid reading freed memory

4 years agoauth: lmdb fix repaceRRset() 9664/head
Kees Monshouwer [Mon, 2 Nov 2020 23:54:43 +0000 (00:54 +0100)] 
auth: lmdb fix repaceRRset()

4 years agoMerge pull request #9597 from rgacogne/rec-more-bogus-states
Remi Gacogne [Mon, 2 Nov 2020 14:58:42 +0000 (15:58 +0100)] 
Merge pull request #9597 from rgacogne/rec-more-bogus-states

rec: Move to several distinct Bogus states, for easier debugging

4 years agoMerge pull request #9532 from rgacogne/ddist-rename-top-rules
Remi Gacogne [Mon, 2 Nov 2020 08:38:26 +0000 (09:38 +0100)] 
Merge pull request #9532 from rgacogne/ddist-rename-top-rules

dnsdist: Rename topRule() and friends

4 years agoMerge pull request #9592 from Habbie/support-contact auth-4.4.0-alpha2
Peter van Dijk [Fri, 30 Oct 2020 21:11:14 +0000 (22:11 +0100)] 
Merge pull request #9592 from Habbie/support-contact

docs: point sales requests toward OX

4 years agoMerge pull request #9655 from zeha/uebercleanup
Peter van Dijk [Fri, 30 Oct 2020 12:14:13 +0000 (13:14 +0100)] 
Merge pull request #9655 from zeha/uebercleanup

auth: cleanup warnings in ueberbackend, dbdnsseckeeper

4 years agoMerge pull request #9620 from Habbie/dockerise-2
Peter van Dijk [Fri, 30 Oct 2020 12:12:06 +0000 (13:12 +0100)] 
Merge pull request #9620 from Habbie/dockerise-2

docker: phase 2

4 years agoinstall git and unignore .git so --version works 9620/head
Peter van Dijk [Fri, 30 Oct 2020 11:13:21 +0000 (12:13 +0100)] 
install git and unignore .git so --version works

4 years agoueberbackend: initialise all the things 9655/head
Chris Hofstaedtler [Fri, 30 Oct 2020 09:56:08 +0000 (10:56 +0100)] 
ueberbackend: initialise all the things

4 years agoOnly prepend the pdns_recursor_ prefix if no 2nd arg to getMteric was 9651/head
Otto Moerbeek [Fri, 30 Oct 2020 08:12:06 +0000 (09:12 +0100)] 
Only prepend the pdns_recursor_ prefix if no 2nd arg to getMteric was
given.

This also fixes the lookup of the HELP entries since they require the
original key. So getAllStats() now returns the key, the prometheus name
and the value.

4 years agoMerge pull request #9656 from Habbie/consistent-backends-setting-default
Peter van Dijk [Thu, 29 Oct 2020 19:49:34 +0000 (20:49 +0100)] 
Merge pull request #9656 from Habbie/consistent-backends-setting-default

auth: fix consistent-backends setting default

4 years agorec: Add more Bogus states to better match rfc8914 extended codes 9597/head
Remi Gacogne [Thu, 29 Oct 2020 15:00:14 +0000 (16:00 +0100)] 
rec: Add more Bogus states to better match rfc8914 extended codes

4 years agoMerge pull request #9650 from cmouse/patch-1603882073
Remi Gacogne [Thu, 29 Oct 2020 12:18:10 +0000 (13:18 +0100)] 
Merge pull request #9650 from cmouse/patch-1603882073

pdns: setPipeBufferSize - Fix comparison sign mismatch

4 years agoauth: test consistent-backends feature in gsqlite3 tests 9656/head
Peter van Dijk [Thu, 29 Oct 2020 12:05:08 +0000 (13:05 +0100)] 
auth: test consistent-backends feature in gsqlite3 tests

4 years agoauth: fix consistent-backends setting default
Peter van Dijk [Thu, 29 Oct 2020 10:22:32 +0000 (11:22 +0100)] 
auth: fix consistent-backends setting default

we're leaving this off in 4.4.0 (as documented).
also, change to a Switch, for better help text.

4 years agoMerge pull request #9611 from mind04/pdns-bind-speed
Peter van Dijk [Thu, 29 Oct 2020 10:59:42 +0000 (11:59 +0100)] 
Merge pull request #9611 from mind04/pdns-bind-speed

pdns: bind-backend speedup feedRecord()

4 years agoMerge pull request #9645 from Egari/bind_update_kind_on_rediscover
Peter van Dijk [Thu, 29 Oct 2020 10:41:40 +0000 (11:41 +0100)] 
Merge pull request #9645 from Egari/bind_update_kind_on_rediscover

auth: bindbackend: 'rediscover' changes to 'type'

4 years agodbdnsseckeeper: Remove one pessimizing-move
Chris Hofstaedtler [Thu, 29 Oct 2020 08:57:17 +0000 (09:57 +0100)] 
dbdnsseckeeper: Remove one pessimizing-move

4 years agoFix wrong indent of policyHit
Otto Moerbeek [Wed, 28 Oct 2020 19:18:18 +0000 (20:18 +0100)] 
Fix wrong indent of policyHit

4 years agoMerge pull request #9483 from mind04/pdns-consistent
Peter van Dijk [Wed, 28 Oct 2020 14:10:33 +0000 (15:10 +0100)] 
Merge pull request #9483 from mind04/pdns-consistent

Auth: different aproach to only send ANY lookups to backends

4 years agoMerge pull request #9649 from mind04/pdns-getsoa
Peter van Dijk [Wed, 28 Oct 2020 13:54:15 +0000 (14:54 +0100)] 
Merge pull request #9649 from mind04/pdns-getsoa

auth: partial revert of #9470

4 years agopdns: setPipeBufferSize - Fix comparison sign mismatch 9650/head
Aki Tuomi [Wed, 28 Oct 2020 10:50:53 +0000 (12:50 +0200)] 
pdns: setPipeBufferSize - Fix comparison sign mismatch

Fixes compiler warning

misc.cc:1513:12: warning: comparison of integer expressions of different signedness:
size_t {aka long unsigned int} and int [-Wsign-compare]

4 years agoAllow to specify a name that is used for Prometheus export only.
Otto Moerbeek [Wed, 28 Oct 2020 09:39:23 +0000 (10:39 +0100)] 
Allow to specify a name that is used for Prometheus export only.

This can be used to specify names that are structured using Prometheus
conventions. If no name Prometheus name is given, do a more thorough
conversion to a name Prometheus likes by replacng any non-alnum
char by an underscore.

4 years agoauth: partial revert of #9470 9649/head
Kees Monshouwer [Tue, 27 Oct 2020 19:59:15 +0000 (20:59 +0100)] 
auth: partial revert of #9470

4 years agoMerge pull request #9647 from Habbie/lmdb-unfreshslave-backend
Peter van Dijk [Tue, 27 Oct 2020 19:53:24 +0000 (20:53 +0100)] 
Merge pull request #9647 from Habbie/lmdb-unfreshslave-backend

auth lmdb: fill di.backend in getUnfreshSlaveInfos and getAllDomains

4 years agolmdb: fill di.backend in getUnfreshSlaveInfos and getAllDomains 9647/head
Peter van Dijk [Tue, 27 Oct 2020 13:03:30 +0000 (14:03 +0100)] 
lmdb: fill di.backend in getUnfreshSlaveInfos and getAllDomains

4 years agoMerge pull request #9594 from omoerbeek/rec-rpzrefresh-cleanup
Otto Moerbeek [Tue, 27 Oct 2020 13:38:14 +0000 (14:38 +0100)] 
Merge pull request #9594 from omoerbeek/rec-rpzrefresh-cleanup

rec: Cleanup of RPZ refresh handling

4 years agoMerge pull request #9470 from zeha/rm-uebersoa
Peter van Dijk [Tue, 27 Oct 2020 10:58:36 +0000 (11:58 +0100)] 
Merge pull request #9470 from zeha/rm-uebersoa

Remove UeberBackend::getSOA

4 years agoMerge pull request #9619 from mind04/pdns-doc
Remi Gacogne [Tue, 27 Oct 2020 10:20:56 +0000 (11:20 +0100)] 
Merge pull request #9619 from mind04/pdns-doc

dnsdist: fix doc warning "Unknown target name" in rules-actions.rst

4 years agoauth: fix 'WARNING: Title underline too short.' in settings.rst 9483/head
Kees Monshouwer [Mon, 26 Oct 2020 22:14:49 +0000 (23:14 +0100)] 
auth: fix 'WARNING: Title underline too short.' in settings.rst

4 years agoauth: update query-cache-size in the nobackend counters test
Kees Monshouwer [Fri, 18 Sep 2020 11:04:46 +0000 (13:04 +0200)] 
auth: update query-cache-size in the nobackend counters test

4 years agoauth: too much cache opimization for bind backend :(
Kees Monshouwer [Thu, 27 Aug 2020 07:17:22 +0000 (09:17 +0200)] 
auth: too much cache opimization for bind backend :(

4 years agoauth: Add a new 'backend-queries' metric
Remi Gacogne [Mon, 6 Apr 2020 13:05:37 +0000 (15:05 +0200)] 
auth: Add a new 'backend-queries' metric

Counting the numbers of queries sent to the backend(s), instead of
relying on the number of cache misses.

4 years agoauth: Make sure that d_question is initialized even with !cachedOk
Remi Gacogne [Fri, 21 Aug 2020 09:46:31 +0000 (11:46 +0200)] 
auth: Make sure that d_question is initialized even with !cachedOk

4 years agoadd consistent-backends setting to test-ueberbackend
Peter van Dijk [Wed, 19 Aug 2020 11:16:39 +0000 (13:16 +0200)] 
add consistent-backends setting to test-ueberbackend

4 years agorename option, default to off
Peter van Dijk [Wed, 19 Aug 2020 10:00:33 +0000 (12:00 +0200)] 
rename option, default to off

4 years agoauth: Also declare 'any-lookups-onl' in pdnsutil
Remi Gacogne [Wed, 8 Jul 2020 08:45:05 +0000 (10:45 +0200)] 
auth: Also declare 'any-lookups-onl' in pdnsutil

4 years agoauth: Add an 'any-lookups-only' setting
Remi Gacogne [Tue, 7 Jul 2020 15:01:27 +0000 (17:01 +0200)] 
auth: Add an 'any-lookups-only' setting

It controls whether we only send 'ANY' lookups to our backend, instead
of a mix of 'ANY' and exact types. This behaviour is enabled by default
since it should save a lot of round-trips for most setups, but can be
disabled for multi-backends setups that require it.

4 years agoauth: always send ANY queries to backends
Kees Monshouwer [Wed, 26 Aug 2020 21:32:13 +0000 (23:32 +0200)] 
auth: always send ANY queries to backends

4 years agoauth: bindbackend: 'rediscover' changes to 'type' 9644/head 9645/head
Roald Stolte [Mon, 26 Oct 2020 13:18:24 +0000 (14:18 +0100)] 
auth: bindbackend: 'rediscover' changes to 'type'

4 years agoMerge pull request #9623 from zeha/auth-upgrade-typex
Peter van Dijk [Mon, 26 Oct 2020 13:41:57 +0000 (14:41 +0100)] 
Merge pull request #9623 from zeha/auth-upgrade-typex

gsql,bind: allow seamless serving of newly-supported TYPExxx records

4 years agoMerge pull request #9595 from moepman/fix-doc-lua-reverse6
Peter van Dijk [Mon, 26 Oct 2020 13:29:55 +0000 (14:29 +0100)] 
Merge pull request #9595 from moepman/fix-doc-lua-reverse6

docs: fix lua reverse example for IPv6 records

4 years agoMerge pull request #9631 from mind04/pdns-cds-cdnskey
Peter van Dijk [Mon, 26 Oct 2020 10:58:35 +0000 (11:58 +0100)] 
Merge pull request #9631 from mind04/pdns-cds-cdnskey

auth: add support for dnssec removal to CDS/CDNSKEY

4 years agoAdd zoneparsertng upgrade test 9623/head
Chris Hofstaedtler [Mon, 26 Oct 2020 09:50:14 +0000 (10:50 +0100)] 
Add zoneparsertng upgrade test

4 years agoAllow seamless serving of newly-supported TYPExxx records
Chris Hofstaedtler [Sat, 24 Oct 2020 15:45:52 +0000 (17:45 +0200)] 
Allow seamless serving of newly-supported TYPExxx records

4 years agoTypo 9594/head
Otto Moerbeek [Sun, 25 Oct 2020 09:16:18 +0000 (10:16 +0100)] 
Typo

4 years agoAdd comment as suggested by ragacogne
Otto Moerbeek [Sun, 25 Oct 2020 09:14:48 +0000 (10:14 +0100)] 
Add comment as suggested by ragacogne

4 years agoMerge pull request #9642 from yantarou/udr_doc_typo
Otto Moerbeek [Sun, 25 Oct 2020 08:54:35 +0000 (09:54 +0100)] 
Merge pull request #9642 from yantarou/udr_doc_typo

Fix typo in Recursor UDR documentation

4 years agoMerge pull request #9641 from yantarou/statnode_doc_typo
Otto Moerbeek [Sun, 25 Oct 2020 08:52:56 +0000 (09:52 +0100)] 
Merge pull request #9641 from yantarou/statnode_doc_typo

Fix typo in dnsdist StatNode documentation

4 years agoMerge pull request #9640 from yantarou/nod_doc_typo
Otto Moerbeek [Sun, 25 Oct 2020 08:51:14 +0000 (09:51 +0100)] 
Merge pull request #9640 from yantarou/nod_doc_typo

Fix typo in Recursor NOD documentation

4 years agoFix typo in Recursor UDR documentation 9642/head
Jan Hilberath [Sun, 25 Oct 2020 07:28:16 +0000 (16:28 +0900)] 
Fix typo in Recursor UDR documentation

4 years agoFix typo in dnsdist StatNode documentation 9641/head
Jan Hilberath [Sun, 25 Oct 2020 06:56:52 +0000 (15:56 +0900)] 
Fix typo in dnsdist StatNode documentation

4 years agoFix typo in Recursor NOD documentation 9640/head
Jan Hilberath [Sun, 25 Oct 2020 06:44:12 +0000 (15:44 +0900)] 
Fix typo in Recursor NOD documentation

4 years agoauth: add support for dnssec removal to CDS/CDNSKEY 9631/head
Kees Monshouwer [Tue, 20 Oct 2020 22:49:21 +0000 (00:49 +0200)] 
auth: add support for dnssec removal to CDS/CDNSKEY

4 years agoThe clock can tick while the test is running.
Otto Moerbeek [Fri, 23 Oct 2020 12:35:12 +0000 (14:35 +0200)] 
The clock can tick while the test is running.

I'm assuming the test always finishes within 1 second...

4 years agoMerge pull request #9629 from omoerbeek/rec-stats-perc-rounding
Otto Moerbeek [Fri, 23 Oct 2020 11:44:01 +0000 (13:44 +0200)] 
Merge pull request #9629 from omoerbeek/rec-stats-perc-rounding

rec: Refactor the percentage computation and use rounding

4 years agoMerge pull request #9571 from rgacogne/rec-better-handling-tcp-invalid-responses
Otto Moerbeek [Fri, 23 Oct 2020 11:42:43 +0000 (13:42 +0200)] 
Merge pull request #9571 from rgacogne/rec-better-handling-tcp-invalid-responses

rec: Throttle servers sending invalid data and rcodes

4 years agoMerge pull request #9627 from Habbie/soa-mname
Peter van Dijk [Fri, 23 Oct 2020 10:30:58 +0000 (12:30 +0200)] 
Merge pull request #9627 from Habbie/soa-mname

auth: change "misconfigured" SOA MNAME to not mention powerdns and be RFC6761 compliant

4 years agoReformat 9571/head
Otto Moerbeek [Fri, 23 Oct 2020 07:48:02 +0000 (09:48 +0200)] 
Reformat

4 years agoMerge pull request #9635 from mind04/pdns-valgrind
Peter van Dijk [Thu, 22 Oct 2020 18:42:59 +0000 (20:42 +0200)] 
Merge pull request #9635 from mind04/pdns-valgrind

auth: fix memory problems and an uninitalized variable

4 years agoMerge pull request #9624 from zeha/dupincl
Peter van Dijk [Thu, 22 Oct 2020 18:13:08 +0000 (20:13 +0200)] 
Merge pull request #9624 from zeha/dupincl

Including namespaces.hh once is enough

4 years agoauth: docs: fix 'underline too short' warning in settings.rst 9635/head
Kees Monshouwer [Wed, 21 Oct 2020 21:13:41 +0000 (23:13 +0200)] 
auth: docs: fix 'underline too short' warning in settings.rst

4 years agoauth: fix reallocation issue in DNSSECKeeper::getPreRRSIGs()
Kees Monshouwer [Wed, 21 Oct 2020 20:55:28 +0000 (22:55 +0200)] 
auth: fix reallocation issue in DNSSECKeeper::getPreRRSIGs()

4 years agoauth: remove some redundant std::move casts
Kees Monshouwer [Wed, 21 Oct 2020 20:50:17 +0000 (22:50 +0200)] 
auth: remove some redundant std::move casts

4 years agoauth: cleanup LMDBBackend::get()
Kees Monshouwer [Wed, 21 Oct 2020 20:45:38 +0000 (22:45 +0200)] 
auth: cleanup LMDBBackend::get()

4 years agoRefactor the percentage computation and use rounding (double -> uint64_t conversion... 9629/head
Otto Moerbeek [Wed, 21 Oct 2020 09:07:32 +0000 (11:07 +0200)] 
Refactor the percentage computation and use rounding (double -> uint64_t conversion truncates)

4 years agoauth: change "misconfigured" SOA MNAME to not mention powerdns and be RFC6761 compliant 9627/head
Peter van Dijk [Tue, 20 Oct 2020 19:31:50 +0000 (21:31 +0200)] 
auth: change "misconfigured" SOA MNAME to not mention powerdns and be RFC6761 compliant

4 years agoMerge pull request #9568 from mind04/pdns-presigned
Peter van Dijk [Tue, 20 Oct 2020 17:48:36 +0000 (19:48 +0200)] 
Merge pull request #9568 from mind04/pdns-presigned

auth: Speedup presigned signature lookups.

4 years agoMerge pull request #9625 from Habbie/revert-9552
Peter van Dijk [Tue, 20 Oct 2020 15:34:57 +0000 (17:34 +0200)] 
Merge pull request #9625 from Habbie/revert-9552

auth: delay local-ipv6 and query-local-address6 removal to 4.5.0 together

4 years agoMerge pull request #9593 from mind04/pdns-deprecate
Peter van Dijk [Tue, 20 Oct 2020 13:48:06 +0000 (15:48 +0200)] 
Merge pull request #9593 from mind04/pdns-deprecate

Auth: remove deprecated features/settings