]> git.ipfire.org Git - thirdparty/pdns.git/log
thirdparty/pdns.git
4 years agodnsdist: Test setting the value of AA, AD and RA when spoofing
Remi Gacogne [Mon, 18 Nov 2019 16:31:18 +0000 (17:31 +0100)] 
dnsdist: Test setting the value of AA, AD and RA when spoofing

4 years agodnsdist: Support setting the value of AA, AD and RA when spoofing
Remi Gacogne [Mon, 18 Nov 2019 16:14:04 +0000 (17:14 +0100)] 
dnsdist: Support setting the value of AA, AD and RA when spoofing

4 years agoMerge pull request #8705 from rgacogne/rec-rpz-order
Remi Gacogne [Mon, 20 Jan 2020 09:13:46 +0000 (10:13 +0100)] 
Merge pull request #8705 from rgacogne/rec-rpz-order

rec: Fix precedence order for RPZ policies rules

4 years agoMerge pull request #8657 from rgacogne/ddist-backend-uuid
Remi Gacogne [Mon, 20 Jan 2020 09:12:40 +0000 (10:12 +0100)] 
Merge pull request #8657 from rgacogne/ddist-backend-uuid

dnsdist: Allow retrieving and deleting a backend via its UUID

4 years agoMerge pull request #8491 from rgacogne/ddist-parallel-checks
Remi Gacogne [Mon, 20 Jan 2020 09:11:25 +0000 (10:11 +0100)] 
Merge pull request #8491 from rgacogne/ddist-parallel-checks

dnsdist: Implement parallel health checks

4 years agoMerge pull request #8456 from rgacogne/ddist-config-check-test
Remi Gacogne [Mon, 20 Jan 2020 09:10:09 +0000 (10:10 +0100)] 
Merge pull request #8456 from rgacogne/ddist-config-check-test

dnsdist: Separate the check-config and client modes

4 years agoMerge pull request #8274 from rgacogne/dnsdist-rcode-ratio
Remi Gacogne [Mon, 20 Jan 2020 09:09:04 +0000 (10:09 +0100)] 
Merge pull request #8274 from rgacogne/dnsdist-rcode-ratio

dnsdist: Implement dynamic blocking on ratio of rcode/total responses

4 years agorec: Apply Otto's suggestion to distinguish which exact policy matched 8705/head
Remi Gacogne [Fri, 17 Jan 2020 14:36:45 +0000 (15:36 +0100)] 
rec: Apply Otto's suggestion to distinguish which exact policy matched

4 years agorec: Remove now useless references to '-2' for RPZ hits
Remi Gacogne [Fri, 17 Jan 2020 14:30:20 +0000 (15:30 +0100)] 
rec: Remove now useless references to '-2' for RPZ hits

4 years agoMerge pull request #8700 from omoerbeek/rec-prep-4.3.0-beta2
Otto Moerbeek [Thu, 16 Jan 2020 10:01:59 +0000 (11:01 +0100)] 
Merge pull request #8700 from omoerbeek/rec-prep-4.3.0-beta2

rec: Prepare for recursor 4.3.0-beta2 release

4 years agoMerge pull request #8708 from pieterlexis/dnsdist-doc-syntax-fix
Remi Gacogne [Thu, 16 Jan 2020 08:50:14 +0000 (09:50 +0100)] 
Merge pull request #8708 from pieterlexis/dnsdist-doc-syntax-fix

dnsdist: Fix a versionchanged in the docs

4 years agodnsdist: Fix a versionchanged in the docs 8708/head
Pieter Lexis [Thu, 16 Jan 2020 08:33:11 +0000 (09:33 +0100)] 
dnsdist: Fix a versionchanged in the docs

4 years agorec: Add regression tests for RPZ ordering precedence rules
Remi Gacogne [Wed, 15 Jan 2020 14:43:03 +0000 (15:43 +0100)] 
rec: Add regression tests for RPZ ordering precedence rules

4 years agorec: Export the filtering policy type to Lua
Remi Gacogne [Wed, 15 Jan 2020 13:38:45 +0000 (14:38 +0100)] 
rec: Export the filtering policy type to Lua

4 years agorec: Only the first filtering policy should match
Remi Gacogne [Wed, 15 Jan 2020 13:28:25 +0000 (14:28 +0100)] 
rec: Only the first filtering policy should match

