]> git.ipfire.org Git - thirdparty/pdns.git/log
thirdparty/pdns.git
5 years agobindbackend: fix zoneId in log statement 9315/head
Chris Hofstaedtler [Thu, 9 Jul 2020 19:32:43 +0000 (21:32 +0200)] 
bindbackend: fix zoneId in log statement

The existing message was confusing me because it showed invalid/not
initialized data.

5 years agoMerge pull request #9188 from rgacogne/rec-refuse-ds-from-child-zone
Remi Gacogne [Wed, 8 Jul 2020 12:10:56 +0000 (14:10 +0200)] 
Merge pull request #9188 from rgacogne/rec-refuse-ds-from-child-zone

rec: Refuse DS records received from child zones

5 years agoMerge pull request #9309 from rgacogne/rec-validate-cached-dnskeys-against-ds
Remi Gacogne [Wed, 8 Jul 2020 12:09:43 +0000 (14:09 +0200)] 
Merge pull request #9309 from rgacogne/rec-validate-cached-dnskeys-against-ds

rec: Validate cached DNSKEYs against the DSs, not the RRSIGs only

5 years agoMerge pull request #9297 from rgacogne/rec-no-cache-only-getdnskeys
Remi Gacogne [Wed, 8 Jul 2020 08:49:51 +0000 (10:49 +0200)] 
Merge pull request #9297 from rgacogne/rec-no-cache-only-getdnskeys

rec: Ignore cache-only for DNSKEYs retrieval

5 years agoMerge pull request #9298 from rgacogne/ddist-changelog-150-rc4
Remi Gacogne [Tue, 7 Jul 2020 14:06:59 +0000 (16:06 +0200)] 
Merge pull request #9298 from rgacogne/ddist-changelog-150-rc4

dnsdist: Update the ChangeLog and secpoll zone for 1.5.0-rc4

5 years agorec: Add a 'skip DS from child zone' unit test 9188/head
Remi Gacogne [Tue, 7 Jul 2020 12:22:59 +0000 (14:22 +0200)] 
rec: Add a 'skip DS from child zone' unit test

5 years agorec: Refuse DS records received from child zones
Remi Gacogne [Tue, 2 Jun 2020 15:19:42 +0000 (17:19 +0200)] 
rec: Refuse DS records received from child zones

5 years agodnsdist: Update the release date for dnsdist 1.5.0-rc4 9298/head
Remi Gacogne [Tue, 7 Jul 2020 08:13:01 +0000 (10:13 +0200)] 
dnsdist: Update the release date for dnsdist 1.5.0-rc4

5 years agorec: Ignore cache-only for DSs retrieval 9297/head
Remi Gacogne [Tue, 7 Jul 2020 07:56:41 +0000 (09:56 +0200)] 
rec: Ignore cache-only for DSs retrieval

When the DSs are needed for validation, the initial RD flag should
not prevent us from going to the network.

5 years agoMerge pull request #9303 from omoerbeek/rec-security-state-logging
Otto Moerbeek [Mon, 6 Jul 2020 18:05:57 +0000 (20:05 +0200)] 
Merge pull request #9303 from omoerbeek/rec-security-state-logging

rec: use new operator to print states

5 years agoMerge pull request #9301 from omoerbeek/rec-for-new-rpz
Otto Moerbeek [Mon, 6 Jul 2020 16:19:41 +0000 (18:19 +0200)] 
Merge pull request #9301 from omoerbeek/rec-for-new-rpz

rec: take initial refresh time  from loaded zone

5 years agoMerge pull request #9302 from omoerbeek/rec-openbsd-unsigned-warning
Otto Moerbeek [Mon, 6 Jul 2020 16:19:24 +0000 (18:19 +0200)] 
Merge pull request #9302 from omoerbeek/rec-openbsd-unsigned-warning

rec: Kill an signed vs unsigned warning on OpenBSD

