]> git.ipfire.org Git - thirdparty/pdns.git/log
thirdparty/pdns.git
4 years agoauth regression docs: more mysql variants 9708/head
Peter van Dijk [Wed, 11 Nov 2020 12:42:01 +0000 (13:42 +0100)] 
auth regression docs: more mysql variants

4 years agoMerge pull request #9700 from pieterlexis/docker-release-builds
Peter van Dijk [Wed, 11 Nov 2020 11:10:07 +0000 (12:10 +0100)] 
Merge pull request #9700 from pieterlexis/docker-release-builds

Allow setting a fake-ish version number when building release images

4 years agoMerge pull request #9697 from Habbie/rec-nod-oversize
Peter van Dijk [Tue, 10 Nov 2020 22:26:02 +0000 (23:26 +0100)] 
Merge pull request #9697 from Habbie/rec-nod-oversize

rec: do not send overly long NOD lookups

4 years agoMerge pull request #9698 from omoerbeek/namespace-rampage
Otto Moerbeek [Tue, 10 Nov 2020 16:09:44 +0000 (17:09 +0100)] 
Merge pull request #9698 from omoerbeek/namespace-rampage

namespaces.hh cleanup

4 years agoMerge pull request #9696 from rgacogne/rec-fakeaaa-cname-loop
Remi Gacogne [Tue, 10 Nov 2020 15:31:21 +0000 (16:31 +0100)] 
Merge pull request #9696 from rgacogne/rec-fakeaaa-cname-loop

rec: Avoid a CNAME loop detection issue with DNS64

4 years agoAllow setting a fake-ish version number when building release images 9700/head
Pieter Lexis [Tue, 10 Nov 2020 13:56:17 +0000 (14:56 +0100)] 
Allow setting a fake-ish version number when building release images

4 years agoMerge pull request #8608 from criteo-forks/custom_placeholder
Peter van Dijk [Tue, 10 Nov 2020 13:18:26 +0000 (14:18 +0100)] 
Merge pull request #8608 from criteo-forks/custom_placeholder

geoipbackend: accept custom lookup mapping

4 years agorec: do not send overly long NOD lookups 9697/head
Peter van Dijk [Tue, 10 Nov 2020 10:56:52 +0000 (11:56 +0100)] 
rec: do not send overly long NOD lookups

4 years agoUnscoped tie should come from boost for now 9698/head
Otto Moerbeek [Mon, 9 Nov 2020 13:46:46 +0000 (14:46 +0100)] 
Unscoped tie should come from boost for now

4 years agoKeep on using boost::tuple, switching to std::tuple introduces
Otto Moerbeek [Wed, 4 Nov 2020 13:09:19 +0000 (14:09 +0100)] 
Keep on using boost::tuple, switching to std::tuple introduces
a few issues.

4 years agoInclude less in namespaces.hh and use more std::;
Otto Moerbeek [Tue, 3 Nov 2020 13:55:25 +0000 (14:55 +0100)] 
Include less in namespaces.hh and use more std::;
boost stuff now needs explicit scoping.

4 years agoMerge pull request #9694 from pieterlexis/docker-improvements
Peter van Dijk [Tue, 10 Nov 2020 12:07:54 +0000 (13:07 +0100)] 
Merge pull request #9694 from pieterlexis/docker-improvements

Several docker image improvements

4 years agorec: Add a regression test for the DNS64 CNAME loop detection issue 9696/head
Remi Gacogne [Tue, 10 Nov 2020 10:16:43 +0000 (11:16 +0100)] 
rec: Add a regression test for the DNS64 CNAME loop detection issue

4 years agorec: Avoid a CNAME loop detection issue with DNS64
Remi Gacogne [Tue, 10 Nov 2020 10:15:02 +0000 (11:15 +0100)] 
rec: Avoid a CNAME loop detection issue with DNS64

When the requested qname is a CNAME to a second CNAME, the CNAME
loop detection might get incorrectly triggered because the CNAMEs
were already present in the vector of result records.

4 years agoMerge pull request #9630 from omoerbeek/rec-protozero
Otto Moerbeek [Tue, 10 Nov 2020 09:44:52 +0000 (10:44 +0100)] 
Merge pull request #9630 from omoerbeek/rec-protozero

Rec: start using protozero to create protobuf messages

