]> git.ipfire.org Git - thirdparty/pdns.git/log
thirdparty/pdns.git
5 months agoLogger needs no wrapper
Otto Moerbeek [Fri, 31 Jan 2025 15:05:37 +0000 (16:05 +0100)] 
Logger needs no wrapper

5 months agoAdvice fomr clippy
Otto Moerbeek [Tue, 28 Jan 2025 12:11:58 +0000 (13:11 +0100)] 
Advice fomr clippy

5 months agoWrap non-api and file calls to check for Basic auth
Otto Moerbeek [Tue, 28 Jan 2025 12:01:53 +0000 (13:01 +0100)] 
Wrap non-api and file calls to check for Basic auth

5 months agoLog getvars
Otto Moerbeek [Mon, 27 Jan 2025 15:18:28 +0000 (16:18 +0100)] 
Log getvars

5 months agoFix HEAD
Otto Moerbeek [Mon, 27 Jan 2025 14:41:20 +0000 (15:41 +0100)] 
Fix HEAD

5 months agoLogging
Otto Moerbeek [Mon, 27 Jan 2025 13:27:10 +0000 (14:27 +0100)] 
Logging

5 months agoBasic tls support
Otto Moerbeek [Tue, 21 Jan 2025 14:25:13 +0000 (15:25 +0100)] 
Basic tls support

5 months agoAlLow multiple listen addresses in config
Otto Moerbeek [Mon, 9 Dec 2024 15:07:53 +0000 (16:07 +0100)] 
AlLow multiple listen addresses in config

5 months agoDon't link with yahttp any more (header files still in use)
Otto Moerbeek [Tue, 3 Dec 2024 12:31:53 +0000 (13:31 +0100)] 
Don't link with yahttp any more (header files still in use)

5 months agoAlso start web service in single thread case
Otto Moerbeek [Fri, 29 Nov 2024 15:33:08 +0000 (16:33 +0100)] 
Also start web service in single thread case

5 months agoTemplate for Wrapper classes
Otto Moerbeek [Fri, 29 Nov 2024 13:49:13 +0000 (14:49 +0100)] 
Template for Wrapper classes

5 months agoImplement webserver acl
Otto Moerbeek [Fri, 29 Nov 2024 13:19:34 +0000 (14:19 +0100)] 
Implement webserver acl

5 months agoAPI regression test succeed now, mostly setting right headers
Otto Moerbeek [Wed, 27 Nov 2024 15:50:24 +0000 (16:50 +0100)] 
API regression test succeed now, mostly setting right headers

5 months agoOPTIONS handling
Otto Moerbeek [Wed, 27 Nov 2024 14:45:48 +0000 (15:45 +0100)] 
OPTIONS handling

5 months agoBetter routing
Otto Moerbeek [Tue, 26 Nov 2024 07:58:44 +0000 (08:58 +0100)] 
Better routing

5 months agoUse Arc instead of global static
Otto Moerbeek [Mon, 25 Nov 2024 10:13:36 +0000 (11:13 +0100)] 
Use Arc instead of global static

5 months agoAvoid a data race reported by TSAN
Otto Moerbeek [Fri, 22 Nov 2024 16:00:15 +0000 (17:00 +0100)] 
Avoid a data race reported by TSAN

5 months agoBetter error handling
Otto Moerbeek [Fri, 22 Nov 2024 15:26:04 +0000 (16:26 +0100)] 
Better error handling

5 months agoAdd missing paths (the <id> ones do not work yet)
Otto Moerbeek [Fri, 22 Nov 2024 13:12:28 +0000 (14:12 +0100)] 
Add missing paths (the <id> ones do not work yet)

5 months agoDo no start old webserver
Otto Moerbeek [Fri, 22 Nov 2024 12:26:50 +0000 (13:26 +0100)] 
Do no start old webserver

5 months agoBasic functionality works
Otto Moerbeek [Fri, 22 Nov 2024 10:40:02 +0000 (11:40 +0100)] 
Basic functionality works