5 years agoWhen no rpz cache is used and no refresh time is specified, use 9301/head
Otto Moerbeek [Mon, 6 Jul 2020 13:55:53 +0000 (15:55 +0200)] 
When no rpz cache is used and no refresh time is specified, use
the refresh time read on the initial load of the zone.

Should fix #9299.

5 years agoUse new operator to print states 9303/head
Otto Moerbeek [Mon, 6 Jul 2020 13:04:32 +0000 (15:04 +0200)] 
Use new operator to print states

5 years agorec: Validate cached DNSKEYs against the DSs, not the RRSIGs only 9309/head
Remi Gacogne [Mon, 6 Jul 2020 13:00:44 +0000 (15:00 +0200)] 
rec: Validate cached DNSKEYs against the DSs, not the RRSIGs only

DNSKEYs might be cached in a non-validated state ("Indeterminate")
when the DNSSEC mode is set to "Process" and the initial query did
not ask for validation.
We would then validate the DNSKEY records against the RRSIGs, like
for regular records, but not against the DSs.

5 years agoKill an signed vs unsigned warning on OpenBSD 9302/head
Otto Moerbeek [Mon, 6 Jul 2020 13:00:25 +0000 (15:00 +0200)] 
Kill an signed vs unsigned warning on OpenBSD

5 years agoMerge pull request #9290 from rgacogne/rec-refuse-qtype-0
Remi Gacogne [Mon, 6 Jul 2020 12:15:42 +0000 (14:15 +0200)] 
Merge pull request #9290 from rgacogne/rec-refuse-qtype-0

rec: Refuse QType 0 right away, based on rfc6895 section 3.1

5 years agoMerge pull request #9292 from rgacogne/rec-servfail-not-bogus-ds-dnskey-failure
Remi Gacogne [Mon, 6 Jul 2020 12:02:08 +0000 (14:02 +0200)] 
Merge pull request #9292 from rgacogne/rec-servfail-not-bogus-ds-dnskey-failure

rec: A ServFail while retrieving DS/DNSKEY records is just that

5 years agoMerge pull request #9295 from rgacogne/rec-storage-validation-types
Remi Gacogne [Mon, 6 Jul 2020 12:01:55 +0000 (14:01 +0200)] 
Merge pull request #9295 from rgacogne/rec-storage-validation-types

rec: Specify a storage type for validation states

5 years agoMerge pull request #9296 from rgacogne/rec-test-invalid-ds-denial
Remi Gacogne [Mon, 6 Jul 2020 12:01:10 +0000 (14:01 +0200)] 
Merge pull request #9296 from rgacogne/rec-test-invalid-ds-denial

rec: Fix invalid signatures in a test (DS signed by the child zone)

5 years agodnsdist: Update the ChangeLog and secpoll zone for 1.5.0-rc4
Remi Gacogne [Mon, 6 Jul 2020 09:06:59 +0000 (11:06 +0200)] 
dnsdist: Update the ChangeLog and secpoll zone for 1.5.0-rc4

5 years agorec: Specify a storage type for validation states 9295/head
Remi Gacogne [Fri, 3 Jul 2020 14:29:11 +0000 (16:29 +0200)] 
rec: Specify a storage type for validation states

5 years agorec: Fix invalid signatures in a test (DS signed by the child zone) 9296/head
Remi Gacogne [Fri, 3 Jul 2020 14:31:01 +0000 (16:31 +0200)] 
rec: Fix invalid signatures in a test (DS signed by the child zone)

5 years agorec: Ignore cache-only for DNSKEYs retrieval
Remi Gacogne [Fri, 3 Jul 2020 15:29:33 +0000 (17:29 +0200)] 
rec: Ignore cache-only for DNSKEYs retrieval

When the DNSKEYs are needed for validation, the initial RD flag
should not prevent us from going to the network.

5 years agoMerge pull request #9289 from omoerbeek/rec-tcp-error-warnings dnsdist-1.5.0-rc4
Otto Moerbeek [Fri, 3 Jul 2020 08:10:01 +0000 (10:10 +0200)] 
Merge pull request #9289 from omoerbeek/rec-tcp-error-warnings

