]> git.ipfire.org Git - thirdparty/pdns.git/log
thirdparty/pdns.git
2 years agolmdb tests: actually use lmdb config 12282/head
Peter van Dijk [Tue, 6 Dec 2022 17:56:58 +0000 (18:56 +0100)] 
lmdb tests: actually use lmdb config

2 years agoauth lmdb: make outgoing notifications work
Peter van Dijk [Tue, 6 Dec 2022 16:42:27 +0000 (17:42 +0100)] 
auth lmdb: make outgoing notifications work

2 years agoMerge pull request #12298 from Habbie/tinydns-data-fix2
Peter van Dijk [Wed, 7 Dec 2022 18:34:31 +0000 (19:34 +0100)] 
Merge pull request #12298 from Habbie/tinydns-data-fix2

actually fix tinydns data

2 years agoMerge pull request #12274 from rgacogne/ddist-debug-snmp
Remi Gacogne [Wed, 7 Dec 2022 15:37:55 +0000 (16:37 +0100)] 
Merge pull request #12274 from rgacogne/ddist-debug-snmp

dnsdist: Add logs to investigate the SNMP regression tests failure

2 years agoactually fix tinydns data 12298/head
Peter van Dijk [Wed, 7 Dec 2022 15:00:02 +0000 (16:00 +0100)] 
actually fix tinydns data

2 years agoMerge pull request #12290 from omoerbeek/mincurl-coverity
Otto Moerbeek [Wed, 7 Dec 2022 14:31:52 +0000 (15:31 +0100)] 
Merge pull request #12290 from omoerbeek/mincurl-coverity

Coverity 1501408: Uninitialized scalar field

2 years agoMerge pull request #12289 from omoerbeek/rec-unsupported-qtype
Otto Moerbeek [Wed, 7 Dec 2022 13:33:56 +0000 (14:33 +0100)] 
Merge pull request #12289 from omoerbeek/rec-unsupported-qtype

rec: refactor unsuppored qtype code and make sure we ServFail on all unsupported qtypes

2 years agoMerge pull request #12285 from mind04/auth-api-consumer
Peter van Dijk [Wed, 7 Dec 2022 13:15:44 +0000 (14:15 +0100)] 
Merge pull request #12285 from mind04/auth-api-consumer

auth: api, do not create SOA and NS records for consumer zones

2 years agoElaborate on NSEC/NSEC3 diffference in comment 12289/head
Otto Moerbeek [Wed, 7 Dec 2022 12:37:13 +0000 (13:37 +0100)] 
Elaborate on NSEC/NSEC3 diffference in comment

2 years agoApply suggestions from code review
Otto Moerbeek [Wed, 7 Dec 2022 12:30:19 +0000 (13:30 +0100)] 
Apply suggestions from code review

Co-authored-by: Peter van Dijk <peter.van.dijk@powerdns.com>
2 years agoMerge pull request #12288 from rgacogne/fix-spelling
Remi Gacogne [Wed, 7 Dec 2022 12:15:54 +0000 (13:15 +0100)] 
Merge pull request #12288 from rgacogne/fix-spelling

Fix a typo and allow 'byteslimit'

2 years agoMerge pull request #11065 from pieterlexis/sd-protectproc
Remi Gacogne [Wed, 7 Dec 2022 12:14:32 +0000 (13:14 +0100)] 
Merge pull request #11065 from pieterlexis/sd-protectproc

service files: Add more sandboxing options

2 years agoMerge pull request #12185 from PenelopeFudd/master
Peter van Dijk [Wed, 7 Dec 2022 11:05:17 +0000 (12:05 +0100)] 
Merge pull request #12185 from PenelopeFudd/master

Enhancing dnsupdate documentation

2 years agoCoverity 1501408: Uninitialized scalar field 12290/head
Otto Moerbeek [Wed, 7 Dec 2022 10:54:01 +0000 (11:54 +0100)] 
Coverity 1501408: Uninitialized scalar field

2 years agoMerge pull request #12216 from kpfleming/catalog-zone-doc-clarifications
Peter van Dijk [Wed, 7 Dec 2022 10:21:56 +0000 (11:21 +0100)] 
Merge pull request #12216 from kpfleming/catalog-zone-doc-clarifications

Small clarifications to docs for API usage with catalog zones.