5 months agoClippy cleanup
Otto Moerbeek [Thu, 21 Nov 2024 16:12:45 +0000 (17:12 +0100)] 
Clippy cleanup

5 months agoreformat
Otto Moerbeek [Thu, 21 Nov 2024 15:53:34 +0000 (16:53 +0100)] 
reformat

5 months agoInitial code for embedded web service in Rust
Otto Moerbeek [Tue, 12 Nov 2024 07:57:22 +0000 (08:57 +0100)] 
Initial code for embedded web service in Rust

5 months agoMerge pull request #15139 from omoerbeek/rec-bound-check-for-future
Otto Moerbeek [Tue, 11 Feb 2025 14:17:17 +0000 (15:17 +0100)] 
Merge pull request #15139 from omoerbeek/rec-bound-check-for-future

rec: check bounds of rcode stats counter index (safe right now)

5 months agoApply suggestion 15139/head
Otto Moerbeek [Tue, 11 Feb 2025 13:18:25 +0000 (14:18 +0100)] 
Apply suggestion

Co-authored-by: Remi Gacogne <github@coredump.fr>
5 months agoMerge pull request #15123 from esensar/feature/dnstap-multi-stream
Remi Gacogne [Tue, 11 Feb 2025 10:01:17 +0000 (11:01 +0100)] 
Merge pull request #15123 from esensar/feature/dnstap-multi-stream

dnsdist: add pooling support for `RemoteLoggerInterface`

5 months agoMerge pull request #15112 from rgacogne/ddist-build-xsk-noble-oracular
Remi Gacogne [Tue, 11 Feb 2025 09:57:54 +0000 (10:57 +0100)] 
Merge pull request #15112 from rgacogne/ddist-build-xsk-noble-oracular

dnsdist: Enable XSK in our Noble and Oracular Ubuntu packages

5 months agorec: check bounds of rcode stats counter index (safe right now)
Otto Moerbeek [Tue, 11 Feb 2025 09:19:29 +0000 (10:19 +0100)] 
rec: check bounds of rcode stats counter index (safe right now)

Safe right now as LWResult::d_rcode gets assigned from the 4 bit
rcode in the header.  But that might change one day. I'd rather
make LWResult::d_rcode an uint8_t, but that causes a conflict with
the OOB resolving code that does not make a difference between res
and d_rcode.

5 months agoMerge pull request #15131 from miodvallat/seventh_zone_of_a_seventh_zone
Miod Vallat [Mon, 10 Feb 2025 12:48:50 +0000 (13:48 +0100)] 
Merge pull request #15131 from miodvallat/seventh_zone_of_a_seventh_zone

[pdnsutil] Let add-zone-key use defaults from pdns.conf

5 months agoMake add-zone-key default to KSK rather than ZSK. 15131/head
Miod Vallat [Mon, 10 Feb 2025 10:45:04 +0000 (11:45 +0100)] 
Make add-zone-key default to KSK rather than ZSK.

5 months agoMerge pull request #15137 from rgacogne/ddist-fix-xsk-boost-lockfree-1.87
Remi Gacogne [Mon, 10 Feb 2025 11:15:46 +0000 (12:15 +0100)] 
Merge pull request #15137 from rgacogne/ddist-fix-xsk-boost-lockfree-1.87

dnsdist: Fix compatibility with `boost::lockfree` >= 1.87.0

5 months agodnsdist: Fix compatibility with boost::lockfree >= 1.87.0 15137/head
Remi Gacogne [Mon, 10 Feb 2025 10:24:28 +0000 (11:24 +0100)] 
dnsdist: Fix compatibility with boost::lockfree >= 1.87.0

In https://github.com/boostorg/lockfree/pull/90 `boost::lockfree::spsc_queue`
introduced moved semantics, which is great, but added restrictions
to the callback functor that did not exist before, breaking the API.
This PR fixes that by updating our callbacks to expect an object
instead of a reference.