rec: common TCP write problems should only be logged if wanted.

5 years agoMerge pull request #9288 from rgacogne/rec-negcache-dump-authority
Otto Moerbeek [Fri, 3 Jul 2020 08:09:49 +0000 (10:09 +0200)] 
Merge pull request #9288 from rgacogne/rec-negcache-dump-authority

rec: Dump the authority records of a negative cache entry as well

5 years agoMerge pull request #9278 from rgacogne/ddist-doh-self-cleanup-vect
Remi Gacogne [Thu, 2 Jul 2020 11:34:11 +0000 (13:34 +0200)] 
Merge pull request #9278 from rgacogne/ddist-doh-self-cleanup-vect

dnsdist: Prevent race between the DoH handling threads

5 years agorec: A ServFail while retrieving DS/DNSKEY records is just that 9292/head
Remi Gacogne [Thu, 2 Jul 2020 08:31:31 +0000 (10:31 +0200)] 
rec: A ServFail while retrieving DS/DNSKEY records is just that

Before that commit, failing to get the DS or DNSKEY records needed
during validation because of a network issue would trigger a Bogus
DNSSEC validation result because validation could not be performed,
but that should just be a Server Failure instead.
This is especially an issue because the Bogus result would get
inserted into the cache and could stay there for as long as
'max-cache-bogus-ttl' seconds.

5 years agorec: Refuse QType 0 right away, based on rfc6895 section 3.1 9290/head
Remi Gacogne [Wed, 1 Jul 2020 14:05:56 +0000 (16:05 +0200)] 
rec: Refuse QType 0 right away, based on rfc6895 section 3.1

5 years agorec: Dump the actual name of SOA and NSEC{,3} negative cache entries 9288/head
Remi Gacogne [Wed, 1 Jul 2020 12:47:17 +0000 (14:47 +0200)] 
rec: Dump the actual name of SOA and NSEC{,3} negative cache entries

5 years agoFix zone
Otto Moerbeek [Wed, 1 Jul 2020 12:03:17 +0000 (14:03 +0200)] 
Fix zone

5 years agoMerge pull request #9287 from omoerbeek/rec-prep-20200701
Otto Moerbeek [Wed, 1 Jul 2020 11:25:43 +0000 (13:25 +0200)] 
Merge pull request #9287 from omoerbeek/rec-prep-20200701

rec: prep for 20200701 releases

5 years agoCommon TCP write problems should only be logged if wanted. 9289/head
Otto Moerbeek [Wed, 1 Jul 2020 10:57:24 +0000 (12:57 +0200)] 
Common TCP write problems should only be logged if wanted.

5 years agorec: Dump the authority records of a negative cache entry as well
Remi Gacogne [Wed, 1 Jul 2020 09:37:36 +0000 (11:37 +0200)] 
rec: Dump the authority records of a negative cache entry as well

5 years agoFill in PRs now the numbers are known, plus a few corrections of old entries 9287/head
Otto Moerbeek [Tue, 30 Jun 2020 15:09:06 +0000 (17:09 +0200)] 
Fill in PRs now the numbers are known, plus a few corrections of old entries

5 years agoPrep for upcoming 4.1.17, 4.2.3, and 4.3.2 release
Otto Moerbeek [Mon, 29 Jun 2020 10:11:57 +0000 (12:11 +0200)] 
Prep for upcoming 4.1.17, 4.2.3, and 4.3.2 release

5 years agoMerge pull request #9237 from rgacogne/rec-nxd-ent-denial
Remi Gacogne [Wed, 1 Jul 2020 07:45:53 +0000 (09:45 +0200)] 
Merge pull request #9237 from rgacogne/rec-nxd-ent-denial

rec: Don't validate a NXD with a NSEC proving that the name is an ENT

