]> git.ipfire.org Git - thirdparty/pdns.git/log
thirdparty/pdns.git
2 years agoauth-4.7.0-beta2: secpoll and docs 11835/head
Peter van Dijk [Mon, 8 Aug 2022 12:16:16 +0000 (14:16 +0200)] 
auth-4.7.0-beta2: secpoll and docs

2 years agoMerge pull request #11508 from klaus-nicat/soa-check-skip-doflag
Peter van Dijk [Thu, 8 Sep 2022 09:21:49 +0000 (11:21 +0200)] 
Merge pull request #11508 from klaus-nicat/soa-check-skip-doflag

New setting compare-signatures-on-zone-freshness-check to disable DO flag for SOA checks

2 years agoMerge pull request #11860 from omoerbeek/auth-macos-libcrypto
Peter van Dijk [Thu, 8 Sep 2022 09:20:29 +0000 (11:20 +0200)] 
Merge pull request #11860 from omoerbeek/auth-macos-libcrypto

Auth: fix libcrypto handling in automake files

2 years agoMerge pull request #11858 from mind04/auth-sdig-swap
Peter van Dijk [Thu, 8 Sep 2022 07:03:07 +0000 (09:03 +0200)] 
Merge pull request #11858 from mind04/auth-sdig-swap

auth: change sdig output order

2 years agoMerge pull request #11143 from omoerbeek/gssapi
Peter van Dijk [Thu, 8 Sep 2022 07:00:46 +0000 (09:00 +0200)] 
Merge pull request #11143 from omoerbeek/gssapi

auth: Reintroduce GSS-TSIG processing

2 years agoMerge pull request #11908 from mind04/auth-zonecache-init
Peter van Dijk [Thu, 8 Sep 2022 06:58:44 +0000 (08:58 +0200)] 
Merge pull request #11908 from mind04/auth-zonecache-init

auth: initialize zone cache after dropping privileges

2 years agoMerge pull request #11906 from omoerbeek/rec-auth-padding
Otto Moerbeek [Wed, 7 Sep 2022 08:13:36 +0000 (10:13 +0200)] 
Merge pull request #11906 from omoerbeek/rec-auth-padding

rec: Implement padding of (DoT) messages to auth

2 years agoMerge pull request #11800 from fredmorcos/log-fix
Otto Moerbeek [Wed, 7 Sep 2022 07:59:13 +0000 (09:59 +0200)] 
Merge pull request #11800 from fredmorcos/log-fix

Log socket directory

2 years agoMerge pull request #11862 from rgacogne/unfck-openssl-3
Remi Gacogne [Wed, 7 Sep 2022 07:57:31 +0000 (09:57 +0200)] 
Merge pull request #11862 from rgacogne/unfck-openssl-3

libssl: Properly load ciphers and digests with OpenSSL 3.0

2 years agoauth: initialize zone cache after dropping privileges 11908/head
Kees Monshouwer [Tue, 6 Sep 2022 13:52:51 +0000 (15:52 +0200)] 
auth: initialize zone cache after dropping privileges

2 years agoDocs and setting (edns-padding-out, defaults to "yes"). 11906/head
Otto Moerbeek [Tue, 6 Sep 2022 14:02:25 +0000 (16:02 +0200)] 
Docs and setting (edns-padding-out, defaults to "yes").

2 years agoImplement padding of (DoT) messages to auth
Otto Moerbeek [Tue, 6 Sep 2022 11:30:21 +0000 (13:30 +0200)] 
Implement padding of (DoT) messages to auth

2 years agoMerge pull request #11889 from FredericDT/master
Remi Gacogne [Mon, 5 Sep 2022 07:38:49 +0000 (09:38 +0200)] 
Merge pull request #11889 from FredericDT/master

dnsdist: Add local ComboAddress parameter for SBind() at TeeAction()

2 years agoAdapt update policy load to new loadFile semantics, which throws on error. 11143/head
Otto Moerbeek [Fri, 2 Sep 2022 12:33:31 +0000 (14:33 +0200)] 
Adapt update policy load to new loadFile semantics, which throws on error.

2 years agoMore strict ENABLE_GSS_TSIG #ifdefs and checking of g_doGSSTSIG.
Otto Moerbeek [Fri, 2 Sep 2022 10:39:32 +0000 (12:39 +0200)] 
More strict ENABLE_GSS_TSIG #ifdefs and checking of g_doGSSTSIG.