Subsequent ones should not be applied.
Also make sure that NSDNAME and NSIP triggers really stop the
processing of the query, instead of just causing the current NS to
be skipped.

4 years agoMerge pull request #8694 from omoerbeek/rec-fix-cxx14-warning
Otto Moerbeek [Wed, 15 Jan 2020 11:50:10 +0000 (12:50 +0100)] 
Merge pull request #8694 from omoerbeek/rec-fix-cxx14-warning

Fix ./syncres.hh:228:20: warning: initialized lambda captures are a C++14 extension

4 years agoAdd PR 8704 8700/head
Otto Moerbeek [Wed, 15 Jan 2020 09:23:43 +0000 (10:23 +0100)] 
Add PR 8704

4 years agoMerge pull request #8702 from rgacogne/ddist-protobuf-ports
Remi Gacogne [Wed, 15 Jan 2020 08:59:54 +0000 (09:59 +0100)] 
Merge pull request #8702 from rgacogne/ddist-protobuf-ports

Add the source and destination ports to the protobuf msg

4 years agosecpoll
Otto Moerbeek [Wed, 15 Jan 2020 07:57:45 +0000 (08:57 +0100)] 
secpoll

4 years agorec: Fix the evaluation order for filtering policies (RPZ)
Remi Gacogne [Tue, 14 Jan 2020 15:26:23 +0000 (16:26 +0100)] 
rec: Fix the evaluation order for filtering policies (RPZ)

Since 272e9a0034e8c5ea29d1ab7d24630424f178e926 we scanned all policies
for an exact match before looking for wildcard matches. It brokes
the promise that filtering policies are evaluated in the order they
are defined.

4 years agoHandle source and destination ports in the sample protobuf logger 8702/head
Remi Gacogne [Tue, 14 Jan 2020 09:13:46 +0000 (10:13 +0100)] 
Handle source and destination ports in the sample protobuf logger

4 years agorec: Add the source port to protobuf messages for incoming queries
Remi Gacogne [Tue, 14 Jan 2020 09:12:57 +0000 (10:12 +0100)] 
rec: Add the source port to protobuf messages for incoming queries

4 years agoPrepare for recursor 4.3.0-beta2 release
Otto Moerbeek [Tue, 14 Jan 2020 10:14:59 +0000 (11:14 +0100)] 
Prepare for recursor 4.3.0-beta2 release

4 years agodnsdist: Add the source and destination ports to the protobuf msg
Remi Gacogne [Tue, 14 Jan 2020 09:12:18 +0000 (10:12 +0100)] 
dnsdist: Add the source and destination ports to the protobuf msg

4 years agoFix ./syncres.hh:228:20: warning: initialized lambda captures are a C++14 extension 8694/head
Otto Moerbeek [Mon, 13 Jan 2020 08:48:12 +0000 (09:48 +0100)] 
Fix ./syncres.hh:228:20: warning: initialized lambda captures are a C++14 extension

4 years agoMerge pull request #8690 from horazont/feature/docs-typos
Remi Gacogne [Mon, 13 Jan 2020 08:39:48 +0000 (09:39 +0100)] 
Merge pull request #8690 from horazont/feature/docs-typos

Fix various minor typos in the docs

4 years agoMerge pull request #8665 from rgacogne/rec-nsec3-optout-ad
Otto Moerbeek [Mon, 13 Jan 2020 07:01:40 +0000 (08:01 +0100)] 
Merge pull request #8665 from rgacogne/rec-nsec3-optout-ad

rec: An Opt-Out NSEC3 RR only proves that there is no secure delegation

4 years agoImprove checkFunction example for downstreams guide 8690/head
Jonas Schäfer [Sun, 12 Jan 2020 09:59:49 +0000 (10:59 +0100)] 
Improve checkFunction example for downstreams guide

The check function was defined, but not used, making the example
slightly confusing as to how to use it correctly.

4 years agoAdd paragraph break in load balancer guide
Jonas Schäfer [Sun, 12 Jan 2020 09:58:58 +0000 (10:58 +0100)] 
Add paragraph break in load balancer guide

I think this improves readability.

4 years agoAdd missing colons in front of :func: reference
Jonas Schäfer [Sun, 12 Jan 2020 09:58:36 +0000 (10:58 +0100)] 
Add missing colons in front of :func: reference

Fixes rendering errors on the load balancer guide page.