5 years agoMerge pull request #9282 from omoerbeek/rec-acl
Otto Moerbeek [Tue, 30 Jun 2020 13:34:59 +0000 (15:34 +0200)] 
Merge pull request #9282 from omoerbeek/rec-acl

rec: fix acl handling

5 years agorec: Add a regression test for the 'webserver-allow-from' ACL 9282/head
Otto Moerbeek [Tue, 30 Jun 2020 11:50:52 +0000 (13:50 +0200)] 
rec: Add a regression test for the 'webserver-allow-from' ACL

5 years agodnsdist: Don't access the DoH object except from the main thread 9278/head
Remi Gacogne [Mon, 29 Jun 2020 12:01:50 +0000 (14:01 +0200)] 
dnsdist: Don't access the DoH object except from the main thread

5 years agoMerge pull request #9277 from omoerbeek/rec-rec_control_timeout
Otto Moerbeek [Mon, 29 Jun 2020 13:45:48 +0000 (15:45 +0200)] 
Merge pull request #9277 from omoerbeek/rec-rec_control_timeout

rec: zero means no timeout.

5 years agoZero means no timeout. 9277/head
Otto Moerbeek [Mon, 29 Jun 2020 13:32:54 +0000 (15:32 +0200)] 
Zero means no timeout.

5 years agoMerge pull request #9276 from Habbie/rec-authzones-doc-nit
Peter van Dijk [Mon, 29 Jun 2020 08:18:22 +0000 (10:18 +0200)] 
Merge pull request #9276 from Habbie/rec-authzones-doc-nit

recursor: clarify that auth-zones are not served with an AA bit

5 years agodnsdist: Prevent a cleanup race between the DOHUnit and the request pool
Remi Gacogne [Fri, 26 Jun 2020 09:50:53 +0000 (11:50 +0200)] 
dnsdist: Prevent a cleanup race between the DOHUnit and the request pool

- clean up the pointer in pool memory when releasing a DOHUnit so that we
  don't try to access it later when the memory pool is destroyed ;
- clean up the 'self' pointer when the memory pool is destroyed so we
  don't try to access it when the DOHUnit is released.

5 years agoMerge pull request #9169 from mind04/pdns-metadata-any
Peter van Dijk [Fri, 26 Jun 2020 12:50:43 +0000 (14:50 +0200)] 
Merge pull request #9169 from mind04/pdns-metadata-any

auth: fetch all metadata at once

5 years agorecursor: clarify that auth-zones are not served with an AA bit 9276/head
Peter van Dijk [Fri, 26 Jun 2020 12:37:36 +0000 (14:37 +0200)] 
recursor: clarify that auth-zones are not served with an AA bit

5 years agoMerge pull request #9272 from omoerbeek/rec-ds-cname-cache
Otto Moerbeek [Tue, 23 Jun 2020 13:08:17 +0000 (15:08 +0200)] 
Merge pull request #9272 from omoerbeek/rec-ds-cname-cache

rec: alternative way to do "skip cname check" for DS and DNSKEY records.

5 years agoTest the DS/DNSKEY condition at the proper spot. 9272/head
Otto Moerbeek [Tue, 23 Jun 2020 09:44:56 +0000 (11:44 +0200)] 
Test the DS/DNSKEY condition at the proper spot.

5 years agoDraft to study alternative way to do "skip cname check" for DS and
Otto Moerbeek [Tue, 23 Jun 2020 09:11:03 +0000 (11:11 +0200)] 
Draft to study alternative way to do "skip cname check" for DS and
DNSKEY records.

The current code effectively disables lookup of cached CNAME results
for zone cut computations, which results in more queries than needed.

Should fix #9266 or at least give more insight.

Needs critical eyes badly!

5 years agoMerge pull request #9269 from rgacogne/ddist-debug-tcp-limits-failures
Peter van Dijk [Mon, 22 Jun 2020 17:01:01 +0000 (19:01 +0200)] 
Merge pull request #9269 from rgacogne/ddist-debug-tcp-limits-failures