5 months agoMerge pull request #15134 from rgacogne/ddist-quiche-version-fallback
Remi Gacogne [Mon, 10 Feb 2025 09:43:06 +0000 (10:43 +0100)] 
Merge pull request #15134 from rgacogne/ddist-quiche-version-fallback

dnsdist: Gracefully fall back to older versions of Quiche

5 months agoAdd `RemotePoolLogger` tests for remote protobuf logger 15123/head
Ensar Sarajčić [Mon, 10 Feb 2025 09:20:01 +0000 (10:20 +0100)] 
Add `RemotePoolLogger` tests for remote protobuf logger

5 months agoAdd `RemotePoolLogger` tests for unix socket based logger
Ensar Sarajčić [Mon, 10 Feb 2025 08:39:30 +0000 (09:39 +0100)] 
Add `RemotePoolLogger` tests for unix socket based logger

5 months agoMerge pull request #15132 from rgacogne/ddist-support-several-xdp-itf
Remi Gacogne [Fri, 7 Feb 2025 15:30:55 +0000 (16:30 +0100)] 
Merge pull request #15132 from rgacogne/ddist-support-several-xdp-itf

dnsdist: Add support for multiple network interfaces in the XDP helper

5 months agodnsdist: Gracefully fall back to older versions of Quiche 15134/head
Remi Gacogne [Fri, 7 Feb 2025 15:01:50 +0000 (16:01 +0100)] 
dnsdist: Gracefully fall back to older versions of Quiche

Before this commit we only tried older versions of Quiche if the
`quiche` feature was not explicitely enabled, and failed otherwise.

5 months agoMerge pull request #15128 from omoerbeek/rec-fw-recurse
Otto Moerbeek [Fri, 7 Feb 2025 14:56:22 +0000 (15:56 +0100)] 
Merge pull request #15128 from omoerbeek/rec-fw-recurse

rec: better explain how the recurse field works in various contexts

5 months agodnsdist: Only defaults to `eth0` when no interface has been set 15132/head
Remi Gacogne [Fri, 7 Feb 2025 14:33:55 +0000 (15:33 +0100)] 
dnsdist: Only defaults to `eth0` when no interface has been set

5 months agoFix remaining naming in listener for TcpLogger test
Ensar Sarajčić [Fri, 7 Feb 2025 14:23:05 +0000 (15:23 +0100)] 
Fix remaining naming in listener for TcpLogger test

5 months agoFix remaining listener naming in `RemotePoolLogger` TCP tests
Ensar Sarajčić [Fri, 7 Feb 2025 14:22:43 +0000 (15:22 +0100)] 
Fix remaining listener naming in `RemotePoolLogger` TCP tests

5 months agodnsdist: Add support for multiple network interfaces in the XDP helper
Remi Gacogne [Fri, 7 Feb 2025 14:16:22 +0000 (15:16 +0100)] 
dnsdist: Add support for multiple network interfaces in the XDP helper

5 months agoFix naming in listener for TcpLogger test
Ensar Sarajčić [Fri, 7 Feb 2025 14:13:52 +0000 (15:13 +0100)] 
Fix naming in listener for TcpLogger test

5 months agoFix listener naming in `RemotePoolLogger` TCP tests
Ensar Sarajčić [Fri, 7 Feb 2025 14:13:13 +0000 (15:13 +0100)] 
Fix listener naming in `RemotePoolLogger` TCP tests

5 months agoUse integer placeholder in config template in `test_Dnstap.py`
Ensar Sarajčić [Fri, 7 Feb 2025 14:09:14 +0000 (15:09 +0100)] 
Use integer placeholder in config template in `test_Dnstap.py`

Co-authored-by: Remi Gacogne <github@coredump.fr>
5 months agoApply suggestions from code review 15128/head
Otto Moerbeek [Fri, 7 Feb 2025 13:48:04 +0000 (14:48 +0100)] 
Apply suggestions from code review

