]>
git.ipfire.org Git - thirdparty/pdns.git/log
Remi Gacogne [Tue, 24 Dec 2024 14:34:15 +0000 (15:34 +0100)]
dnsdist: Move the Lua bindings for single items to a separate file
Remi Gacogne [Tue, 24 Dec 2024 14:20:51 +0000 (15:20 +0100)]
QClass: Construct from a string
Remi Gacogne [Tue, 24 Dec 2024 14:20:19 +0000 (15:20 +0100)]
dnsdist: Fix error message for invalid TLS version
Remi Gacogne [Tue, 24 Dec 2024 14:10:46 +0000 (15:10 +0100)]
dnsdist: Move rules to dnsdist-rules-factory.hh
Remi Gacogne [Tue, 24 Dec 2024 14:06:29 +0000 (15:06 +0100)]
dnsdist: Move DNSRule declaration to dnsdist-rules.hh
Remi Gacogne [Tue, 24 Dec 2024 13:48:35 +0000 (14:48 +0100)]
dnsdist: Add a dynamic block rules group register
Remi Gacogne [Tue, 24 Dec 2024 13:41:29 +0000 (14:41 +0100)]
dnsdist: Move HTTP rules to dnsdist-rules.cc
Remi Gacogne [Tue, 24 Dec 2024 11:50:41 +0000 (12:50 +0100)]
dnsdist: Stop using Actions for regular processing
Remi Gacogne [Tue, 24 Dec 2024 11:17:36 +0000 (12:17 +0100)]
dnsdist: Stop using `LimitTTLResponseAction` to limit TTL
Remi Gacogne [Tue, 24 Dec 2024 11:08:30 +0000 (12:08 +0100)]
dnsdist: Move handling of backend parameters out of the Lua code
Remi Gacogne [Tue, 24 Dec 2024 10:57:28 +0000 (11:57 +0100)]
dnsdist: Properly handle built-in LB policies
Remi Gacogne [Tue, 24 Dec 2024 10:53:30 +0000 (11:53 +0100)]
dnsdist: Make SNMP configuration immutable
Remi Gacogne [Tue, 24 Dec 2024 10:43:07 +0000 (11:43 +0100)]
dnsdist: Fix automatic computation of the number of TCP workers
The previous method didn't account for TCP workers for backends.
Remi Gacogne [Tue, 24 Dec 2024 10:38:59 +0000 (11:38 +0100)]
dnsdist: Move functions from dnsdist-actions.hh to dnsdist-actions.cc
Remi Gacogne [Tue, 24 Dec 2024 10:27:12 +0000 (11:27 +0100)]
dnsdist: Add a yaml-based description of settings
Remi Gacogne [Tue, 24 Dec 2024 10:26:50 +0000 (11:26 +0100)]
dnsdist: Add yaml-based descriptions of actions and selectors
Remi Gacogne [Thu, 16 Jan 2025 08:41:48 +0000 (09:41 +0100)]
Merge pull request #15030 from rgacogne/ddist-remove-tlscontext
dnsdist: Remove `TLSContext`
Remi Gacogne [Thu, 16 Jan 2025 08:31:18 +0000 (09:31 +0100)]
Merge pull request #15037 from rgacogne/ddist-document-stat-node-ffi-children
dnsdist: Document `dnsdist_ffi_stat_node_get_children_*` return children+node stats
Miod Vallat [Wed, 15 Jan 2025 14:43:13 +0000 (15:43 +0100)]
If the control console fd is closed, handle this as a "quit" command.
Fixes #1694
Miod Vallat [Wed, 15 Jan 2025 13:03:13 +0000 (14:03 +0100)]
Const me if you can.
Otto Moerbeek [Wed, 15 Jan 2025 12:06:31 +0000 (13:06 +0100)]
Appease clang-tidy
Otto Moerbeek [Tue, 14 Jan 2025 16:03:39 +0000 (17:03 +0100)]
Represent scope as a prefix length and not a full Netmask (ip + prefix) object
Miod Vallat [Wed, 15 Jan 2025 09:24:17 +0000 (10:24 +0100)]
Throw a few bones to clang-tidy.
Miod Vallat [Wed, 15 Jan 2025 08:40:46 +0000 (09:40 +0100)]
Use a container to simplify command dispatch.
Miod Vallat [Wed, 15 Jan 2025 07:48:17 +0000 (08:48 +0100)]
Split main() into one routine per command.
This unfortunately removes the "hash-password" easter egg.
Dyno Wibowo [Wed, 15 Jan 2025 00:56:52 +0000 (07:56 +0700)]
Update docs/settings.rst
Co-authored-by: Peter van Dijk <peter.van.dijk@powerdns.com>
Otto Moerbeek [Tue, 14 Jan 2025 15:20:36 +0000 (16:20 +0100)]
Tidy
Otto Moerbeek [Tue, 14 Jan 2025 13:13:42 +0000 (14:13 +0100)]
Fix estimate of bitmask type
Remi Gacogne [Tue, 14 Jan 2025 11:18:56 +0000 (12:18 +0100)]
Merge pull request #15036 from rgacogne/ddist-improve-secpoll-msgs
dnsdist: Improve error messages on security polling failures
Otto Moerbeek [Wed, 18 Dec 2024 11:33:58 +0000 (12:33 +0100)]
Introduce size *estimate* for record cache allocated size
Remi Gacogne [Tue, 14 Jan 2025 10:17:38 +0000 (11:17 +0100)]
dnsdist: Document `dnsdist_ffi_stat_node_get_children_*` return children+node stats
The `dnsdist_ffi_stat_node_get_children_*` methods return the sum of
the queries or responses received for the children of a node AND the node
itself. It's quite unexpected but breaking the existing behaviour now would be painful.
Remi Gacogne [Tue, 14 Jan 2025 10:13:26 +0000 (11:13 +0100)]
Merge pull request #15029 from rgacogne/ddist-doh3-set-http-response
dnsdist: Add the ability to set custom HTTP responses over DoH3
Remi Gacogne [Tue, 14 Jan 2025 10:10:46 +0000 (11:10 +0100)]
dnsdist: Delint dnsdist-secpoll.cc
milzi234 [Tue, 14 Jan 2025 09:02:13 +0000 (10:02 +0100)]
chore: Brush up of PowerDNS Documentation Site
- Upgraded to Bootstrap 5.3.3 for improved styling and responsiveness.
- Redesigned the documentation site to align with the visual style of other PowerDNS sites.
- Enhanced the version selector functionality:
- Fetches and displays available versions from a `versions.json` file.
- Supports additional and legacy versions with a dropdown for more options.
- Highlights the latest version and provides a fallback for legacy versions if fetching fails.
- Improved user interface with a modern look and feel, including updated navigation, hero section, and product cards.
Remi Gacogne [Tue, 14 Jan 2025 09:43:26 +0000 (10:43 +0100)]
dnsdist: Reformat dnsdist-secpoll.cc
Remi Gacogne [Tue, 14 Jan 2025 09:42:37 +0000 (10:42 +0100)]
dnsdist: Improve error messages on security polling failures
Otto Moerbeek [Tue, 14 Jan 2025 09:02:32 +0000 (10:02 +0100)]
Merge pull request #15031 from omoerbeek/rec-prep-5.2.0
rec: prep for rec-5.2.0
d-wibowo [Tue, 14 Jan 2025 01:19:15 +0000 (08:19 +0700)]
updated docs for 'direct-dnskey-signature'
d-wibowo [Tue, 14 Jan 2025 01:14:27 +0000 (08:14 +0700)]
ended regression test file in newline
Otto Moerbeek [Mon, 13 Jan 2025 16:03:54 +0000 (17:03 +0100)]
Merge pull request #15033 from omoerbeek/rec-rpz-tmp-file-deleter
rec: delete temp file on failure to dump RPZ file
Otto Moerbeek [Mon, 13 Jan 2025 14:45:00 +0000 (15:45 +0100)]
Don't forget to delete the pointer itself
Otto Moerbeek [Mon, 13 Jan 2025 13:21:35 +0000 (14:21 +0100)]
rec: delete temp file on failure to dump RPZ file
Denis Kadyshev [Mon, 13 Jan 2025 11:54:35 +0000 (18:54 +0700)]
Update dnsdist-resolver.lua
Denis Kadyshev [Mon, 13 Jan 2025 11:48:41 +0000 (18:48 +0700)]
Delete dockerdata/dnsdist-resolver.py
Denis Kadyshev [Mon, 13 Jan 2025 11:46:59 +0000 (18:46 +0700)]
Update Dockerfile-dnsdist
Miod Vallat [Mon, 13 Jan 2025 10:49:41 +0000 (11:49 +0100)]
Merge pull request #15025 from miodvallat/dare-to-fail
pdnsutil add-zone-key: more checks
Otto Moerbeek [Mon, 13 Jan 2025 08:48:44 +0000 (09:48 +0100)]
rec: prep for rec-5.2.0
Miod Vallat [Mon, 13 Jan 2025 10:12:18 +0000 (11:12 +0100)]
Merge pull request #14996 from miodvallat/lua_finer_intervals
Lua up checks: finer control
Miod Vallat [Mon, 13 Jan 2025 10:08:58 +0000 (11:08 +0100)]
Merge pull request #15004 from miodvallat/old_lmdb_schema_leftovers
[lmdb] Ignore unreachable TSIG keys in getTSIGKeys
Miod Vallat [Wed, 18 Dec 2024 14:11:23 +0000 (15:11 +0100)]
Implement optional interval and minimumFailure options in if*up.
Miod Vallat [Mon, 13 Jan 2025 08:15:28 +0000 (09:15 +0100)]
Merge pull request #10692 from n0tlu5/sulton/self-weighted
auth: added self weighted lua function
Miod Vallat [Mon, 13 Jan 2025 06:41:16 +0000 (07:41 +0100)]
More clang-tidy conformance.
Remi Gacogne [Fri, 10 Jan 2025 11:51:15 +0000 (12:51 +0100)]
dnsdist: clang-tidy
Remi Gacogne [Fri, 10 Jan 2025 10:53:38 +0000 (11:53 +0100)]
dnsdist: Fix indentation
Remi Gacogne [Fri, 10 Jan 2025 10:50:08 +0000 (11:50 +0100)]
dnsdist: Apply Miod's suggestion
Co-authored-by: Miod Vallat <miod.vallat@open-xchange.com>
Remi Gacogne [Fri, 10 Jan 2025 10:29:15 +0000 (11:29 +0100)]
dnsdist: Add the ability to set custom HTTP responses over DoH3
Remi Gacogne [Fri, 10 Jan 2025 14:13:33 +0000 (15:13 +0100)]
dnsdist: Remove `TLSContext`
This PR removes the `TLSContext` class which is a duplicate of the
more powerful `TLSFrontend` one, and rename `showTLSContexts` to
`showTLSFrontends` to be consistent.
Otto Moerbeek [Fri, 10 Jan 2025 13:42:20 +0000 (14:42 +0100)]
Merge pull request #15021 from omoerbeek/rec-daily-bulk
rec: run daily bulk test on ubicloud
Otto Moerbeek [Fri, 10 Jan 2025 12:49:05 +0000 (13:49 +0100)]
Rename var to UBICLOUD_DAILY_REC_BULKTEST
Otto Moerbeek [Fri, 10 Jan 2025 11:40:50 +0000 (12:40 +0100)]
Merge pull request #15028 from omoerbeek/dnsdist-fix-build-no-doh3
dnsdist: fix doh3-less compile
Otto Moerbeek [Fri, 10 Jan 2025 10:11:56 +0000 (11:11 +0100)]
dnsdist: fix doh3-less compile
Otto Moerbeek [Fri, 10 Jan 2025 10:16:04 +0000 (11:16 +0100)]
Merge pull request #15018 from omoerbeek/rec-bulktest-ubicloud
rec: add bigger (and v6 enabled) bulk test on ubicloud
Otto Moerbeek [Fri, 10 Jan 2025 09:13:28 +0000 (10:13 +0100)]
Merge pull request #14617 from omoerbeek/rec-dedup-recs
rec: dedup records
Remi Gacogne [Fri, 10 Jan 2025 09:12:17 +0000 (10:12 +0100)]
Merge pull request #15026 from omoerbeek/dnsdist-testrunner-libssl
dnsdist:: add -lssl to testrunner link, needed on OpenBSD at least
Otto Moerbeek [Fri, 10 Jan 2025 08:55:24 +0000 (09:55 +0100)]
We also want to run this new regression test on PRs, but those do not get the vars from the pdns repo
Remi Gacogne [Fri, 10 Jan 2025 08:50:11 +0000 (09:50 +0100)]
Merge pull request #14948 from neheb/ll
clang-tidy: simplify some algorithms
Peter van Dijk [Fri, 10 Jan 2025 08:43:50 +0000 (09:43 +0100)]
Merge pull request #14970 from neheb/jj
boost > std optional
Otto Moerbeek [Fri, 10 Jan 2025 08:41:32 +0000 (09:41 +0100)]
Move workflow to misc-dailies and rename
Otto Moerbeek [Fri, 10 Jan 2025 08:36:22 +0000 (09:36 +0100)]
dnsdist:: add -lssl to testrunner link, needed on OpenBSD at least
Otto Moerbeek [Tue, 7 Jan 2025 08:56:35 +0000 (09:56 +0100)]
Separate speedtest setup, process review comments
Miod Vallat [Thu, 9 Jan 2025 14:55:16 +0000 (15:55 +0100)]
Make add-zone-key try to retrieve it back to confirm operation.
Miod Vallat [Thu, 9 Jan 2025 14:14:29 +0000 (15:14 +0100)]
Silence clang-tidy
Miod Vallat [Thu, 9 Jan 2025 14:05:55 +0000 (15:05 +0100)]
Move add-zone-key logic to its own routine. NFC
Remi Gacogne [Thu, 9 Jan 2025 13:16:36 +0000 (14:16 +0100)]
Merge pull request #14946 from rgacogne/ddist-add-test-for-rewriting-response-code-via-lua
dnsdist: Add a regression test rewriting the response code via Lua
Remi Gacogne [Thu, 9 Jan 2025 13:10:58 +0000 (14:10 +0100)]
Merge pull request #15002 from rgacogne/ddist-doh3-bindings
dnsdist: Add DoH3 headers, query string, path and scheme bindings
Miod Vallat [Thu, 9 Jan 2025 11:23:58 +0000 (12:23 +0100)]
Merge pull request #15023 from miodvallat/autoconf-ate-my-brackets
autohell regression fix
Remi Gacogne [Thu, 9 Jan 2025 10:46:00 +0000 (11:46 +0100)]
Merge pull request #15003 from rgacogne/ddist-regression-test-python3.13
dnsdist: Fix regression tests with Python 3.13
Miod Vallat [Thu, 9 Jan 2025 09:56:59 +0000 (10:56 +0100)]
Remove spurious ] causing shell complaints during configure.
d-wibowo [Thu, 9 Jan 2025 04:23:05 +0000 (11:23 +0700)]
added regression test for direct dnskey signature
Otto Moerbeek [Wed, 8 Jan 2025 15:13:27 +0000 (16:13 +0100)]
Make bigger and run on ubicloud
Otto Moerbeek [Wed, 8 Jan 2025 14:57:37 +0000 (15:57 +0100)]
Use matrix
Otto Moerbeek [Wed, 8 Jan 2025 13:17:30 +0000 (14:17 +0100)]
Run daily recursor bulk test using download from our repo
Otto Moerbeek [Wed, 8 Jan 2025 13:56:10 +0000 (14:56 +0100)]
Conditionalize on if: ${{ vars.REC_BULKTEST_USE_UBICLOUD == '1' }}
Otto Moerbeek [Tue, 7 Jan 2025 10:21:59 +0000 (11:21 +0100)]
rec: start bulk test on ubicloud (experiment)
Otto Moerbeek [Wed, 8 Jan 2025 09:31:06 +0000 (10:31 +0100)]
Merge pull request #15019 from omoerbeek/rec-log-sockets
rec: explictly log port of listening addresses
Otto Moerbeek [Wed, 8 Jan 2025 08:50:57 +0000 (09:50 +0100)]
rec: explictly log port of listening addresses
d-wibowo [Wed, 8 Jan 2025 03:54:00 +0000 (10:54 +0700)]
updated settings.rst for direct-dnskey-signature
Peter van Dijk [Tue, 7 Jan 2025 13:48:04 +0000 (14:48 +0100)]
Merge pull request #14993 from BozhanL/fix7522
auth: createForward and createForward6 will use the zone_record as base
Peter van Dijk [Tue, 7 Jan 2025 13:33:27 +0000 (14:33 +0100)]
Merge pull request #15016 from Habbie/no-bool-explicit-cmp
coding guidelines: remove bool advice that conflicts with clang-tidy
Otto Moerbeek [Tue, 7 Jan 2025 10:46:29 +0000 (11:46 +0100)]
Merge pull request #15017 from omoerbeek/rec-shared-ptr-followup
rec: followup to #14985: init shared pointers as get() might be passed a nullptr
Otto Moerbeek [Tue, 7 Jan 2025 10:05:54 +0000 (11:05 +0100)]
rec: followup to #14985: init shared pointers as get() might be passed a nullptr
n0tlu5 [Mon, 6 Jan 2025 16:55:49 +0000 (23:55 +0700)]
skip readability-identifier-length lint
Otto Moerbeek [Mon, 6 Jan 2025 15:03:43 +0000 (16:03 +0100)]
Merge pull request #14937 from omoerbeek/rec-meson-ci
rec: start building rec also using meson in ci
Peter van Dijk [Mon, 6 Jan 2025 13:53:29 +0000 (14:53 +0100)]
better text
Co-authored-by: Miod Vallat <miod.vallat@open-xchange.com>
Peter van Dijk [Mon, 6 Jan 2025 13:48:54 +0000 (14:48 +0100)]
coding guidelines: remove bool advice that conflicts with clang-tidy
Otto Moerbeek [Mon, 6 Jan 2025 13:29:11 +0000 (14:29 +0100)]
Typo in comment
Co-authored-by: Remi Gacogne <github@coredump.fr>
Bozhan Liang [Mon, 6 Jan 2025 13:11:55 +0000 (21:11 +0800)]
auth: remove zoneid from luaSynth parameters
Otto Moerbeek [Mon, 6 Jan 2025 13:02:12 +0000 (14:02 +0100)]
Merge pull request #14985 from omoerbeek/rec-cache-shared-authrecs
rec: store authority recs and signatures as shared pointers to const data
Bozhan Liang [Mon, 6 Jan 2025 12:41:54 +0000 (20:41 +0800)]
typo
Otto Moerbeek [Mon, 6 Jan 2025 12:02:29 +0000 (13:02 +0100)]
Merge pull request #15010 from g0tar/taggedOnly
recursor: fixed behaviour of protobufServer(.. {taggedOnly=true})