dnsdist: Debug failures in the TCP Limits regression test on Circle

5 years agoMerge pull request #9268 from rgacogne/rec-exceptions
Remi Gacogne [Mon, 22 Jun 2020 15:34:26 +0000 (17:34 +0200)] 
Merge pull request #9268 from rgacogne/rec-exceptions

rec: Better exception handling in houseKeeping / handlePolicyHit

5 years agodnsdist: Debug failures in the TCP Limits regression test on Circle 9269/head
Remi Gacogne [Mon, 22 Jun 2020 15:16:27 +0000 (17:16 +0200)] 
dnsdist: Debug failures in the TCP Limits regression test on Circle

This test keeps failing on Circle CI but never locally, so let's try
to add some debug.

5 years agorec: Better exception handling in handlePolicyHit() 9268/head
Remi Gacogne [Mon, 22 Jun 2020 13:09:13 +0000 (15:09 +0200)] 
rec: Better exception handling in handlePolicyHit()

An ImmediateServFailException being raised during the call to
SyncRes::beginResolve() from handleRPZCustom() could lead to
the resolution process to stop without any response being sent:

Any other exception in a resolver context (www.example.net/A from 127.0.0.1:4242)

This commit turns into a ServFail answer instead.

5 years agorec: Better exception handling in houseKeeping
Remi Gacogne [Mon, 22 Jun 2020 13:07:08 +0000 (15:07 +0200)] 
rec: Better exception handling in houseKeeping

An uncaugth exception being raised in houseKeeping could prevent it
from being run again because 's_running' would stay true. That could
for example happen when an ImmediateServFailException was raised during
a call to primeRootNSZones().

5 years agoMerge pull request #9256 from jsoref/spell-check-pr
Peter van Dijk [Mon, 22 Jun 2020 11:33:40 +0000 (13:33 +0200)] 
Merge pull request #9256 from jsoref/spell-check-pr

spell-check: check pull requests

5 years agoupdate spelling after merge of #9240
Peter van Dijk [Mon, 22 Jun 2020 11:22:42 +0000 (13:22 +0200)] 
update spelling after merge of #9240

5 years agoMerge pull request #9240 from LordGaav/add-cockroachdb-docs
Peter van Dijk [Mon, 22 Jun 2020 11:07:20 +0000 (13:07 +0200)] 
Merge pull request #9240 from LordGaav/add-cockroachdb-docs

Add instructions for running PowerDNS on CockroachDB using generic pgsql

5 years agoMerge pull request #9267 from omoerbeek/rec-prime-depth
Otto Moerbeek [Mon, 22 Jun 2020 09:13:27 +0000 (11:13 +0200)] 
Merge pull request #9267 from omoerbeek/rec-prime-depth

rec: Control stack depth when priming.

5 years agoMerge pull request #9259 from Habbie/support-link
Remi Gacogne [Mon, 22 Jun 2020 08:43:36 +0000 (10:43 +0200)] 
Merge pull request #9259 from Habbie/support-link

github issue chooser: add link to support page

5 years agoControl stack depth when priming. 9267/head
Otto Moerbeek [Mon, 22 Jun 2020 08:11:39 +0000 (10:11 +0200)] 
Control stack depth when priming.

If you clear the cache for . in a tight loop, the priming code gets
called recursively in an unbounded fashion. This keeps track of the
stack depth and ServFails if needed.

5 years agoMerge pull request #9252 from pieterlexis/version-stat
Otto Moerbeek [Fri, 19 Jun 2020 09:55:49 +0000 (11:55 +0200)] 
Merge pull request #9252 from pieterlexis/version-stat

Add version 'statistic' to prometheus

5 years agoMerge pull request #9260 from rgacogne/remove-der-eater
Remi Gacogne [Fri, 19 Jun 2020 09:22:53 +0000 (11:22 +0200)] 
Merge pull request #9260 from rgacogne/remove-der-eater