Co-authored-by: Remi Gacogne <github@coredump.fr>
5 months agoAdd `RemotePoolLogger` tests for TCP based logger
Ensar Sarajčić [Fri, 7 Feb 2025 12:59:41 +0000 (13:59 +0100)] 
Add `RemotePoolLogger` tests for TCP based logger

5 months agoLet pdns add-zone-key use defaults from pdns.conf whenever possible.
Miod Vallat [Fri, 7 Feb 2025 13:31:57 +0000 (14:31 +0100)] 
Let pdns add-zone-key use defaults from pdns.conf whenever possible.

Fixes #3878

5 months agoUpdate docs for `connectionCount` parameter
Ensar Sarajčić [Fri, 7 Feb 2025 11:45:16 +0000 (12:45 +0100)] 
Update docs for `connectionCount` parameter

5 months agoImplement `RemoteLoggerPool::name`
Ensar Sarajčić [Fri, 7 Feb 2025 11:38:18 +0000 (12:38 +0100)] 
Implement `RemoteLoggerPool::name`

5 months agoChange `RemoteLoggerPool::toString` to describe just general stats
Ensar Sarajčić [Fri, 7 Feb 2025 11:37:50 +0000 (12:37 +0100)] 
Change `RemoteLoggerPool::toString` to describe just general stats

5 months agoReplace locks in `remote_logger_pool` with an atomic counter
Ensar Sarajčić [Fri, 7 Feb 2025 11:33:29 +0000 (12:33 +0100)] 
Replace locks in `remote_logger_pool` with an atomic counter

5 months agoMerge pull request #15124 from miodvallat/rotd
Miod Vallat [Fri, 7 Feb 2025 11:01:53 +0000 (12:01 +0100)] 
Merge pull request #15124 from miodvallat/rotd

auth-{4.7.5,4.8.5,4.9.4}: changelog entries + secpoll update

5 months agoDo a consistency check of the recurse flag for the forward_zones case
Otto Moerbeek [Fri, 7 Feb 2025 09:41:05 +0000 (10:41 +0100)] 
Do a consistency check of the recurse flag for the forward_zones case

5 months agoMerge pull request #15126 from rgacogne/ddist-ignore-re2-broken-cflags
Remi Gacogne [Fri, 7 Feb 2025 09:23:55 +0000 (10:23 +0100)] 
Merge pull request #15126 from rgacogne/ddist-ignore-re2-broken-cflags

dnsdist: Ignore `re2`'s broken compilation flags

5 months agorec: better explain how the `recurse` field works in various contexts
Otto Moerbeek [Fri, 7 Feb 2025 09:15:51 +0000 (10:15 +0100)] 
rec: better explain how the `recurse` field works in various contexts

5 months agoMerge pull request #15125 from rgacogne/ddist-no-doh3-meson
Remi Gacogne [Fri, 7 Feb 2025 09:05:48 +0000 (10:05 +0100)] 
Merge pull request #15125 from rgacogne/ddist-no-doh3-meson

dnsdist: Fix meson build failure when DoH3 support is disabled

5 months agodnsdist: Ignore `re2`'s broken compilation flags 15126/head
Remi Gacogne [Thu, 6 Feb 2025 16:47:39 +0000 (17:47 +0100)] 
dnsdist: Ignore `re2`'s broken compilation flags

Apparently some version(s) of `re2` pass `-std=c++11` in the result
of `pkg-config --cflags`, which helpfully downgrades us from C++17
to C++11. Let's just ignore what it says.

5 months agodnsdist: Fix meson build failure when DoH3 support is disabled 15125/head
Remi Gacogne [Thu, 6 Feb 2025 16:17:00 +0000 (17:17 +0100)] 
dnsdist: Fix meson build failure when DoH3 support is disabled

5 months agoauth-{4.7.5,4.8.5,4.9.4}: changelog entries + secpoll update 15124/head
Miod Vallat [Thu, 6 Feb 2025 07:24:13 +0000 (08:24 +0100)] 
auth-{4.7.5,4.8.5,4.9.4}: changelog entries + secpoll update