4 years agoMerge pull request #9689 from rgacogne/ddist-fix-ebpf-long-names
Remi Gacogne [Tue, 10 Nov 2020 08:35:59 +0000 (09:35 +0100)] 
Merge pull request #9689 from rgacogne/ddist-fix-ebpf-long-names

dnsdist: Fix eBPF filtering of long qnames

4 years agoMerge pull request #9676 from rgacogne/dnsdist-lua-web-hooks
Remi Gacogne [Tue, 10 Nov 2020 08:34:46 +0000 (09:34 +0100)] 
Merge pull request #9676 from rgacogne/dnsdist-lua-web-hooks

dnsdist: Implement Lua custom web endpoints

4 years agoMerge pull request #9677 from rgacogne/ddist-log-tcp-size
Remi Gacogne [Tue, 10 Nov 2020 08:33:32 +0000 (09:33 +0100)] 
Merge pull request #9677 from rgacogne/ddist-log-tcp-size

dnsdist: Add the query payload size to the verbose log over TCP

4 years agoMerge pull request #9678 from rgacogne/ddist-htmlfiles-dep
Remi Gacogne [Tue, 10 Nov 2020 08:28:45 +0000 (09:28 +0100)] 
Merge pull request #9678 from rgacogne/ddist-htmlfiles-dep

dnsdist: Add incfiles as a dependency to htmlfiles.h

4 years agoMerge pull request #9686 from omoerbeek/rec-x-our-latency-is-gauge
Otto Moerbeek [Tue, 10 Nov 2020 08:18:55 +0000 (09:18 +0100)] 
Merge pull request #9686 from omoerbeek/rec-x-our-latency-is-gauge

rec: x-our-latency is a gauge

4 years agoDo not access pbData members if pbData is boost::none, spotted by @rgacogne 9630/head
Otto Moerbeek [Mon, 9 Nov 2020 15:59:44 +0000 (16:59 +0100)] 
Do not access pbData members if pbData is boost::none, spotted by @rgacogne

4 years agoSort sources
Otto Moerbeek [Fri, 30 Oct 2020 13:05:09 +0000 (14:05 +0100)] 
Sort sources

4 years agoEmbedding the Message in an optional is not working properly,
Otto Moerbeek [Fri, 30 Oct 2020 10:20:36 +0000 (11:20 +0100)] 
Embedding the Message in an optional is not working properly,
somewhere move or copy semantics are violated.

To avoid heap allocatiom, move the a scheme where we always have a
Message. Later we can change the buffers to be thead-local as well.

4 years agoFix reserve botch, as noted by @rgacogne
Otto Moerbeek [Fri, 30 Oct 2020 09:10:43 +0000 (10:10 +0100)] 
Fix reserve botch, as noted by @rgacogne

4 years agoSuggestions by @rgacogne
Otto Moerbeek [Fri, 30 Oct 2020 08:33:00 +0000 (09:33 +0100)] 
Suggestions by @rgacogne

4 years agoUse move semantics for putting things in packetcache and
Otto Moerbeek [Fri, 23 Oct 2020 08:37:04 +0000 (10:37 +0200)] 
Use move semantics for putting things in packetcache and
tweak sizes to a better estimate, taking into account that the
final message will *include* the reponse part.

4 years agoSpelling
Otto Moerbeek [Wed, 21 Oct 2020 14:57:33 +0000 (16:57 +0200)] 
Spelling

4 years agoAdd a comment: should we add the udr flag if !udrEnabled?
Otto Moerbeek [Wed, 21 Oct 2020 10:17:30 +0000 (12:17 +0200)] 
Add a comment: should we add the udr flag if !udrEnabled?

4 years agoPrint appliedPolicyTrigger and appliedPolicyHit
Otto Moerbeek [Wed, 21 Oct 2020 10:16:00 +0000 (12:16 +0200)] 
Print appliedPolicyTrigger and appliedPolicyHit

4 years agoHandle NOD flag in rr data
Otto Moerbeek [Wed, 21 Oct 2020 07:36:30 +0000 (09:36 +0200)] 
Handle NOD flag in rr data

4 years agoAdapt the regression test to allow absense of deviceName etc.
Otto Moerbeek [Tue, 20 Oct 2020 12:11:31 +0000 (14:11 +0200)] 
Adapt the regression test to allow absense of deviceName etc.