Remove the thankfully not used anymore DEReater class

5 years agoMerge pull request #9236 from omoerbeek/cachecleaner-cleanup
Remi Gacogne [Thu, 18 Jun 2020 15:41:57 +0000 (17:41 +0200)] 
Merge pull request #9236 from omoerbeek/cachecleaner-cleanup

Cleanup cache cleaner pruneCollection function

5 years agoMerge pull request #9255 from rgacogne/ddist-1.5.0-rc3
Remi Gacogne [Thu, 18 Jun 2020 14:20:06 +0000 (16:20 +0200)] 
Merge pull request #9255 from rgacogne/ddist-1.5.0-rc3

dnsdist: Update the ChangeLog and the secpoll zone for 1.5.0-rc3

5 years agoClarify what index to skip 9240/head
Nick Douma [Thu, 18 Jun 2020 11:52:13 +0000 (13:52 +0200)] 
Clarify what index to skip

5 years agoRemove duplicate PRIMARY KEY statement
Nick Douma [Thu, 18 Jun 2020 11:51:50 +0000 (13:51 +0200)] 
Remove duplicate PRIMARY KEY statement

5 years agoMerge pull request #9253 from Habbie/pdnsutil-run-destructors
Peter van Dijk [Thu, 18 Jun 2020 09:22:07 +0000 (11:22 +0200)] 
Merge pull request #9253 from Habbie/pdnsutil-run-destructors

pdnsutil: make sure we let all destructors run. Fixes #4973

5 years agoMerge pull request #9251 from rgacogne/rec-copy-negcache-entry
Remi Gacogne [Thu, 18 Jun 2020 09:17:15 +0000 (11:17 +0200)] 
Merge pull request #9251 from rgacogne/rec-copy-negcache-entry

rec: Copy the negative cache entry before validating it

5 years agogithub issue chooser: add link to support page 9259/head
Peter van Dijk [Thu, 18 Jun 2020 09:10:33 +0000 (11:10 +0200)] 
github issue chooser: add link to support page

5 years agoRemove the thankfully not used anymore DEReater class 9260/head
Remi Gacogne [Thu, 18 Jun 2020 08:50:35 +0000 (10:50 +0200)] 
Remove the thankfully not used anymore DEReater class

5 years agoMerge pull request #9254 from rgacogne/ddist-clarify-webserver-acl
Remi Gacogne [Thu, 18 Jun 2020 08:24:12 +0000 (10:24 +0200)] 
Merge pull request #9254 from rgacogne/ddist-clarify-webserver-acl

dnsdist: Better examples for the webserver's ACL

5 years agospell-check: check pull requests 9256/head
Josh Soref [Wed, 17 Jun 2020 18:58:35 +0000 (14:58 -0400)] 
spell-check: check pull requests

5 years agoMerge pull request #9250 from tokred/docs-updatepolicy-wiki
Peter van Dijk [Wed, 17 Jun 2020 18:43:14 +0000 (20:43 +0200)] 
Merge pull request #9250 from tokred/docs-updatepolicy-wiki

auth: Link to pdns Wiki for updatescript examples

5 years agodnsdist: Add #9244 to the ChangeLog 9255/head
Remi Gacogne [Wed, 17 Jun 2020 15:42:38 +0000 (17:42 +0200)] 
dnsdist: Add #9244 to the ChangeLog

5 years agoMerge pull request #9244 from rgacogne/ddist-kvs-masked-lookups dnsdist-1.5.0-rc3
Remi Gacogne [Wed, 17 Jun 2020 14:26:24 +0000 (16:26 +0200)] 
Merge pull request #9244 from rgacogne/ddist-kvs-masked-lookups

dnsdist: Add optional masks to KeyValueLookupKeySourceIP

5 years agodnsdist: Update the ChangeLog and the secpoll zone for 1.5.0-rc3
Remi Gacogne [Wed, 17 Jun 2020 14:03:38 +0000 (16:03 +0200)] 
dnsdist: Update the ChangeLog and the secpoll zone for 1.5.0-rc3