5 months agoMerge pull request #15083 from miodvallat/napster 10431/head
Miod Vallat [Thu, 6 Feb 2025 11:36:15 +0000 (12:36 +0100)] 
Merge pull request #15083 from miodvallat/napster

Provide additional answers in NAPTR queries

5 months agoMerge pull request #15121 from romeroalx/fix-version-pbr
Alexis Romero [Thu, 6 Feb 2025 11:17:35 +0000 (12:17 +0100)] 
Merge pull request #15121 from romeroalx/fix-version-pbr

GH Actions: documentation.yml clean-up hash validation for pip pkgs and update version of pbr

5 months agoShorten lock duration in `RemoteLoggerPool::queueData`
Ensar Sarajčić [Thu, 6 Feb 2025 08:50:00 +0000 (09:50 +0100)] 
Shorten lock duration in `RemoteLoggerPool::queueData`

5 months agoAdd a basic lock in `RemoteLoggerInterface::queueData` for thread safety
Ensar Sarajčić [Thu, 6 Feb 2025 08:29:20 +0000 (09:29 +0100)] 
Add a basic lock in `RemoteLoggerInterface::queueData` for thread safety

5 months agoFix `DnstapLogAction` and `DnstapLogResponseAction` in YAML config
Ensar Sarajčić [Wed, 5 Feb 2025 19:03:42 +0000 (20:03 +0100)] 
Fix `DnstapLogAction` and `DnstapLogResponseAction` in YAML config

There was not option of having no alter function defined, even though it
is expected by config. If it wasn't defined, it passed an invalid alter
function into the action. This makes the alter function optional and
properly checks if it was found in configuration.

5 months agoAdd YAML support for multiple logger connections
Ensar Sarajčić [Wed, 5 Feb 2025 19:02:26 +0000 (20:02 +0100)] 
Add YAML support for multiple logger connections

This also fixes a bug with loggers in YAML, which had hardcoded
connection status. For `RemoteLogger` that worked by having it always
connect, but for `FrameStreamLogger` it never connected. Now the
behavior is the same as lua, by checking the client mode flag.

5 months agoPrevent erasing invalid value from options map
Ensar Sarajčić [Wed, 5 Feb 2025 17:30:30 +0000 (18:30 +0100)] 
Prevent erasing invalid value from options map

5 months agoReserve room in loggers vector before adding loggers
Ensar Sarajčić [Wed, 5 Feb 2025 17:22:53 +0000 (18:22 +0100)] 
Reserve room in loggers vector before adding loggers

5 months agoFix clang-tidy warnings
Ensar Sarajčić [Wed, 5 Feb 2025 17:10:52 +0000 (18:10 +0100)] 
Fix clang-tidy warnings

5 months agoAdd `remote_logger_pool` to meson
Ensar Sarajčić [Wed, 5 Feb 2025 16:04:13 +0000 (17:04 +0100)] 
Add `remote_logger_pool` to meson

5 months agoRemove `pick` from `dnsdist-lua-bindings-protobuf.cc`
Ensar Sarajčić [Wed, 5 Feb 2025 15:05:05 +0000 (16:05 +0100)] 
Remove `pick` from `dnsdist-lua-bindings-protobuf.cc`

Co-authored-by: Miod Vallat <miod.vallat@open-xchange.com>
5 months agoFix typo in `dnsdist` makefile
Ensar Sarajčić [Wed, 5 Feb 2025 14:46:20 +0000 (15:46 +0100)] 
Fix typo in `dnsdist` makefile

Co-authored-by: Miod Vallat <miod.vallat@open-xchange.com>
5 months agoFix formatting in `dnsdist-lua-bindings-protobuf.cc`
Ensar Sarajčić [Wed, 5 Feb 2025 14:59:09 +0000 (15:59 +0100)] 
Fix formatting in `dnsdist-lua-bindings-protobuf.cc`