Checked with Wojas that this should be allowed. No use including fields that
have as value the empty string.

4 years agoSave two pieces of protbuf string in the cache to allow
Otto Moerbeek [Tue, 20 Oct 2020 09:11:49 +0000 (11:11 +0200)] 
Save two pieces of protbuf string in the cache to allow
for mod of the response object.

TODO: NOD stuff, tagging, checking of the taggedOnly flag

4 years agoThings are starting to work, but I'll need to split the cached
Otto Moerbeek [Tue, 13 Oct 2020 15:21:20 +0000 (17:21 +0200)] 
Things are starting to work, but I'll need to split the cached
protobuf strings to allow for mod of the response.

4 years agoMerge pull request #9667 from Habbie/docker-readme
Peter van Dijk [Tue, 10 Nov 2020 08:16:50 +0000 (09:16 +0100)] 
Merge pull request #9667 from Habbie/docker-readme

docker: add README

4 years agoMerge pull request #9692 from zeha/pdnsutil-keys
Peter van Dijk [Tue, 10 Nov 2020 08:11:05 +0000 (09:11 +0100)] 
Merge pull request #9692 from zeha/pdnsutil-keys

pdnsutil zone key improvements

4 years agoMerge pull request #9693 from mind04/pdns-upgrade
Peter van Dijk [Tue, 10 Nov 2020 08:05:55 +0000 (09:05 +0100)] 
Merge pull request #9693 from mind04/pdns-upgrade

Auth: make it possible to replace now supported TYPExxx records

4 years agoVersion 1.70 of protozero
Otto Moerbeek [Tue, 13 Oct 2020 13:50:19 +0000 (15:50 +0200)] 
Version 1.70 of protozero

4 years agoMerge pull request #9400 from jsoref/bind-double-slash
Peter van Dijk [Mon, 9 Nov 2020 22:16:20 +0000 (23:16 +0100)] 
Merge pull request #9400 from jsoref/bind-double-slash

BIND: avoid double //

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 agotests: update column id in awk use 9692/head
Chris Hofstaedtler [Mon, 9 Nov 2020 20:54:01 +0000 (21:54 +0100)] 
tests: update column id in awk use

4 years agoDocker: ensure caching works 9694/head
Pieter Lexis [Mon, 9 Nov 2020 19:06:18 +0000 (20:06 +0100)] 
Docker: ensure caching works

4 years agoDocker: Add config templating
Pieter Lexis [Mon, 9 Nov 2020 17:59:45 +0000 (18:59 +0100)] 
Docker: Add config templating

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 agopdnsutil: add published to list-keys
Chris Hofstaedtler [Mon, 9 Nov 2020 18:43:36 +0000 (19:43 +0100)] 
pdnsutil: add published to list-keys

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 agopdnsutil: check for domain existence in (de)activate-tsig-key
Chris Hofstaedtler [Mon, 9 Nov 2020 18:31:58 +0000 (19:31 +0100)] 
pdnsutil: check for domain existence in (de)activate-tsig-key

4 years agopdnsutil: show active flag in list-keys
Chris Hofstaedtler [Mon, 9 Nov 2020 18:24:11 +0000 (19:24 +0100)] 
pdnsutil: show active flag in list-keys

4 years agopdnsutil validate key id when (de)activating
Chris Hofstaedtler [Mon, 9 Nov 2020 18:23:18 +0000 (19:23 +0100)] 
pdnsutil validate key id when (de)activating

4 years agoExtend Algorithm field size
Chris Hofstaedtler [Mon, 9 Nov 2020 18:08:18 +0000 (19:08 +0100)] 
Extend Algorithm field size

4 years agostartup.py: stop using tabs
Pieter Lexis [Mon, 9 Nov 2020 16:35:25 +0000 (17:35 +0100)] 
startup.py: stop using tabs

4 years agodnsdist-resolve: be less verbose by default
Pieter Lexis [Mon, 9 Nov 2020 16:34:04 +0000 (17:34 +0100)] 
dnsdist-resolve: be less verbose by default

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 agogeoipbackend: accept custom lookup mapping 8608/head
Jeremy Clerc [Thu, 21 Nov 2019 23:57:48 +0000 (00:57 +0100)] 
geoipbackend: accept custom lookup mapping