5 years agodnsdist: Better examples for the webserver's ACL 9254/head
Remi Gacogne [Wed, 17 Jun 2020 13:54:04 +0000 (15:54 +0200)] 
dnsdist: Better examples for the webserver's ACL

5 years agopdnsutil: make sure we let all destructors run. Fixes #4973 9253/head
Peter van Dijk [Wed, 17 Jun 2020 13:11:05 +0000 (15:11 +0200)] 
pdnsutil: make sure we let all destructors run. Fixes #4973

5 years agorec: Copy entries retrieved from the negative cache right away 9251/head
Remi Gacogne [Wed, 17 Jun 2020 13:05:38 +0000 (15:05 +0200)] 
rec: Copy entries retrieved from the negative cache right away

The optimization of not copying the entry until we actually decide
to use it seemed nice, but the resulting interface is too brittle.
It requires not keeping the pointer around if there is any chance
that we could yield by going to the network, which is hard to keep
track of in the recursor.

5 years agorec: Copy the negative cache entry before validating it
Remi Gacogne [Wed, 17 Jun 2020 12:49:55 +0000 (14:49 +0200)] 
rec: Copy the negative cache entry before validating it

Otherwise, in the unlikely case that:
- we need to go to the network in order to validate, for example to
  get or a DNSKEY ;
- the negative cache cleaning is run at that exact moment ;
- and the entry we have a pointer to gets wiped during that cleanup

we might trigger a heap-based use-after-free (read), possibly leading
to a crash if the memory has been reused already.

5 years agoauth: Link to pdns Wiki for updatescript examples 9250/head
tokred [Wed, 17 Jun 2020 12:47:12 +0000 (14:47 +0200)] 
auth: Link to pdns Wiki for updatescript examples

5 years agoauth: Add version as prometheus metric 9252/head
Pieter Lexis [Wed, 17 Jun 2020 12:28:03 +0000 (14:28 +0200)] 
auth: Add version as prometheus metric

5 years agorec: Add version info to prometheus statistics
Pieter Lexis [Wed, 17 Jun 2020 12:26:25 +0000 (14:26 +0200)] 
rec: Add version info to prometheus statistics

5 years agodnsdist: Add prometheus metric for version number
Pieter Lexis [Wed, 17 Jun 2020 12:14:37 +0000 (14:14 +0200)] 
dnsdist: Add prometheus metric for version number

5 years agoMerge pull request #9229 from rgacogne/dnsdist-webserver-allow-from
Remi Gacogne [Wed, 17 Jun 2020 09:09:20 +0000 (11:09 +0200)] 
Merge pull request #9229 from rgacogne/dnsdist-webserver-allow-from

dnsdist: Implement an ACL in the internal web server

5 years agoMerge pull request #9238 from rgacogne/ddist-config-sample
Remi Gacogne [Wed, 17 Jun 2020 09:07:47 +0000 (11:07 +0200)] 
Merge pull request #9238 from rgacogne/ddist-config-sample

dnsdist: Clean up dnsdistconf.lua as a default configuration file

5 years agodnsdist: Add optional masks to KeyValueLookupKeySourceIP 9244/head
Remi Gacogne [Wed, 17 Jun 2020 09:02:36 +0000 (11:02 +0200)] 
dnsdist: Add optional masks to KeyValueLookupKeySourceIP

5 years agoUse example.org instead of powerdns.org in pdns/dnsdistconf.lua 9238/head
Remi Gacogne [Wed, 17 Jun 2020 07:51:31 +0000 (09:51 +0200)] 
Use example.org instead of powerdns.org in pdns/dnsdistconf.lua

Co-authored-by: Chris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
5 years agoUse example.org instead of powerdns.org in pdns/dnsdistconf.lua
Remi Gacogne [Wed, 17 Jun 2020 07:51:22 +0000 (09:51 +0200)] 
Use example.org instead of powerdns.org in pdns/dnsdistconf.lua