5 months agoFix typo in `checkAllParametersConsumed` for `newFrameStreamUnixLogger`
Ensar Sarajčić [Wed, 5 Feb 2025 14:58:46 +0000 (15:58 +0100)] 
Fix typo in `checkAllParametersConsumed` for `newFrameStreamUnixLogger`

5 months agodnsdist: add pooling support for RemoteLoggerInterface
Ensar Sarajčić [Wed, 5 Feb 2025 14:58:05 +0000 (15:58 +0100)] 
dnsdist: add pooling support for RemoteLoggerInterface

This adds a new kind of `RemoteLoggerInterface`: `RemoteLoggerPool`.
It can take multiple other `RemoteLoggerInterface`s and pass data to
them in round-robin order by default.

This also adds additional option to `newRemoteLogger`, `newFrameStreamTcpLogger`
and `newFrameStreamUnixLogger`: `connectionCount`, which can be used to
generate a pool with multiple connections.

Closes: #14861
5 months agoMerge pull request #15119 from omoerbeek/rec-meson-unitfiles
Otto Moerbeek [Wed, 5 Feb 2025 14:56:43 +0000 (15:56 +0100)] 
Merge pull request #15119 from omoerbeek/rec-meson-unitfiles

rec: create service unit files when building using meson

5 months agodocumentation.yml: remove pip validation. already present in misc-dailies.yml as... 15121/head
romeroalx [Wed, 5 Feb 2025 10:46:56 +0000 (11:46 +0100)] 
documentation.yml: remove pip validation. already present in misc-dailies.yml as done in #14732

5 months agoupdate pinned version of pbr package
romeroalx [Wed, 5 Feb 2025 10:14:07 +0000 (11:14 +0100)] 
update pinned version of pbr package

5 months agoMerge pull request #15120 from rgacogne/ddist-xdp-map-queues-parameters
Remi Gacogne [Wed, 5 Feb 2025 08:52:05 +0000 (09:52 +0100)] 
Merge pull request #15120 from rgacogne/ddist-xdp-map-queues-parameters

dnsdist: Make hard-coded values configurable in xdp.py

5 months agoMerge pull request #15118 from rgacogne/ddist-support-quiche-0.23-plus
Remi Gacogne [Wed, 5 Feb 2025 08:50:27 +0000 (09:50 +0100)] 
Merge pull request #15118 from rgacogne/ddist-support-quiche-0.23-plus

dnsdist: Handle Quiche >= 0.23.0 since the API changed

5 months agoMerge pull request #15115 from rgacogne/ddist-meson-follow-up
Remi Gacogne [Wed, 5 Feb 2025 08:47:34 +0000 (09:47 +0100)] 
Merge pull request #15115 from rgacogne/ddist-meson-follow-up

dnsdist: Better handling of out-of-tree builds

5 months agoRewrite auth related comment 15119/head
Otto Moerbeek [Wed, 5 Feb 2025 08:13:26 +0000 (09:13 +0100)] 
Rewrite auth related comment

5 months agodnsdist: Delint xdp.py 15120/head
Remi Gacogne [Tue, 4 Feb 2025 16:03:51 +0000 (17:03 +0100)] 
dnsdist: Delint xdp.py

5 months agodnsdist: Make hard-coded values configurable in xdp.py
Remi Gacogne [Tue, 4 Feb 2025 15:46:39 +0000 (16:46 +0100)] 
dnsdist: Make hard-coded values configurable in xdp.py

- Maximum size of eBPF maps
- Number of network queues in XSK mode

5 months agorec: create service unit files when building using meson
Otto Moerbeek [Tue, 4 Feb 2025 15:33:47 +0000 (16:33 +0100)] 
rec: create service unit files when building using meson

Stolen from auth mostly.
Fixes #15116

5 months agodnsdist: Handle Quiche >= 0.23.0 since the API changed 15118/head
Remi Gacogne [Tue, 4 Feb 2025 15:24:08 +0000 (16:24 +0100)] 
dnsdist: Handle Quiche >= 0.23.0 since the API changed