2 years agorec: refactor unsuppored qtype code and make sure we ServFail on all unsupported...
Otto Moerbeek [Wed, 7 Dec 2022 09:54:49 +0000 (10:54 +0100)] 
rec: refactor unsuppored qtype code and make sure we ServFail on all unsupported qtypes

This fixes #12251

Also I'd like to know why we ServFail on NSEC3 but not on NSEC: we should either fix that or add a comment explaining this.

2 years agorec: Fix a typo in the doc 12288/head
Remi Gacogne [Wed, 7 Dec 2022 09:05:20 +0000 (10:05 +0100)] 
rec: Fix a typo in the doc

2 years agospell-check: Allow 'byteslimit' (name of a parameter to a Lua function)
Remi Gacogne [Wed, 7 Dec 2022 09:04:50 +0000 (10:04 +0100)] 
spell-check: Allow 'byteslimit' (name of a parameter to a Lua function)

2 years agoMerge pull request #12287 from Habbie/fix-tinydns-data
Peter van Dijk [Wed, 7 Dec 2022 09:03:23 +0000 (10:03 +0100)] 
Merge pull request #12287 from Habbie/fix-tinydns-data

auth: fix tinydns data, missed this spot in #12279

2 years agosystemd service: Only enable MemoryDenyWriteExecute for ixfrdist 11065/head
Remi Gacogne [Tue, 29 Nov 2022 15:10:57 +0000 (16:10 +0100)] 
systemd service: Only enable MemoryDenyWriteExecute for ixfrdist

Because it does not play well with LuaJIT, which all other products
use.

2 years agosystemd service: disallow access to devices (except, zero, full, null, random, urandom)
Pieter Lexis [Fri, 3 Dec 2021 12:08:09 +0000 (13:08 +0100)] 
systemd service: disallow access to devices (except, zero, full, null, random, urandom)

2 years agosystemd service: lock down IPC
Pieter Lexis [Fri, 3 Dec 2021 12:04:57 +0000 (13:04 +0100)] 
systemd service: lock down IPC

2 years agoservice files: Add MemoryDenyWriteExecute
Pieter Lexis [Fri, 3 Dec 2021 10:01:00 +0000 (11:01 +0100)] 
service files: Add MemoryDenyWriteExecute

This disallows the services to write executable memory.

2 years agoservice files: Add ProtectProc
Pieter Lexis [Fri, 3 Dec 2021 09:37:46 +0000 (10:37 +0100)] 
service files: Add ProtectProc