In some (low level) code, g_doGSSTSIG cannot be used as the code is shared betwen various executables,
but the functionality should be conditional in the higher level processing.

This is a bit tricky to get right, so carefull checks needed.

2 years agospelling, review comments
Peter van Dijk [Fri, 25 Mar 2022 13:16:19 +0000 (14:16 +0100)] 
spelling, review comments

2 years agolibgss is not needed for build (it provides yet another gssapi implementation), but...
Otto Moerbeek [Mon, 10 Jan 2022 11:38:36 +0000 (12:38 +0100)] 
libgss is not needed for build (it provides yet another gssapi implementation), but we use the kerberos provided one.

Found out when trying to build for centos7.

2 years agoReinstate AXFR code for GSS-TSIG, respecting global enable flag.
Otto Moerbeek [Fri, 7 Jan 2022 09:36:20 +0000 (10:36 +0100)] 
Reinstate AXFR code for GSS-TSIG, respecting global enable flag.

2 years agoKill string leaks in processError
Otto Moerbeek [Fri, 7 Jan 2022 08:14:21 +0000 (09:14 +0100)] 
Kill string leaks in processError

2 years agoDocumentation updates: new runtime switch and some clarification for configuring...
Otto Moerbeek [Wed, 5 Jan 2022 12:21:56 +0000 (13:21 +0100)] 
Documentation updates: new runtime switch and some clarification for configuring zones.

2 years agoAdd feature printing so it's more easy to check if GSS-TSIG is compiled in.
Otto Moerbeek [Wed, 5 Jan 2022 12:21:43 +0000 (13:21 +0100)] 
Add feature printing so it's more easy to check if GSS-TSIG is compiled in.

2 years agoIf the update policy Lua file cannot be read, don't fall back to allow-all policy.
Otto Moerbeek [Wed, 5 Jan 2022 11:49:45 +0000 (12:49 +0100)] 
If the update policy Lua file cannot be read, don't fall back to allow-all policy.

2 years agoStart kerberos services using docker for regression tests.
Otto Moerbeek [Tue, 4 Jan 2022 15:10:46 +0000 (16:10 +0100)] 
Start kerberos services using docker for regression tests.

2 years agoAnswer can be nullptr, so test for it to avoid null deref.
Otto [Tue, 4 Jan 2022 13:22:22 +0000 (14:22 +0100)] 
Answer can be nullptr, so test for it to avoid null deref.

2 years agoAdd --enable-experimental-gss-tsig for auth build in CI.
Otto [Tue, 4 Jan 2022 08:52:30 +0000 (09:52 +0100)] 
Add --enable-experimental-gss-tsig for auth build in CI.

2 years agoIntroduce runtime switch `enable-gss-tsig` so that GSS-TSIG is disabled by default...
Otto Moerbeek [Mon, 3 Jan 2022 16:15:53 +0000 (17:15 +0100)] 
Introduce runtime switch `enable-gss-tsig` so that GSS-TSIG is disabled by default even if it is compiled in.