Quiche 0.23.0 has renamed `quiche_h3_event_headers_has_body` to
`quiche_h3_event_headers_has_more_frames`, so we need to handle that.

5 months agodnsdist: Add the XSK fuzzing target to .gitignore 15115/head
Remi Gacogne [Tue, 4 Feb 2025 14:07:45 +0000 (15:07 +0100)] 
dnsdist: Add the XSK fuzzing target to .gitignore

5 months agodnsdist: Run our unit tests with `meson test`
Remi Gacogne [Tue, 4 Feb 2025 14:06:58 +0000 (15:06 +0100)] 
dnsdist: Run our unit tests with `meson test`

5 months agodnsdist: Better handling of out-of-tree builds
Remi Gacogne [Tue, 4 Feb 2025 14:05:26 +0000 (15:05 +0100)] 
dnsdist: Better handling of out-of-tree builds

Our Python script to generate actions, selectors and settings from
the YAML definitions of these items was making too many assumptions
about the current working directory, which is just wrong outside of
the autotools world.

5 months agoMerge pull request #15076 from omoerbeek/rec-meson-dist
Otto Moerbeek [Tue, 4 Feb 2025 12:40:23 +0000 (13:40 +0100)] 
Merge pull request #15076 from omoerbeek/rec-meson-dist

rec: allow use of meson to create dist file

5 months agoAdd a check to see if gen-version still is up-to-date 15076/head
Otto Moerbeek [Tue, 4 Feb 2025 11:37:21 +0000 (12:37 +0100)] 
Add a check to see if gen-version still is up-to-date

5 months agoMerge pull request #14724 from rgacogne/meson
Remi Gacogne [Tue, 4 Feb 2025 10:49:41 +0000 (11:49 +0100)] 
Merge pull request #14724 from rgacogne/meson

dnsdist: Add meson support

5 months agoMerge pull request #15065 from rgacogne/ddist-enable-yaml-packages
Remi Gacogne [Tue, 4 Feb 2025 08:49:19 +0000 (09:49 +0100)] 
Merge pull request #15065 from rgacogne/ddist-enable-yaml-packages

dnsdist: Enable the new YAML configuration in our packages

5 months agoAdd 'a' and 's' flags NAPTR tests to exercize previous commit. 15083/head
Miod Vallat [Fri, 24 Jan 2025 08:40:23 +0000 (09:40 +0100)] 
Add 'a' and 's' flags NAPTR tests to exercize previous commit.

5 months agoProvide NAPTR replacement information as additional answers whenever possible.
Miod Vallat [Fri, 24 Jan 2025 08:38:32 +0000 (09:38 +0100)] 
Provide NAPTR replacement information as additional answers whenever possible.

5 months agodnsdist: Enable XSK in our Noble and Oracular Ubuntu packages 15112/head
Remi Gacogne [Mon, 3 Feb 2025 14:34:28 +0000 (15:34 +0100)] 
dnsdist: Enable XSK in our Noble and Oracular Ubuntu packages

It turns out that libbpf-dev and libxdp-dev are there in the end.

5 months agoMerge pull request #15111 from rgacogne/dist-re2
Remi Gacogne [Mon, 3 Feb 2025 14:39:04 +0000 (15:39 +0100)] 
Merge pull request #15111 from rgacogne/dist-re2

dnsdist: Document that RE2 does full matching, add regression tests

5 months agodnsdist: Add spell-checking patterns 15111/head
Remi Gacogne [Mon, 3 Feb 2025 13:21:12 +0000 (14:21 +0100)] 
dnsdist: Add spell-checking patterns

5 months agoMerge pull request #15109 from Habbie/drop-circleci
Peter van Dijk [Mon, 3 Feb 2025 13:18:32 +0000 (14:18 +0100)] 
Merge pull request #15109 from Habbie/drop-circleci

remove circleci config