If for example you want a per country granularity, but still want to
group by custom regions: uk, fr, be -> eu-central, pt, es -> eu-south;
you need to to use %cc and create identical country records. It means
you zones file can become huge and powerdns does not like it too much.

For a user to have a custom mapping without the need to rewrite the
GeoIP database, with this commit, he/she can specify a custom mapping,
so if we get from the GeoIP database fr, we will look in the custom
mapping and find eu-central. So we only need to create the eu-central
record and it will be used by for uk, fr and be as per our first
example.

Definition of mapping_lookup_formats or custom_mapping at the domain
level has priority, but if not defined the global config will be used
as default.

The custom lookup formats and mapping are specified in the zones file:

  ---
  mapping_lookup_formats: ['%cc-%re', '%cc']
  custom_mapping:
    'fr': 'eu-central'
    'be': 'eu-central'
    'es': 'eu-south'
    'pt': 'eu-south'
    'us-ca': 'us-west'
    'us-tx': 'us-south'
  domains:
  - domain: example.com
    services:
      www.example.com: [ '%mp.www.example.com' ]
    records:
      eu-central.www.example.com:
        - A: 1.1.1.1
      eu-south.www.example.com:
        - A: 1.1.1.2
      us-west.www.example.com:
        - A: 1.1.1.3
      us-south.www.example.com:
        - A: 1.1.1.4
  - domain: example2.com
    mapping_lookup_formats: ['%cc']

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 agodnsdist: Fix eBPF filtering of long qnames 9689/head
Remi Gacogne [Mon, 9 Nov 2020 13:46:08 +0000 (14:46 +0100)] 
dnsdist: Fix eBPF filtering of long qnames

This commit switches to the use of eBPF positive offsets to access
the content of the transport and application layers, since using
negative offsets (needed to access the other layers) led to issues
with long qnames.
This is cleaner anyway :-)

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 agox-our-latency is a gauge. While there, describe better what it is 9686/head
Otto Moerbeek [Mon, 9 Nov 2020 11:38:14 +0000 (12:38 +0100)] 
x-our-latency is a gauge. While there, describe better what it is
and fix a ref.

Fixes #9638

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 agodnsdist: Add the query payload size to the verbose log over TCP 9677/head
Remi Gacogne [Fri, 6 Nov 2020 10:31:28 +0000 (11:31 +0100)] 
dnsdist: Add the query payload size to the verbose log over TCP

That makes debugging much easier.

4 years agodnsdist: Add incfiles as a dependency to htmlfiles.h 9678/head
Remi Gacogne [Fri, 6 Nov 2020 10:29:48 +0000 (11:29 +0100)] 
dnsdist: Add incfiles as a dependency to htmlfiles.h

That way it is rebuilt when the generation script is updated.

4 years agodnsdist: Appease the spell-checking gods 9676/head
Remi Gacogne [Fri, 6 Nov 2020 09:25:24 +0000 (10:25 +0100)] 
dnsdist: Appease the spell-checking gods

4 years agodnsdist: Add a sample custom Lua web handler to the documentation
Remi Gacogne [Thu, 5 Nov 2020 14:38:38 +0000 (15:38 +0100)] 
dnsdist: Add a sample custom Lua web handler to the documentation

4 years agodnsdist: Fix documentation issues reported by Habbie (thanks!)
Remi Gacogne [Thu, 5 Nov 2020 14:29:39 +0000 (15:29 +0100)] 
dnsdist: Fix documentation issues reported by Habbie (thanks!)

4 years agodnsdist: Implement Lua custom web endpoints
Remi Gacogne [Thu, 5 Nov 2020 14:24:50 +0000 (15:24 +0100)] 
dnsdist: Implement Lua custom web endpoints

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 agoadd note about docker-compose 9667/head
Peter van Dijk [Tue, 3 Nov 2020 14:30:03 +0000 (15:30 +0100)] 
add note about docker-compose

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 agoadd Docker README
Peter van Dijk [Tue, 3 Nov 2020 13:26:23 +0000 (14:26 +0100)] 
add Docker README

4 years agoREADME: update copyright year
Peter van Dijk [Tue, 3 Nov 2020 13:23:20 +0000 (14:23 +0100)] 
README: update copyright year

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.