Co-authored-by: Chris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
5 years agoAdd instructions for running PowerDNS on CockroachDB using generic pgsql
Nick Douma [Tue, 16 Jun 2020 16:20:19 +0000 (18:20 +0200)] 
Add instructions for running PowerDNS on CockroachDB using generic pgsql

5 years agodnsdist: Clean up dnsdistconf.lua as a default configuration file
Remi Gacogne [Tue, 16 Jun 2020 14:31:39 +0000 (16:31 +0200)] 
dnsdist: Clean up dnsdistconf.lua as a default configuration file

5 years agorec: Don't validate a NXD with a NSEC proving that the name is an ENT 9237/head
Remi Gacogne [Tue, 16 Jun 2020 12:42:02 +0000 (14:42 +0200)] 
rec: Don't validate a NXD with a NSEC proving that the name is an ENT

A NSEC from a.powerdns.com. to a.b.powerdns.com. proves that
b.powerdns.com. exists and is an empty non terminal, so it cannot be
used to prove that b.powerdns.com. does not exist.

5 years agoCleanup cache cleaner pruneCollection function 9236/head
Otto Moerbeek [Tue, 16 Jun 2020 11:56:57 +0000 (13:56 +0200)] 
Cleanup cache cleaner pruneCollection function
- use size_t instead of unsigned int for sizes
- const correctness
- layout
- simplify seond loop and use return value of erase(), it points to the next value

5 years agoMerge pull request #9217 from Habbie/doc-nits-1591715730
Peter van Dijk [Tue, 16 Jun 2020 08:10:28 +0000 (10:10 +0200)] 
Merge pull request #9217 from Habbie/doc-nits-1591715730

auth doc nits

5 years agoMerge pull request #9228 from mind04/pdns-sqlite-schema
Peter van Dijk [Mon, 15 Jun 2020 14:27:54 +0000 (16:27 +0200)] 
Merge pull request #9228 from mind04/pdns-sqlite-schema

auth: gsqlite3backend: add missing indexes

5 years agoMerge pull request #9215 from Habbie/pkcs11-fixes
Peter van Dijk [Mon, 15 Jun 2020 13:55:40 +0000 (15:55 +0200)] 
Merge pull request #9215 from Habbie/pkcs11-fixes

auth: PKCS11 improvements

5 years agodnsdist: Parse the new web ACL before clearing the existing one 9229/head
Remi Gacogne [Mon, 15 Jun 2020 13:25:40 +0000 (15:25 +0200)] 
dnsdist: Parse the new web ACL before clearing the existing one

Otherwise we end up with an empty ACL (everything will be refused)
if the new one is not valid.

5 years agoMerge pull request #9226 from omoerbeek/rec-fix-shared-cache-pruning
Otto Moerbeek [Mon, 15 Jun 2020 12:20:52 +0000 (14:20 +0200)] 
Merge pull request #9226 from omoerbeek/rec-fix-shared-cache-pruning

rec: Fix three shared cache issues

5 years agoFix three shared cache issues: 9226/head
Otto Moerbeek [Fri, 12 Jun 2020 10:24:26 +0000 (12:24 +0200)] 
Fix three shared cache issues:

- Only prime share cache once on startup

- Cache pruning could go into an infinite loop if not enough expired
entries could be pruned.

- Handler thread isn't run very often, but now the record cache
pruning is done by it, so increase frequency of the housekeeping
call for the handler thread.

5 years agoauth: gsqlite3backend: add missing indexes 9228/head
Kees Monshouwer [Mon, 15 Jun 2020 09:54:05 +0000 (11:54 +0200)] 
auth: gsqlite3backend: add missing indexes
Sqlite3 backend was performing terrible in environments with many updates.
On a slaved root zone the performance increase was huge, 71ms -> 1ms.
Since the lack of proper indexes is causing a lot of trouble in larger environments, I target this update at 4.3.1