4 years agoMerge pull request #8684 from costypetrisor/fix-dont-throttle-settings
Otto Moerbeek [Fri, 10 Jan 2020 08:45:55 +0000 (09:45 +0100)] 
Merge pull request #8684 from costypetrisor/fix-dont-throttle-settings

parsing `dont-throttle-names` and `dont-throttle-netmasks` as comma separated lists

4 years agoparsing `dont-throttle-names` and `dont-throttle-netmasks` as comma separated lists 8684/head
Costy Petrisor [Thu, 9 Jan 2020 10:56:16 +0000 (10:56 +0000)] 
parsing `dont-throttle-names` and `dont-throttle-netmasks` as comma separated lists

4 years agoMerge pull request #8647 from omoerbeek/rec-more-max-qperq
Otto Moerbeek [Tue, 7 Jan 2020 13:31:42 +0000 (14:31 +0100)] 
Merge pull request #8647 from omoerbeek/rec-more-max-qperq

rec: Bump max-qperq default to 60

4 years agocorrect cast 8647/head
Otto Moerbeek [Tue, 7 Jan 2020 11:31:22 +0000 (12:31 +0100)] 
correct cast

Co-Authored-By: Remi Gacogne <rgacogne@users.noreply.github.com>
4 years agoMerge pull request #8639 from captainark/rec-postinst
Otto Moerbeek [Tue, 7 Jan 2020 11:23:09 +0000 (12:23 +0100)] 
Merge pull request #8639 from captainark/rec-postinst

rec: debian postinst / do not fail on user creation if it already exists

4 years agoSlightly different approach as suggested by rgacogne: if
Otto Moerbeek [Tue, 7 Jan 2020 11:13:01 +0000 (12:13 +0100)] 
Slightly different approach as suggested by rgacogne: if
qname-minimization is active, force maxqperq to be >= 100.

4 years agoMerge pull request #8640 from tjikkun/gcc10
Otto Moerbeek [Tue, 7 Jan 2020 09:28:40 +0000 (10:28 +0100)] 
Merge pull request #8640 from tjikkun/gcc10

Fix build with gcc-10

4 years agoMerge pull request #8672 from omoerbeek/sdig-stdin-is-define
Otto Moerbeek [Tue, 7 Jan 2020 09:27:17 +0000 (10:27 +0100)] 
Merge pull request #8672 from omoerbeek/sdig-stdin-is-define

sdig: Fix compilation on OpenBSD where stdin is a define

4 years agoMerge pull request #8671 from omoerbeek/backport-8632-to-rec-4.3.x
Remi Gacogne [Tue, 7 Jan 2020 09:24:54 +0000 (10:24 +0100)] 
Merge pull request #8671 from omoerbeek/backport-8632-to-rec-4.3.x

rec: backport to 4.3.x: dnsdist: Require Python libnacl < 1.7

4 years agoFix compilation on OpenBSD where stdin is a define 8672/head
Otto Moerbeek [Tue, 7 Jan 2020 09:24:18 +0000 (10:24 +0100)] 
Fix compilation on OpenBSD where stdin is a define

4 years agodnsdist: Require Python libnacl < 1.7 8671/head
Remi Gacogne [Fri, 13 Dec 2019 10:16:20 +0000 (11:16 +0100)] 
dnsdist: Require Python libnacl < 1.7

Otherwise we need libsodium >= 1.0.12 (required by this change:
https://github.com/saltstack/libnacl/commit/8c8b2f8bc05a5b67f39acf9a6bc0bef6fa839166
) and we don't have it in Trusty, which we still use in Travis.

(cherry picked from commit 1f474f69cc45af37646513618badd7bfa06741fd)

4 years agoSet default maxqperq to 60, and allow for extra if qname-minimization is on.
Otto Moerbeek [Tue, 7 Jan 2020 07:35:24 +0000 (08:35 +0100)] 
Set default maxqperq to 60, and allow for extra if qname-minimization is on.

4 years agoMerge pull request #8567 from rgacogne/ddist-bounded-chash
Remi Gacogne [Mon, 6 Jan 2020 16:14:32 +0000 (17:14 +0100)] 
Merge pull request #8567 from rgacogne/ddist-bounded-chash

dnsdist: Add bounded loads to the consistent hashing policy