2 years agoBe more strict on conditional compiling (#ifdef ENABLE_GSS_TSIG), fixing non ENABLE_G...
Otto Moerbeek [Mon, 3 Jan 2022 14:28:24 +0000 (15:28 +0100)] 
Be more strict on conditional compiling (#ifdef ENABLE_GSS_TSIG), fixing non ENABLE_GSS_TSIG builds.

2 years agoAdd helper to get map counts and remove unneeded error function.
Otto Moerbeek [Fri, 24 Dec 2021 12:10:29 +0000 (13:10 +0100)] 
Add helper to get map counts and remove unneeded error function.

2 years agoRevert of 9385 (which removed GSS_TSIG functionality) and rebase to master
Otto Moerbeek [Tue, 7 Dec 2021 16:07:43 +0000 (17:07 +0100)] 
Revert of 9385 (which removed GSS_TSIG functionality) and rebase to master

Reformat according to project settings

We prefer C++ style casts and change NULL into nullptr

Move includes from gss_context.hh to gss_context.cc if possible, remove unused ones and move from boost::shared_ptr to std::shared_ptr.

Protect access to global maps by a mechanic translation to use
LockGuarded. The scopes of the locks should be verified, they might need
to be wider!

2 years agoMerge pull request #11896 from omoerbeek/rec-11881-followup
Otto Moerbeek [Fri, 2 Sep 2022 11:25:08 +0000 (13:25 +0200)] 
Merge pull request #11896 from omoerbeek/rec-11881-followup

Fix build if dnstap is not enabled

2 years agoFix build if dnstap is not enabled 11896/head
Otto Moerbeek [Fri, 2 Sep 2022 10:27:53 +0000 (12:27 +0200)] 
Fix build if dnstap is not enabled

2 years agoMerge pull request #11883 from rgacogne/ddist-optional-rings
Remi Gacogne [Fri, 2 Sep 2022 09:35:22 +0000 (11:35 +0200)] 
Merge pull request #11883 from rgacogne/ddist-optional-rings

dnsdist: Make recording queries/responses in the ringbuffers optional

2 years agoMerge pull request #11836 from Habbie/catalog-column-order
Peter van Dijk [Fri, 2 Sep 2022 07:24:03 +0000 (09:24 +0200)] 
Merge pull request #11836 from Habbie/catalog-column-order

auth catalog zones: simplify migration schemas by appending columns

2 years agoMerge pull request #11823 from fredmorcos/handle-lua-script-loading-errors
Fred Morcos [Fri, 2 Sep 2022 06:53:49 +0000 (08:53 +0200)] 
Merge pull request #11823 from fredmorcos/handle-lua-script-loading-errors

Handle Lua script loading errors

2 years agodnsdist: Deprecated setRingBuffersLockRetries() 11883/head
Remi Gacogne [Thu, 1 Sep 2022 12:22:30 +0000 (14:22 +0200)] 
dnsdist: Deprecated setRingBuffersLockRetries()

2 years agoCleanup 11823/head
Fred Morcos [Wed, 3 Aug 2022 11:34:01 +0000 (13:34 +0200)] 
Cleanup

2 years agoFormatting
Fred Morcos [Wed, 3 Aug 2022 11:32:54 +0000 (13:32 +0200)] 
Formatting

2 years agoHandle file-related errors when loading Lua scripts
Fred Morcos [Wed, 3 Aug 2022 11:09:38 +0000 (13:09 +0200)] 
Handle file-related errors when loading Lua scripts

2 years agoMerge pull request #11813 from zeha/webnoversion
Peter van Dijk [Thu, 1 Sep 2022 07:34:44 +0000 (09:34 +0200)] 
Merge pull request #11813 from zeha/webnoversion

auth/rec web: stop sending Server: header

2 years agoMerge pull request #11891 from Habbie/no-install-recommends
Peter van Dijk [Thu, 1 Sep 2022 05:41:17 +0000 (07:41 +0200)] 
Merge pull request #11891 from Habbie/no-install-recommends

builder: add --no-install-recommends to apt-get install

2 years agobuilder: add --no-install-recommends to apt-get install 11891/head
Peter van Dijk [Wed, 31 Aug 2022 10:47:25 +0000 (12:47 +0200)] 
builder: add --no-install-recommends to apt-get install

This was triggered by Ubuntu Kinetic pulling in a version of
systemd-resolved that breaks inside Docker. systemd-resolved
is an indirect (via Recommends somewhere) dependency of devscripts,
which we need.

However, if we were relying on Recommends, that was a bug, so I'm
applying the flag to all distributions.

2 years agoNot saving ComboAddress d_local in class TeeAction this time 11889/head
FredericDT [Wed, 31 Aug 2022 09:53:47 +0000 (17:53 +0800)] 
Not saving ComboAddress d_local in class TeeAction this time

Accoding to https://github.com/PowerDNS/pdns/pull/11889
> rgacogne
> Since we only use the local address in the constructor, I don't think we need to keep it around?
>
> FredericDT
> Possibly using that d_local in statistical function?
>
> rgacogne
> I would prefer not keeping it for now, we can always add it back later when we actually decide to do something with it :)

Signed-off-by: FredericDT <frederic.dt.twh@gmail.com>
2 years agoCommit docs in pdns/dnsdistdist/docs/rules-actions.rst
FredericDT [Wed, 31 Aug 2022 08:09:22 +0000 (16:09 +0800)] 
Commit docs in pdns/dnsdistdist/docs/rules-actions.rst

The optional parameter `local` shall be added in version 1.8.0

Signed-off-by: FredericDT <frederic.dt.twh@gmail.com>
2 years agoDrop setLocalBindAddress bool parameter, pass
FredericDT [Wed, 31 Aug 2022 08:02:19 +0000 (16:02 +0800)] 
Drop setLocalBindAddress bool parameter, pass
boost::optional<ComboAddress> instead.

According to https://github.com/PowerDNS/pdns/pull/11889

> An extra boolean flag is no needed for boost::optional<x>

Thanks Moerbeek and Gacogne

Signed-off-by: FredericDT <frederic.dt.twh@gmail.com>
2 years agodnsdist: Commit TeeAction optional local parameter docs and console
FredericDT [Wed, 31 Aug 2022 01:54:04 +0000 (09:54 +0800)] 
dnsdist: Commit TeeAction optional local parameter docs and console
    keywords

Signed-off-by: FredericDT <frederic.dt.twh@gmail.com>
2 years agoAdd local ComboAddress parameter for SBind() at TeeAction()
FredericDT [Tue, 30 Aug 2022 12:34:35 +0000 (20:34 +0800)] 
Add local ComboAddress parameter for SBind() at TeeAction()

Uasge:
    `addAction(AllRule(), TeeAction("192.0.2.54", false, "192.0.2.53"))`

    In which case, "192.0.2.54" is the ComboAddress of receiver, "192.0.2.53"
    is the ComboAddress of sender.

Signed-off-by: FredericDT <frederic.dt.twh@gmail.com>
2 years agoMerge pull request #11839 from rgacogne/ddist-ebpf-apparmor-memlock
Remi Gacogne [Tue, 30 Aug 2022 15:38:30 +0000 (17:38 +0200)] 
Merge pull request #11839 from rgacogne/ddist-ebpf-apparmor-memlock

dnsdist: Document that AppArmor can impact eBPF operations

2 years agoMerge pull request #11848 from omoerbeek/rec-throttled-maxqperq
Otto Moerbeek [Mon, 29 Aug 2022 10:51:50 +0000 (12:51 +0200)] 
Merge pull request #11848 from omoerbeek/rec-throttled-maxqperq

rec: Also check qperq limit if throttling happened, as it increases counters.

2 years agoMerge pull request #11867 from omoerbeek/rec-control-version
Otto Moerbeek [Mon, 29 Aug 2022 10:14:10 +0000 (12:14 +0200)] 
Merge pull request #11867 from omoerbeek/rec-control-version

rec_control: test for "--version" before requiring an argument.

2 years agoMerge pull request #11882 from fredmorcos/fred/11731-fix-pdnsutil-query-logging-segfault
Peter van Dijk [Mon, 29 Aug 2022 08:15:30 +0000 (10:15 +0200)] 
Merge pull request #11882 from fredmorcos/fred/11731-fix-pdnsutil-query-logging-segfault

Log "NULL" for nullptr-bound properties instead of dereferencing

2 years agoMerge pull request #11881 from omoerbeek/pb-queueData-log
Otto Moerbeek [Fri, 26 Aug 2022 14:36:11 +0000 (16:36 +0200)] 
Merge pull request #11881 from omoerbeek/pb-queueData-log

Reorganize protobuf queueData() with respect to logging

2 years agoProces review comments by rgacogne, thanks! 11881/head
Otto Moerbeek [Fri, 26 Aug 2022 13:02:46 +0000 (15:02 +0200)] 
Proces review comments by rgacogne, thanks!

2 years agodnsdist: Make recording queries/responses in the ringbuffers optional
Remi Gacogne [Tue, 16 Aug 2022 15:07:14 +0000 (17:07 +0200)] 
dnsdist: Make recording queries/responses in the ringbuffers optional

2 years agoLog "NULL" for nullptr-bound properties instead of dereferencing 11882/head
Fred Morcos [Wed, 24 Aug 2022 21:13:49 +0000 (23:13 +0200)] 
Log "NULL" for nullptr-bound properties instead of dereferencing

Fixes the issue where pdnsutil would segfault when query logging is enabled, and would
leave the db unmodified. Surprisingly, the segfault only happened on FreeBSD.

Fixes #11731

2 years agoReorganize queueData() with respect to logging.
Otto Moerbeek [Wed, 24 Aug 2022 07:56:26 +0000 (09:56 +0200)] 
Reorganize queueData() with respect to logging.

Let queueData() return a status and log that via a program supplied helper.
This way, the program specific (recursor,dnsdist) logging isn't polluting the common code.

There are a few other cases that need to be dealt with some day.

dnsdist log levels should be reviewed (I copied the existing), they might be too verbose.

2 years agouse TEXT consistently between pg schema and migration 11836/head
Peter van Dijk [Tue, 23 Aug 2022 14:21:36 +0000 (16:21 +0200)] 
use TEXT consistently between pg schema and migration

2 years agodo sqlite migration without temp table
Peter van Dijk [Tue, 23 Aug 2022 14:19:31 +0000 (16:19 +0200)] 
do sqlite migration without temp table

2 years agoMerge pull request #11878 from omoerbeek/rec-psa-2022-02-tweaks
Otto Moerbeek [Tue, 23 Aug 2022 14:15:54 +0000 (16:15 +0200)] 
Merge pull request #11878 from omoerbeek/rec-psa-2022-02-tweaks

PSA 2022-02 tweaks and add PR#'s

2 years agoPSA 2022-02 tweaks and add PR#'s 11878/head
Otto Moerbeek [Tue, 23 Aug 2022 11:36:02 +0000 (13:36 +0200)] 
PSA 2022-02 tweaks and add PR#'s

2 years agoMerge pull request #11874 from omoerbeek/rec-pb-size
Otto Moerbeek [Tue, 23 Aug 2022 10:17:02 +0000 (12:17 +0200)] 
Merge pull request #11874 from omoerbeek/rec-pb-size

Rec: check protobuf size

2 years agoMerge pull request #11873 from omoerbeek/rec-prep-20220823
Otto Moerbeek [Tue, 23 Aug 2022 09:55:38 +0000 (11:55 +0200)] 
Merge pull request #11873 from omoerbeek/rec-prep-20220823

Rec prep 20220823

2 years agoApply suggestions from code review 11873/head
Otto Moerbeek [Tue, 23 Aug 2022 09:50:34 +0000 (11:50 +0200)] 
Apply suggestions from code review

Co-authored-by: Peter van Dijk <peter.van.dijk@powerdns.com>
2 years agoCheck variable length cases to not create protobufs > max / 2 11874/head
Otto Moerbeek [Fri, 5 Aug 2022 08:21:01 +0000 (10:21 +0200)] 
Check variable length cases to not create protobufs > max / 2

2 years agoCheck sizes of generated protobuf messages
Otto Moerbeek [Wed, 3 Aug 2022 09:33:02 +0000 (11:33 +0200)] 
Check sizes of generated protobuf messages

2 years agoMerge pull request #11869 from omoerbeek/rec-maintenance-metrics
Otto Moerbeek [Tue, 23 Aug 2022 07:13:56 +0000 (09:13 +0200)] 
Merge pull request #11869 from omoerbeek/rec-maintenance-metrics

rec: Keep time and count metrics when maintenance is called.

2 years agoAdd 2022-02 PSA
Otto Moerbeek [Mon, 22 Aug 2022 12:00:15 +0000 (14:00 +0200)] 
Add 2022-02 PSA

2 years agoThese metrics are counters 11869/head
Otto Moerbeek [Mon, 22 Aug 2022 12:50:03 +0000 (14:50 +0200)] 
These metrics are counters

Co-authored-by: Remi Gacogne <github@coredump.fr>
2 years agoMerge pull request #11842 from mind04/auth-remotes
Peter van Dijk [Mon, 22 Aug 2022 12:43:35 +0000 (14:43 +0200)] 
Merge pull request #11842 from mind04/auth-remotes

auth: use getInnerRemote() for the remotes ring

2 years agoauth catalog zones: simplify migration schemas by appending columns
Peter van Dijk [Mon, 8 Aug 2022 13:51:50 +0000 (15:51 +0200)] 
auth catalog zones: simplify migration schemas by appending columns

2 years agoFix MIB, it was missing the objects defs.
Otto Moerbeek [Mon, 22 Aug 2022 11:52:03 +0000 (13:52 +0200)] 
Fix MIB, it was missing the objects defs.

2 years agorec: Keep time and count metrics when maintenance is called.
Otto Moerbeek [Mon, 22 Aug 2022 09:40:38 +0000 (11:40 +0200)] 
rec: Keep time and count metrics when maintenance is called.

Fixes #6981

2 years agorec_control: test for "--version" before requiring an argument. 11867/head
Otto Moerbeek [Mon, 22 Aug 2022 08:30:44 +0000 (10:30 +0200)] 
rec_control: test for "--version" before requiring an argument.

Fixes #11864

2 years agoPrep for August 23 2022 releases
Otto Moerbeek [Mon, 22 Aug 2022 07:29:57 +0000 (09:29 +0200)] 
Prep for August 23 2022 releases

2 years agoMerge pull request #11849 from omoerbeek/rec-dns64-vs-rcode
Otto Moerbeek [Mon, 22 Aug 2022 06:49:34 +0000 (08:49 +0200)] 
Merge pull request #11849 from omoerbeek/rec-dns64-vs-rcode

Rec: consider dns64 processing in more cases than Rcode == NoError

2 years agoMerge pull request #11859 from omoerbeek/rec-incfiles
Otto Moerbeek [Mon, 22 Aug 2022 05:52:13 +0000 (07:52 +0200)] 
Merge pull request #11859 from omoerbeek/rec-incfiles

rec: only include minimized js files and remove unused underscore*.js

2 years agoTwo more DNS64 test cases: "timeout on AAAA" and "Lua handled things" 11849/head
Otto Moerbeek [Fri, 19 Aug 2022 10:01:16 +0000 (12:01 +0200)] 
Two more DNS64 test cases: "timeout on AAAA" and "Lua handled things"

2 years agoMerge pull request #11819 from darnuria/auth-tsan-supp
Remi Gacogne [Fri, 19 Aug 2022 07:37:48 +0000 (09:37 +0200)] 
Merge pull request #11819 from darnuria/auth-tsan-supp

[tsan] add data race suppression for avg_latency and send_latencyres …

2 years ago[tsan] Data race suppression for avg_latency and send_latency globals. 11819/head
Axel Viala [Tue, 2 Aug 2022 21:06:22 +0000 (23:06 +0200)] 
[tsan] Data race suppression for avg_latency and send_latency globals.

See <https://github.com/PowerDNS/pdns/issues/11814>

2 years agoUpdate pdns/pdns_recursor.cc
Otto Moerbeek [Wed, 17 Aug 2022 15:15:33 +0000 (17:15 +0200)] 
Update pdns/pdns_recursor.cc

Co-authored-by: Remi Gacogne <github@coredump.fr>
2 years agolibssl: Properly load ciphers and digests with OpenSSL 3.0 11862/head
Remi Gacogne [Wed, 17 Aug 2022 13:58:08 +0000 (15:58 +0200)] 
libssl: Properly load ciphers and digests with OpenSSL 3.0

Since https://github.com/openssl/openssl/commit/661595ca0933fe631faeadd14a189acd5d4185e0
we can no longer rely on the ciphers and digests required for TLS to
be loaded by `OPENSSL_init_ssl()`, so let's give up and load everything.
I hope you have a lot of RAM.

2 years agoMerge pull request #11672 from phonedph1/patch-33
Otto Moerbeek [Wed, 17 Aug 2022 10:04:40 +0000 (12:04 +0200)] 
Merge pull request #11672 from phonedph1/patch-33

rec: make rec zone files with trailing dot

2 years agoAlso do odbc backend (tested) and ldap (not completely tested, as it gives 11860/head
Otto Moerbeek [Wed, 17 Aug 2022 08:30:36 +0000 (10:30 +0200)] 
Also do odbc backend (tested) and ldap (not completely tested, as it gives
ldap specific errors on MacOS).

2 years agoMore consistent naming 11859/head
Otto Moerbeek [Wed, 17 Aug 2022 07:48:41 +0000 (09:48 +0200)] 
More consistent naming

2 years agoOnly include files really needed: skip non-mminimzed versions and LICENSE and fix...
Otto Moerbeek [Wed, 17 Aug 2022 07:35:39 +0000 (09:35 +0200)] 
Only include files really needed: skip non-mminimzed versions and LICENSE and fix dependencies

2 years agoClean up javascript files
Otto Moerbeek [Wed, 17 Aug 2022 07:33:08 +0000 (09:33 +0200)] 
Clean up javascript files

- d3.js is actually the minimized verison of d3.v3.js
- introduce minimized version of handlebars
- delete underscore*.js as it is unused

2 years agoFix a bunch of build errors on MacOS related to the location of libcrypto
Otto Moerbeek [Tue, 16 Aug 2022 14:07:45 +0000 (16:07 +0200)] 
Fix a bunch of build errors on MacOS related to the location of libcrypto

2 years agoMerge pull request #11857 from omoerbeek/rec-link-libcrypto-rec_control
Otto Moerbeek [Tue, 16 Aug 2022 12:45:38 +0000 (14:45 +0200)] 
Merge pull request #11857 from omoerbeek/rec-link-libcrypto-rec_control

res: Set rec_control_LDFLAGS, needed for MacOS or any platforms where libcrypto is not in default lib path.

2 years agoMerge pull request #11852 from rgacogne/ddist-less-contention-servers
Remi Gacogne [Tue, 16 Aug 2022 12:44:48 +0000 (14:44 +0200)] 
Merge pull request #11852 from rgacogne/ddist-less-contention-servers

dnsdist: Slightly reduce contention around a pool's servers

2 years agoMerge pull request #11850 from fredmorcos/fred/11795-fix-recursor-not-responsive...
Otto Moerbeek [Tue, 16 Aug 2022 12:19:39 +0000 (14:19 +0200)] 
Merge pull request #11850 from fredmorcos/fred/11795-fix-recursor-not-responsive-after-config-reload

Fix recursor not responsive after Lua config reload

2 years agoDocument desired DNS674 behaviour and tweak implementation to adhere to docs.
Otto Moerbeek [Tue, 16 Aug 2022 12:07:27 +0000 (14:07 +0200)] 
Document desired DNS674 behaviour and tweak implementation to adhere to docs.

2 years agoMerge pull request #11851 from rgacogne/ddist-doh-only-call-getsockname-once
Remi Gacogne [Tue, 16 Aug 2022 12:15:59 +0000 (14:15 +0200)] 
Merge pull request #11851 from rgacogne/ddist-doh-only-call-getsockname-once

dnsdist: Only call getsockname() once per incoming DoH connection

2 years agoauth: change sdig output to zonefile order 11858/head
Kees Monshouwer [Tue, 25 Jan 2022 18:47:52 +0000 (19:47 +0100)] 
auth: change sdig output to zonefile order

2 years agodnsdist: Make ServerPolicy::NumberedServerVector const 11852/head
Remi Gacogne [Tue, 16 Aug 2022 11:35:27 +0000 (13:35 +0200)] 
dnsdist: Make ServerPolicy::NumberedServerVector const

As suggested by Otto (Thanks!).

2 years agoMerge pull request #11845 from rgacogne/ddist-better-stats-handling
Remi Gacogne [Tue, 16 Aug 2022 11:25:58 +0000 (13:25 +0200)] 
Merge pull request #11845 from rgacogne/ddist-better-stats-handling

dnsdist: Better handling of the different types of metrics

2 years agoMerge pull request #11844 from rgacogne/ddist-destroy-initial-health-mplexer
Remi Gacogne [Tue, 16 Aug 2022 11:24:34 +0000 (13:24 +0200)] 
Merge pull request #11844 from rgacogne/ddist-destroy-initial-health-mplexer

dnsdist: Do not keep the mplexer created for the initial health-check around

2 years agoMerge pull request #11798 from rgacogne/ddist-fix-cache-counters-latency
Remi Gacogne [Tue, 16 Aug 2022 11:24:04 +0000 (13:24 +0200)] 
Merge pull request #11798 from rgacogne/ddist-fix-cache-counters-latency

dnsdist: Fix latency and counters update for UDP cache hits

2 years agoMerge pull request #11790 from rgacogne/ddist-fix-exception-discovery
Remi Gacogne [Tue, 16 Aug 2022 11:23:49 +0000 (13:23 +0200)] 
Merge pull request #11790 from rgacogne/ddist-fix-exception-discovery

dnsdist: Use the correct delay when a backend cannot be upgraded to Do{T,H}

2 years agoMerge pull request #11812 from zeha/recnojquery
Otto Moerbeek [Tue, 16 Aug 2022 11:23:41 +0000 (13:23 +0200)] 
Merge pull request #11812 from zeha/recnojquery

Recursor: replace/remove jQuery

2 years agoMerge pull request #11854 from omoerbeek/rec-slog-ws-followup
Otto Moerbeek [Tue, 16 Aug 2022 11:21:12 +0000 (13:21 +0200)] 
Merge pull request #11854 from omoerbeek/rec-slog-ws-followup

rec: structured logging for sebserver followup: An HttpException creates a new response body.

2 years agoSet rec_control_LDFLAGS, needed for MacOS or any platforms where libcryto is not... 11857/head
Otto Moerbeek [Tue, 16 Aug 2022 10:31:46 +0000 (12:31 +0200)] 
Set rec_control_LDFLAGS, needed for MacOS or any platforms where libcryto is not in default lib path.

Fixes #11855