Another sandboxing option,
[ProtectProc](https://www.freedesktop.org/software/systemd/man/systemd.exec.html#ProtectProc=)
hides all /proc/<pid> that are not owned by the service user and hides
some kernel things from /proc as well.

2 years agoMerge pull request #12248 from kpfleming/issue-11153
Remi Gacogne [Wed, 7 Dec 2022 08:42:25 +0000 (09:42 +0100)] 
Merge pull request #12248 from kpfleming/issue-11153

systemd: Add "After" dependency on time-sync.target

2 years agoMerge pull request #12237 from rgacogne/ddist-unscrew-resumption-ossl3
Remi Gacogne [Wed, 7 Dec 2022 08:33:31 +0000 (09:33 +0100)] 
Merge pull request #12237 from rgacogne/ddist-unscrew-resumption-ossl3

dnsdist: Ignore unclean TLS session shutdown

2 years agoMerge pull request #12283 from rgacogne/ddist-fix-long-double-warning
Remi Gacogne [Wed, 7 Dec 2022 08:33:23 +0000 (09:33 +0100)] 
Merge pull request #12283 from rgacogne/ddist-fix-long-double-warning

dnsdist: Fix a warning about long to double conversion

2 years agoauth: fix tinydns data, missed this spot in #12279 12287/head
Peter van Dijk [Tue, 6 Dec 2022 18:02:31 +0000 (19:02 +0100)] 
auth: fix tinydns data, missed this spot in #12279

2 years agoauth: api, add create/delete consumer zone test 12285/head
Kees Monshouwer [Tue, 6 Dec 2022 17:34:09 +0000 (18:34 +0100)] 
auth: api, add create/delete consumer zone test

2 years agoauth: api, do not create SOA and NS records for consumer zones
Kees Monshouwer [Tue, 6 Dec 2022 17:29:16 +0000 (18:29 +0100)] 
auth: api, do not create SOA and NS records for consumer zones

2 years agodnsdist: Fix a warning about long to double conversion 12283/head
Remi Gacogne [Tue, 6 Dec 2022 16:43:12 +0000 (17:43 +0100)] 
dnsdist: Fix a warning about long to double conversion

```
dnsdist-backend.cc:601:61: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
      if (backOffCoeffTmp != HUGE_VAL && backOffCoeffTmp <= std::numeric_limits<time_t>::max()) {
                                                         ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```

2 years agoMerge pull request #12276 from rgacogne/ddist-less-wakeups
Remi Gacogne [Tue, 6 Dec 2022 15:51:00 +0000 (16:51 +0100)] 
Merge pull request #12276 from rgacogne/ddist-less-wakeups

dnsdist: Reduce useless wake-ups from the event loop

2 years agoMerge pull request #12278 from rgacogne/ddist-prevent-allocs
Remi Gacogne [Tue, 6 Dec 2022 15:50:41 +0000 (16:50 +0100)] 
Merge pull request #12278 from rgacogne/ddist-prevent-allocs

dnsdist: Small improvements

2 years agoMerge pull request #12279 from Habbie/auth-test-ordername
Peter van Dijk [Tue, 6 Dec 2022 15:16:20 +0000 (16:16 +0100)] 
Merge pull request #12279 from Habbie/auth-test-ordername

auth: add ordername testing

2 years agoadd ordername testing 12279/head
Peter van Dijk [Tue, 6 Dec 2022 14:40:51 +0000 (15:40 +0100)] 
add ordername testing

2 years agoMerge pull request #12275 from rgacogne/ddist-andor-modern
Remi Gacogne [Tue, 6 Dec 2022 14:25:15 +0000 (15:25 +0100)] 
Merge pull request #12275 from rgacogne/ddist-andor-modern

dnsdist: Refactor AndRule and OrRule to modern C++ loops

2 years agoMerge pull request #12218 from nneul/patch-1
Otto Moerbeek [Tue, 6 Dec 2022 12:11:31 +0000 (13:11 +0100)] 
Merge pull request #12218 from nneul/patch-1

rec: Document negation of netmasks in settings.rst

2 years agoMerge pull request #12277 from chbruyand/auth-ifurlup-byteslimit
Peter van Dijk [Tue, 6 Dec 2022 12:09:49 +0000 (13:09 +0100)] 
Merge pull request #12277 from chbruyand/auth-ifurlup-byteslimit

auth: add byteslimit support to lua ifurlup() function

2 years agodnsdist: Only allocate a ConnectionInfo object when actually needed 12278/head
Remi Gacogne [Thu, 10 Nov 2022 11:11:45 +0000 (12:11 +0100)] 
dnsdist: Only allocate a ConnectionInfo object when actually needed

2 years agoIntroduce a seperate parapraph explaining negation in netmask lists. 12218/head
Otto Moerbeek [Tue, 6 Dec 2022 11:23:08 +0000 (12:23 +0100)] 
Introduce a seperate parapraph explaining negation in netmask lists.

Also tell which settings allow negation.

2 years agoauth: add byteslimit support to lua ifurlup() function 12277/head
Charles-Henri Bruyand [Tue, 6 Dec 2022 11:20:26 +0000 (12:20 +0100)] 
auth: add byteslimit support to lua ifurlup() function

2 years agodnsdist: Prevent a copy when inserting a tag
Remi Gacogne [Fri, 18 Nov 2022 15:57:09 +0000 (16:57 +0100)] 
dnsdist: Prevent a copy when inserting a tag

2 years agoMerge pull request #12254 from rgacogne/restrict-github-token
Peter van Dijk [Tue, 6 Dec 2022 11:14:25 +0000 (12:14 +0100)] 
Merge pull request #12254 from rgacogne/restrict-github-token

Restrict permissions for GITHUB_TOKEN in our workflows

2 years agodnsdist: Keep the local copy of the downstream servers around
Remi Gacogne [Fri, 18 Nov 2022 15:56:47 +0000 (16:56 +0100)] 
dnsdist: Keep the local copy of the downstream servers around

2 years agodnsdist: Reduce useless wake-ups from the event loop 12276/head
Remi Gacogne [Fri, 18 Nov 2022 15:56:16 +0000 (16:56 +0100)] 
dnsdist: Reduce useless wake-ups from the event loop

The TCP acceptor, UDP client and Lua network threads never needs to break out of the event loop.
The outgoing DoH one only needs to do that once per second to check for timeouts.

2 years agodnsdist: Refactor AndRule and OrRule to modern C++ loops 12275/head
Remi Gacogne [Mon, 5 Dec 2022 15:22:03 +0000 (16:22 +0100)] 
dnsdist: Refactor AndRule and OrRule to modern C++ loops

2 years agodnsdist: Add logs to investigate the SNMP regression tests failure 12274/head
Remi Gacogne [Tue, 6 Dec 2022 10:35:30 +0000 (11:35 +0100)] 
dnsdist: Add logs to investigate the SNMP regression tests failure

2 years agoMerge pull request #12087 from zeha/apizonecreaterectify
Peter van Dijk [Tue, 6 Dec 2022 10:34:24 +0000 (11:34 +0100)] 
Merge pull request #12087 from zeha/apizonecreaterectify

API: Auth: fix newly created zone not rectified

2 years agoMerge pull request #12269 from frei-style/master
Peter van Dijk [Tue, 6 Dec 2022 10:22:06 +0000 (11:22 +0100)] 
Merge pull request #12269 from frei-style/master

auth: fix invalid catalog zone sql query for gpgsqlbackend

2 years agoauth: fix invalid catalog zone sql query for gpgsqlbackend 12269/head
Manuel Frei [Tue, 6 Dec 2022 00:34:37 +0000 (01:34 +0100)] 
auth: fix invalid catalog zone sql query for gpgsqlbackend

2 years agoMerge pull request #12265 from Habbie/alsonotifies
Peter van Dijk [Mon, 5 Dec 2022 14:02:16 +0000 (15:02 +0100)] 
Merge pull request #12265 from Habbie/alsonotifies

auth: move alsoNotifies up into DNSBackend

2 years agoauth: move alsoNotifies up into DNSBackend, fixes #12256 12265/head
Peter van Dijk [Mon, 5 Dec 2022 13:01:15 +0000 (14:01 +0100)] 
auth: move alsoNotifies up into DNSBackend, fixes #12256

2 years agoMerge pull request #12257 from Habbie/auth-api-backend-refused
Peter van Dijk [Mon, 5 Dec 2022 09:21:32 +0000 (10:21 +0100)] 
Merge pull request #12257 from Habbie/auth-api-backend-refused

auth API: slightly clearer message when a backend cannot create domains

2 years agoauth API: slightly clearer message when a backend cannot create domains 12257/head
Peter van Dijk [Thu, 1 Dec 2022 18:51:40 +0000 (19:51 +0100)] 
auth API: slightly clearer message when a backend cannot create domains

2 years agoMerge pull request #12255 from rgacogne/ddist-doc-counters-typo
Remi Gacogne [Thu, 1 Dec 2022 14:17:57 +0000 (15:17 +0100)] 
Merge pull request #12255 from rgacogne/ddist-doc-counters-typo

dnsdist: Fix a typo in the counters documentation

2 years agodnsdist: Fix a typo in the counters documentation 12255/head
Remi Gacogne [Thu, 1 Dec 2022 13:42:34 +0000 (14:42 +0100)] 
dnsdist: Fix a typo in the counters documentation

2 years agoRestrict permissions for GITHUB_TOKEN in our workflows 12254/head
Remi Gacogne [Thu, 1 Dec 2022 13:34:19 +0000 (14:34 +0100)] 
Restrict permissions for GITHUB_TOKEN in our workflows

Added using https://github.com/step-security/secure-workflows
For more information see:
- https://github.com/ossf/scorecard/blob/d8fefc9b246db3600c777e9d60d441d7c386ce1d/docs/checks.md#token-permissions
- https://github.blog/changelog/2021-04-20-github-actions-control-permissions-for-github_token/

2 years agoMerge pull request #11020 from MiniPierre/xdp-logging
Remi Gacogne [Thu, 1 Dec 2022 13:05:26 +0000 (14:05 +0100)] 
Merge pull request #11020 from MiniPierre/xdp-logging

dnsdist: Added XDP middleware for dropped/redirected queries logging

2 years agoMerge pull request #12252 from omoerbeek/auth-docs-recordtypes
Peter van Dijk [Thu, 1 Dec 2022 09:20:02 +0000 (10:20 +0100)] 
Merge pull request #12252 from omoerbeek/auth-docs-recordtypes

auth: Update supported recordtypes: remove A6 MAILA MAILB SIG and WKS, add ZONEMD

2 years agodnsdist: fixed XDP filter indentation 11020/head
Pierre Grié [Wed, 24 Nov 2021 13:15:50 +0000 (14:15 +0100)] 
dnsdist: fixed XDP filter indentation

2 years agodnsdist: Added XDP middleware for dropped/redirected queries logging
Pierre Grié [Mon, 22 Nov 2021 16:56:12 +0000 (17:56 +0100)] 
dnsdist: Added XDP middleware for dropped/redirected queries logging

2 years agoMerge pull request #11863 from darnuria/dnsname/usememchr_check_length
Otto Moerbeek [Wed, 30 Nov 2022 15:02:55 +0000 (16:02 +0100)] 
Merge pull request #11863 from darnuria/dnsname/usememchr_check_length

DNSName constructor use memchr instead of strchr and cleanup with string_view

2 years agoDrop ref from string_view arg 11863/head
Otto Moerbeek [Wed, 30 Nov 2022 14:12:28 +0000 (15:12 +0100)] 
Drop ref from string_view arg

2 years agoUse '\0' for (char) 0 and ref for string_view argument
Otto Moerbeek [Wed, 30 Nov 2022 13:26:18 +0000 (14:26 +0100)] 
Use '\0' for (char) 0 and ref for string_view argument

2 years agofixup: Optionnal removal of plen.
Axel Viala [Mon, 22 Aug 2022 11:46:54 +0000 (13:46 +0200)] 
fixup: Optionnal removal of plen.

2 years agoWIP: Clean-up DNSName constructor unify with string_view.
Axel Viala [Mon, 22 Aug 2022 10:17:16 +0000 (12:17 +0200)] 
WIP: Clean-up DNSName constructor unify with string_view.

2 years agofixup: Apply @omoerbeek suggestion
Axel Viala [Mon, 22 Aug 2022 10:24:43 +0000 (12:24 +0200)] 
fixup: Apply @omoerbeek suggestion

2 years agoDNSName constructor use memchr instead of strchr.
Axel Viala [Thu, 18 Aug 2022 10:31:04 +0000 (12:31 +0200)] 
DNSName constructor use memchr instead of strchr.

Also check length before dereferencing.
Rational for this change:

- Why using strchr if we have a length?
- Accepting char * p that doesn't contains `\0`.

2 years agoMerge pull request #11594 from ClaudioRifo/patch-1
Otto Moerbeek [Wed, 30 Nov 2022 10:32:16 +0000 (11:32 +0100)] 
Merge pull request #11594 from ClaudioRifo/patch-1

Update statistics.rst

2 years agoUpdate supported recordtypes: remove A6 MAILA MAILB SIG and WKS, add ZONEMD 12252/head
Otto Moerbeek [Wed, 30 Nov 2022 10:08:11 +0000 (11:08 +0100)] 
Update supported recordtypes: remove A6 MAILA MAILB SIG and WKS, add ZONEMD

Fixes #11468

2 years agobetter word 11594/head
Otto Moerbeek [Wed, 30 Nov 2022 09:52:34 +0000 (10:52 +0100)] 
better word

Co-authored-by: Remi Gacogne <github@coredump.fr>
2 years agoRefer to Linux docs and RFC instead of documenting these ourselves.
Otto Moerbeek [Wed, 30 Nov 2022 08:57:08 +0000 (09:57 +0100)] 
Refer to Linux docs and RFC instead of documenting these ourselves.

2 years agoUpdate statistics.rst
ClaudioRifo [Fri, 29 Apr 2022 22:18:17 +0000 (18:18 -0400)] 
Update statistics.rst

Notes that help understand some UDP counters.
Note that help understand that counters from /proc/net/ are global and O.S. related.

2 years agoMerge pull request #11951 from Habbie/Werror
Otto Moerbeek [Wed, 30 Nov 2022 08:37:51 +0000 (09:37 +0100)] 
Merge pull request #11951 from Habbie/Werror

make builds pass with -Werror on _my_ system

2 years agosystemd: Add "After" dependency on time-sync.target 12248/head
Kevin P. Fleming [Tue, 29 Nov 2022 11:14:10 +0000 (06:14 -0500)] 
systemd: Add "After" dependency on time-sync.target

Adds 'After=time-sync.target' to the service unit files; this will not
have any immediate effect, unless the system administrator has also
enabled a unit which has a 'Before' dependency on that target;
there are none of those units enabled in a default configuration in
common distributions. systemd itself adds such an 'After' dependency
to all timer units with OnCalendar settings, and to some other units.

However, in a system which makes use of systemd-timesyncd, the admin
can enable systemd-time-wait-sync.service, which has such a
dependency. The result would be that none of the PowerDNS services on
the system would be started until after systemd-timesyncd is certain
that the system's clock is synchronized with the configured external
source.

A similar configuration can be achieved on systems which use ntpd,
chronyd, or other time synchronization tools.

Closes #11153.

2 years agoMerge pull request #11346 from omoerbeek/pdnsutil-no-colors
Otto Moerbeek [Mon, 28 Nov 2022 18:50:48 +0000 (19:50 +0100)] 
Merge pull request #11346 from omoerbeek/pdnsutil-no-colors

auth: Basic abstraction for handling colored terminal output, respecting isatty(), --no-colors and NO_COLOR

2 years agoBasic abstraction for handling colored terminal output, respecting isatty(), --no... 11346/head
Otto Moerbeek [Sat, 19 Feb 2022 18:28:13 +0000 (19:28 +0100)] 
Basic abstraction for handling colored terminal output, respecting isatty(), --no-colors and NO_COLOR

2 years agoMerge pull request #9709 from rgacogne/fuzz-yahttp
Remi Gacogne [Mon, 28 Nov 2022 15:15:47 +0000 (16:15 +0100)] 
Merge pull request #9709 from rgacogne/fuzz-yahttp

Add a simple fuzzing target for YaHTTP

2 years agoMerge pull request #12244 from rgacogne/typos
Remi Gacogne [Mon, 28 Nov 2022 15:13:59 +0000 (16:13 +0100)] 
Merge pull request #12244 from rgacogne/typos

Fix a typo in the recursor's ChangeLog, allow 'builddeb'

2 years agospellcheck: Allow 'builddeb' 12244/head
Remi Gacogne [Mon, 28 Nov 2022 14:28:40 +0000 (15:28 +0100)] 
spellcheck: Allow 'builddeb'

2 years agorec: Fix a typo (Timout->Timeout) in the recursor's ChangeLog
Remi Gacogne [Mon, 28 Nov 2022 14:28:11 +0000 (15:28 +0100)] 
rec: Fix a typo (Timout->Timeout) in the recursor's ChangeLog

2 years agoAdd a fuzzing target for YaHTTP 9709/head
Remi Gacogne [Thu, 12 Nov 2020 08:01:23 +0000 (09:01 +0100)] 
Add a fuzzing target for YaHTTP

2 years agoMerge pull request #11329 from Kian0815/doc-remove-kees-monshouer
Peter van Dijk [Mon, 28 Nov 2022 12:58:18 +0000 (13:58 +0100)] 
Merge pull request #11329 from Kian0815/doc-remove-kees-monshouer

Update installation.rst

2 years agoMerge pull request #12243 from omoerbeek/rpz-axfr-docs
Otto Moerbeek [Mon, 28 Nov 2022 12:28:22 +0000 (13:28 +0100)] 
Merge pull request #12243 from omoerbeek/rpz-axfr-docs

rec: Mention timeout also aplies to IXFRs

2 years agofix typo 11329/head
Peter van Dijk [Mon, 28 Nov 2022 12:25:58 +0000 (13:25 +0100)] 
fix typo

2 years agoMerge pull request #11417 from nils-wisiol/benchmark-2048bit
Otto Moerbeek [Mon, 28 Nov 2022 12:15:42 +0000 (13:15 +0100)] 
Merge pull request #11417 from nils-wisiol/benchmark-2048bit

Use RSA-2048 instead of RSA-1024 for crypto benchmark

2 years agoMention timeout also aplies to IXFRs 12243/head
Otto Moerbeek [Mon, 28 Nov 2022 11:50:42 +0000 (12:50 +0100)] 
Mention timeout also aplies to IXFRs

2 years agoMerge pull request #12210 from rgacogne/auth-remotebackend-tests-failures
Otto Moerbeek [Mon, 28 Nov 2022 11:07:30 +0000 (12:07 +0100)] 
Merge pull request #12210 from rgacogne/auth-remotebackend-tests-failures

auth: Better error handling in the remote backend tests

2 years agoMerge pull request #11966 from darnuria/clang-tidy/empty
Otto Moerbeek [Mon, 28 Nov 2022 10:58:57 +0000 (11:58 +0100)] 
Merge pull request #11966 from darnuria/clang-tidy/empty

[clang-tidy] pdns_utils use empty where possible + move decl to assignation site.

2 years agoMerge pull request #11910 from darnuria/clang-tidy/get-line
Otto Moerbeek [Mon, 28 Nov 2022 10:52:34 +0000 (11:52 +0100)] 
Merge pull request #11910 from darnuria/clang-tidy/get-line

[clang-tidy]: DynListener::getLine.

2 years agoMerge pull request #11968 from darnuria/clang-tidy/nullptr/pdns-utils
Otto Moerbeek [Mon, 28 Nov 2022 10:50:11 +0000 (11:50 +0100)] 
Merge pull request #11968 from darnuria/clang-tidy/nullptr/pdns-utils

[clang-tidy] Use nullptr explicitly and initialize directly.

2 years agoMerge pull request #12059 from darnuria/clang-tidy/geoipbackend
Otto Moerbeek [Mon, 28 Nov 2022 10:49:21 +0000 (11:49 +0100)] 
Merge pull request #12059 from darnuria/clang-tidy/geoipbackend

Clang tidy/geoipbackend

2 years agoMerge pull request #12060 from darnuria/clang-tidy/bindbackend
Otto Moerbeek [Mon, 28 Nov 2022 10:43:01 +0000 (11:43 +0100)] 
Merge pull request #12060 from darnuria/clang-tidy/bindbackend

Clang tidy/bindbackend

2 years agoMerge pull request #11505 from jroessler-ox/docs-auth-api-examples
Remi Gacogne [Mon, 28 Nov 2022 09:24:38 +0000 (10:24 +0100)] 
Merge pull request #11505 from jroessler-ox/docs-auth-api-examples

updates to API documentation of Auth

2 years agoMerge pull request #12095 from darnuria/array1
Remi Gacogne [Mon, 28 Nov 2022 09:14:47 +0000 (10:14 +0100)] 
Merge pull request #12095 from darnuria/array1

[clang-tidy:array] in dns.cc/hh std::array instead of c array.

2 years agoMerge pull request #12180 from humphd/docker-compose-doc-update
Remi Gacogne [Mon, 28 Nov 2022 09:12:10 +0000 (10:12 +0100)] 
Merge pull request #12180 from humphd/docker-compose-doc-update

Update Docker README to mention dependency on git submodule

2 years agoAdded the output from pdnsutil add-meta 12185/head
Charles Howes [Thu, 10 Nov 2022 22:20:21 +0000 (14:20 -0800)] 
Added the output from pdnsutil add-meta

2 years agodnsdist: Ignore unclean TLS session shutdown 12237/head
Remi Gacogne [Fri, 25 Nov 2022 17:34:17 +0000 (18:34 +0100)] 
dnsdist: Ignore unclean TLS session shutdown

OpenSSL 3.0 "helpfully" treats an unclean TLS session shutdown as an
error, flooding our logs and killing TLS session resumption. We do
not care about a possible "truncation attack" since we already know
how many bytes we are supposed to get, so we can ignore this.

2 years agoMerge pull request #12235 from Habbie/sphinxcontrib-openapi-py3.10
Peter van Dijk [Fri, 25 Nov 2022 15:40:41 +0000 (16:40 +0100)] 
Merge pull request #12235 from Habbie/sphinxcontrib-openapi-py3.10

auth docs build, bump sphinxcontrib-openapi to a version compatible with Python 3.10

2 years agoauth docs build, bump sphinxcontrib-openapi to a version compatible with Python 3.10 12235/head
Peter van Dijk [Fri, 25 Nov 2022 14:45:30 +0000 (15:45 +0100)] 
auth docs build, bump sphinxcontrib-openapi to a version compatible with Python 3.10

fixes #12204