4 years agoMerge pull request #8667 from omoerbeek/rec-unittest-for-pr-8648
Otto Moerbeek [Mon, 6 Jan 2020 16:07:08 +0000 (17:07 +0100)] 
Merge pull request #8667 from omoerbeek/rec-unittest-for-pr-8648

rec: Introduce test for PR 8648.

4 years agoIntroduce test for PR 8648. 8667/head
Otto Moerbeek [Mon, 6 Jan 2020 14:04:25 +0000 (15:04 +0100)] 
Introduce test for PR 8648.

While there, explicitly init qname-minimization in test-syncres to
false.  The current code gave the impression it was turned on by
default for unit tests.  We have a lot of test that count queries,
and that is highly depedent on qname minimization being on or off.

4 years agoMerge pull request #8654 from phonedph1/logresp
Remi Gacogne [Mon, 6 Jan 2020 08:55:20 +0000 (09:55 +0100)] 
Merge pull request #8654 from phonedph1/logresp

dnsdist: LogResponseAction

4 years agoMerge pull request #8650 from spheron1/master
Remi Gacogne [Mon, 6 Jan 2020 08:54:08 +0000 (09:54 +0100)] 
Merge pull request #8650 from spheron1/master

Fix trusted-notification-proxy port

4 years agoMerge pull request #8658 from rgacogne/ddist-doc-typos
Remi Gacogne [Mon, 6 Jan 2020 08:53:43 +0000 (09:53 +0100)] 
Merge pull request #8658 from rgacogne/ddist-doc-typos

dnsdist: Fix a few typos in the documentation

4 years agorec: An Opt-Out NSEC3 RR only proves that there is no secure delegation 8665/head
Remi Gacogne [Thu, 2 Jan 2020 10:52:14 +0000 (11:52 +0100)] 
rec: An Opt-Out NSEC3 RR only proves that there is no secure delegation

4 years agoMerge pull request #8662 from rgacogne/ddist-default-tls-provider
Remi Gacogne [Thu, 2 Jan 2020 08:24:43 +0000 (09:24 +0100)] 
Merge pull request #8662 from rgacogne/ddist-default-tls-provider

dnsdist: Display the correct DoT provider

4 years agodnsdist: Display the correct DoT provider 8662/head
Remi Gacogne [Tue, 31 Dec 2019 10:15:32 +0000 (11:15 +0100)] 
dnsdist: Display the correct DoT provider

4 years agoMerge pull request #8649 from rgacogne/auth-tsig-keys-8645
Remi Gacogne [Tue, 31 Dec 2019 10:09:45 +0000 (11:09 +0100)] 
Merge pull request #8649 from rgacogne/auth-tsig-keys-8645

auth: Clear the TSIG algo between iterations in the API

4 years agodnsdist: Fix a few typos in the documentation 8658/head
Remi Gacogne [Tue, 24 Dec 2019 15:23:17 +0000 (16:23 +0100)] 
dnsdist: Fix a few typos in the documentation

4 years agodnsdist: Allow retrieving and deleting a backend via its UUID 8657/head
Remi Gacogne [Mon, 23 Dec 2019 17:15:49 +0000 (18:15 +0100)] 
dnsdist: Allow retrieving and deleting a backend via its UUID

Backends have a UUID since the introduction of the consistent hashing
load-balancing policy, but until now it was not possible to retrieve
or delete a backend via its UUID.

4 years agoMerge pull request #8656 from phonedph1/patch-20
Remi Gacogne [Mon, 23 Dec 2019 16:45:47 +0000 (17:45 +0100)] 
Merge pull request #8656 from phonedph1/patch-20

dnsdist: Update rules-actions.rst

4 years agoUpdate rules-actions.rst 8656/head
phonedph1 [Mon, 23 Dec 2019 16:32:55 +0000 (09:32 -0700)] 
Update rules-actions.rst

4 years agoDocument LogResponseAction 8654/head
phonedph1 [Mon, 23 Dec 2019 16:29:49 +0000 (16:29 +0000)] 
Document LogResponseAction

4 years agoLogResponseAction
phonedph1 [Fri, 20 Dec 2019 17:05:11 +0000 (17:05 +0000)] 
LogResponseAction

4 years agoMerge pull request #8648 from omoerbeek/rec-zonecuts-go-out-if-needed
Otto Moerbeek [Fri, 20 Dec 2019 12:46:13 +0000 (13:46 +0100)] 
Merge pull request #8648 from omoerbeek/rec-zonecuts-go-out-if-needed

rec: fix wrong zoneCuts caused by cache only lookup

4 years agoauth: Clear the TSIG algo between iterations in the API 8649/head
Remi Gacogne [Fri, 20 Dec 2019 12:04:23 +0000 (13:04 +0100)] 
auth: Clear the TSIG algo between iterations in the API

Otherwise `GSQLBackend::getTSIGKey()` will try to match the
algorithm in `keyAlgo` if it's set, which will prevent retrieving
a key with a different algorithm that the previous one.

4 years agoQName Minimization consults the cache first to see work needs to 8648/head
Otto Moerbeek [Fri, 20 Dec 2019 09:08:50 +0000 (10:08 +0100)] 
QName Minimization consults the cache first to see work needs to
be done. Via doCacheCheck() this can lead to a call to computeZoneCuts()
which might/does not work properly on only cached records, so always
make sure it can go out if needed. Should fix #8642.

4 years agoBump max-qperq default to 100; this is enough for rev v6 queries with cold
Otto Moerbeek [Fri, 20 Dec 2019 08:02:21 +0000 (09:02 +0100)] 
Bump max-qperq default to 100; this is enough for rev v6 queries with cold
cache with validations and qname minimization enabled.  Fixes #8646.

4 years agoFix trusted-notification-proxy port 8650/head
Edward Dore [Thu, 19 Dec 2019 17:48:42 +0000 (17:48 +0000)] 
Fix trusted-notification-proxy port

Explicitly set the port for outgoing queries to the SuperMaster when using trusted-notification-proxy and EDNS Client Subnet

Closes #8584

4 years agoFix build with gcc-10 8640/head
Sander Hoentjen [Mon, 16 Dec 2019 21:44:43 +0000 (22:44 +0100)] 
Fix build with gcc-10

From an e-mail from Jeff Law <law@redhat.com>:

Subject: Minor problem in pdns, dnsdist and pdns-recursor packages in Fedora

[ All three packages have embedded copies of the same problematic code
and the same patch fixes all three. ]

Red Hat's compiler team continues to try and be proactive in identifying
issues that will arise as a result of the introduction of a new GCC
release into Fedora each spring.

You're being contacted because a package you maintain in Fedora is going
to fail to build with gcc-10 in the spring.  Yes, I know that's a few
months away, but it's far easier to fix this stuff proactively now than
wait.

Fixing it now also means that your package will continue to be built
with testing versions of gcc-10 as we proceed through the development
process thus allowing additional issues to be caught early.

Your particular package will fail due to an uninstantiated template for
AsyncLoader<Request>.  These kinds of problems are relatively common due to
changes in the tuning of the inliner for gcc-10:

> BUILDSTDERR: /usr/bin/ld: webserver.o: in function `WebServer::serveConnection(std::shared_ptr<Socket>) const':
> BUILDSTDERR: /builddir/build/BUILD/pdns-4.2.1/pdns/webserver.cc:373: undefined reference to `YaHTTP::AsyncLoader<YaHTTP::Request>::feed(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
> BUILDSTDERR: collect2: error: ld returned 1 exit status
> BUILDSTDERR: make[3]: *** [Makefile:2751: ixfrdist] Error 1
>

The attached patch arranges for an instance to be instantiated when
compiling reqresp.cpp and is sufficient to fix this problem.  The
choice of reqresp.cpp fairly arbitrary IIRC.

Ideally you'll with upstream to get this fixed, but a Fedora patch is
clearly OK as well.   I'll install the attached fix into Fedora in a
week or so if I haven't heard from you.

Jeff

4 years agorec: debian postinst / do not fail on user creation if it already exists 8639/head
Antoine Joubert [Mon, 16 Dec 2019 16:57:13 +0000 (17:57 +0100)] 
rec: debian postinst / do not fail on user creation if it already exists

4 years agoMerge pull request #8630 from omoerbeek/rec-4.3-upgrade-guide
Otto Moerbeek [Mon, 16 Dec 2019 12:25:10 +0000 (13:25 +0100)] 
Merge pull request #8630 from omoerbeek/rec-4.3-upgrade-guide

Upgrade guide for rec-4.3

4 years agoUser differs on Debian vs CentOS 8630/head
Otto Moerbeek [Mon, 16 Dec 2019 09:08:11 +0000 (10:08 +0100)] 
User differs on Debian vs CentOS

4 years agoGive recursor relevant examples.
Otto Moerbeek [Mon, 16 Dec 2019 08:56:35 +0000 (09:56 +0100)] 
Give recursor relevant examples.

4 years agohyphen vs underscore
Otto Moerbeek [Mon, 16 Dec 2019 08:52:02 +0000 (09:52 +0100)] 
hyphen vs underscore

Co-Authored-By: Matt Nordhoff <mnordhoff@mattnordhoff.com>
4 years agoMerge pull request #8637 from blackbit42/master
Peter van Dijk [Sun, 15 Dec 2019 19:54:51 +0000 (20:54 +0100)] 
Merge pull request #8637 from blackbit42/master

Fix test syntax in 'pdnsutil --help'

4 years agoFix test syntax in 'pdnsutil --help' 8637/head
Alexander Huemer [Sun, 15 Dec 2019 19:46:31 +0000 (19:46 +0000)] 
Fix test syntax in 'pdnsutil --help'

4 years agoMerge pull request #8632 from rgacogne/dnsdist-libnacl-requirements
Remi Gacogne [Fri, 13 Dec 2019 13:30:09 +0000 (14:30 +0100)] 
Merge pull request #8632 from rgacogne/dnsdist-libnacl-requirements

dnsdist: Require Python libnacl < 1.7

4 years agoMerge pull request #8633 from rgacogne/ddist-doc-install-rh-missing-underline
Remi Gacogne [Fri, 13 Dec 2019 10:43:19 +0000 (11:43 +0100)] 
Merge pull request #8633 from rgacogne/ddist-doc-install-rh-missing-underline

dnsdist: Add missing underline in install documentation

4 years agodnsdist: Add missing underline in install documentation 8633/head
Remi Gacogne [Fri, 13 Dec 2019 10:41:55 +0000 (11:41 +0100)] 
dnsdist: Add missing underline in install documentation

4 years agoMerge pull request #8613 from Habbie/auth-pc-init-order
Remi Gacogne [Fri, 13 Dec 2019 10:34:27 +0000 (11:34 +0100)] 
Merge pull request #8613 from Habbie/auth-pc-init-order

auth packetcache: sync init order with member order

4 years agodnsdist: Require Python libnacl < 1.7 8632/head
Remi Gacogne [Fri, 13 Dec 2019 10:16:20 +0000 (11:16 +0100)] 
dnsdist: Require Python libnacl < 1.7

Otherwise we need libsodium >= 1.0.12 (required by this change:
https://github.com/saltstack/libnacl/commit/8c8b2f8bc05a5b67f39acf9a6bc0bef6fa839166
) and we don't have it in Trusty, which we still use in Travis.

4 years agoUpgrade guide for rec-4.3
Otto Moerbeek [Fri, 13 Dec 2019 09:45:30 +0000 (10:45 +0100)] 
Upgrade guide for rec-4.3

4 years agoMerge pull request #8621 from aerique/feature/repo-script-for-auth-43
Peter van Dijk [Thu, 12 Dec 2019 10:22:12 +0000 (11:22 +0100)] 
Merge pull request #8621 from aerique/feature/repo-script-for-auth-43

Add `auth-43` and `rec-43`.

4 years agoAdd `auth-43` and `rec-43`. 8621/head
Erik Winkels [Thu, 12 Dec 2019 09:47:25 +0000 (10:47 +0100)] 
Add `auth-43` and `rec-43`.

4 years agoMerge pull request #8618 from omoerbeek/rec-prep-4.3.0-beta1
aerique [Thu, 12 Dec 2019 09:24:26 +0000 (10:24 +0100)] 
Merge pull request #8618 from omoerbeek/rec-prep-4.3.0-beta1

Rec: Prepare for rec-4.3.0-beta1

4 years agoUpdate pdns/recursordist/docs/changelog/4.3.rst 8618/head
Otto Moerbeek [Wed, 11 Dec 2019 09:56:45 +0000 (10:56 +0100)] 
Update pdns/recursordist/docs/changelog/4.3.rst

Co-Authored-By: Peter van Dijk <peter.van.dijk@powerdns.com>
4 years agoSuggestions by Habbie
Otto Moerbeek [Wed, 11 Dec 2019 08:36:01 +0000 (09:36 +0100)] 
Suggestions by Habbie

4 years agoPrepare for rec-4.3.0-beta1
Otto Moerbeek [Tue, 10 Dec 2019 14:40:10 +0000 (15:40 +0100)] 
Prepare for rec-4.3.0-beta1

4 years agoMerge pull request #8539 from pieterlexis/4.3-docs rec-4.3.0-beta1
Peter van Dijk [Tue, 10 Dec 2019 11:25:44 +0000 (12:25 +0100)] 
Merge pull request #8539 from pieterlexis/4.3-docs

Auth 4.3.0 docs

4 years agoauth 4.3.0-alpha1 secpoll 8539/head
Peter van Dijk [Tue, 10 Dec 2019 10:51:44 +0000 (11:51 +0100)] 
auth 4.3.0-alpha1 secpoll

4 years agodocument local-ipv6 removal in 4.3
Peter van Dijk [Mon, 9 Dec 2019 09:26:00 +0000 (10:26 +0100)] 
document local-ipv6 removal in 4.3

4 years agoauth 4.3 changelog
Peter van Dijk [Fri, 6 Dec 2019 15:22:27 +0000 (16:22 +0100)] 
auth 4.3 changelog

4 years agogit-to-changelog-merges: remove trailing spaces
Peter van Dijk [Fri, 6 Dec 2019 15:22:00 +0000 (16:22 +0100)] 
git-to-changelog-merges: remove trailing spaces

4 years agoEL pkgs: chown dirs to service user
Pieter Lexis [Mon, 18 Nov 2019 09:40:09 +0000 (10:40 +0100)] 
EL pkgs: chown dirs to service user

4 years agoAdd auth 4.3.0 upgrade docs
Pieter Lexis [Mon, 18 Nov 2019 09:38:03 +0000 (10:38 +0100)] 
Add auth 4.3.0 upgrade docs

4 years agoMerge pull request #8571 from omoerbeek/rec-better-time-based
Otto Moerbeek [Tue, 10 Dec 2019 09:47:49 +0000 (10:47 +0100)] 
Merge pull request #8571 from omoerbeek/rec-better-time-based

Rec: better time based data structures

4 years agoMerge pull request #8599 from aerique/feature/update-docker-repo-script
aerique [Tue, 10 Dec 2019 08:35:01 +0000 (09:35 +0100)] 
Merge pull request #8599 from aerique/feature/update-docker-repo-script

Update docker repo script for auth-4.2.1.

4 years agoMerge pull request #8249 from chbruyand/lua-monitoring-thread auth-4.3.0-alpha1
Peter van Dijk [Mon, 9 Dec 2019 15:26:22 +0000 (16:26 +0100)] 
Merge pull request #8249 from chbruyand/lua-monitoring-thread

auth: refactor health checks monitoring done from LUA records

4 years agoMerge pull request #8497 from mind04/pdns-api2
Peter van Dijk [Mon, 9 Dec 2019 11:43:50 +0000 (12:43 +0100)] 
Merge pull request #8497 from mind04/pdns-api2

Auth: api: cache and rectify fixes in patchZone()

4 years agoFix CentOS 8 issue and install `dig`. 8599/head
Erik Winkels [Mon, 9 Dec 2019 09:52:37 +0000 (10:52 +0100)] 
Fix CentOS 8 issue and install `dig`.

4 years agoUpdate docker repo script for rec-4.2.1.
Erik Winkels [Mon, 9 Dec 2019 09:36:05 +0000 (10:36 +0100)] 
Update docker repo script for rec-4.2.1.

4 years agoMerge pull request #8611 from omoerbeek/rec-prep-4.2.1
Otto Moerbeek [Mon, 9 Dec 2019 09:30:02 +0000 (10:30 +0100)] 
Merge pull request #8611 from omoerbeek/rec-prep-4.2.1

Prepare for rec-4.2.1

4 years agoauth packetcache: sync init order with member order 8613/head
Peter van Dijk [Mon, 9 Dec 2019 08:54:00 +0000 (09:54 +0100)] 
auth packetcache: sync init order with member order

4 years agoremove unused variable 8249/head
Peter van Dijk [Fri, 6 Dec 2019 13:32:44 +0000 (14:32 +0100)] 
remove unused variable

4 years agoadd qname/qtype to LUA Lua errors
Peter van Dijk [Fri, 6 Dec 2019 13:31:31 +0000 (14:31 +0100)] 
add qname/qtype to LUA Lua errors