]> git.ipfire.org Git - thirdparty/knot-resolver.git/log
thirdparty/knot-resolver.git
6 months agolib/cache/top.h: avoid issues with inclusion in C++
Vladimír Čunát [Tue, 5 Aug 2025 08:59:57 +0000 (10:59 +0200)] 
lib/cache/top.h: avoid issues with inclusion in C++

kru.h would be a bit complicated to adapt, so let's avoid it.
I don't think uint32_t as return price will be an issue,
though we might... e.g. add a static_assert() into top.c

6 months agolib/cache/top: remove temp logging, add comments, polish
Lukáš Ondráček [Fri, 18 Jul 2025 21:17:32 +0000 (23:17 +0200)] 
lib/cache/top: remove temp logging, add comments, polish

6 months agolib/cache: decrease LMDB size by KRU size
Lukáš Ondráček [Wed, 16 Jul 2025 23:35:46 +0000 (01:35 +0200)] 
lib/cache: decrease LMDB size by KRU size

6 months agolib/cache: clear and resize cache on size-max decrease
Lukáš Ondráček [Wed, 16 Jul 2025 17:16:16 +0000 (19:16 +0200)] 
lib/cache: clear and resize cache on size-max decrease

As the resolver fixes the state now, and loss of data is to be expected
on cache size change, vcunat downgraded the log severity of this.

6 months agolib/cache: increase bloom size, other minor changes
Lukáš Ondráček [Tue, 15 Jul 2025 13:19:33 +0000 (15:19 +0200)] 
lib/cache: increase bloom size, other minor changes

6 months agolib/mmapped: fix persistence, expand comments
Lukáš Ondráček [Wed, 2 Jul 2025 18:56:15 +0000 (20:56 +0200)] 
lib/mmapped: fix persistence, expand comments

6 months agolib/cache/top: divide price with size, other minor changes
Lukáš Ondráček [Wed, 25 Jun 2025 08:54:06 +0000 (10:54 +0200)] 
lib/cache/top: divide price with size, other minor changes

6 months agolib/cache/top: increase bloom filter size
Lukáš Ondráček [Sat, 14 Jun 2025 18:40:02 +0000 (20:40 +0200)] 
lib/cache/top: increase bloom filter size

6 months agoutils/cache_gc: use KRU values in item categorization
Lukáš Ondráček [Tue, 10 Jun 2025 15:44:54 +0000 (17:44 +0200)] 
utils/cache_gc: use KRU values in item categorization

6 months agolib/cache: count only unique accesses per request in KRU
Lukáš Ondráček [Tue, 10 Jun 2025 15:39:08 +0000 (17:39 +0200)] 
lib/cache: count only unique accesses per request in KRU

6 months agolib/cache: add basic access counting in KRU
Lukáš Ondráček [Wed, 14 May 2025 19:19:16 +0000 (21:19 +0200)] 
lib/cache: add basic access counting in KRU

6 months agolib/cache: add debug logs where kru will be used
Lukáš Ondráček [Mon, 28 Apr 2025 10:54:43 +0000 (12:54 +0200)] 
lib/cache: add debug logs where kru will be used

6 months agoMerge !1759: distro: update add protobuf-compiler package for apkg docs-master-mgcjyq/deployments/8042
Vladimír Čunát [Mon, 1 Dec 2025 12:26:45 +0000 (13:26 +0100)] 
Merge !1759: distro: update add protobuf-compiler package for apkg

6 months agodistro: update apkg to prefer protobuf-compiler, fall back to protobuf-c-compiler
Hynek Šabacký [Mon, 24 Nov 2025 08:32:11 +0000 (09:32 +0100)] 
distro: update apkg to prefer protobuf-compiler, fall back to protobuf-c-compiler

6 months agoMerge !1758: manager: basic support for non-Linux systems (macOS, FreeBSD) docs-master-mgcjyq/deployments/8035
Vladimír Čunát [Mon, 1 Dec 2025 07:33:12 +0000 (08:33 +0100)] 
Merge !1758: manager: basic support for non-Linux systems (macOS, FreeBSD)

6 months agocontroller: use NOTIFY_SUPPORT constant docs-manager-maco-85zl81/deployments/8025
Aleš Mrázek [Wed, 26 Nov 2025 17:22:19 +0000 (18:22 +0100)] 
controller: use NOTIFY_SUPPORT constant

6 months agomanager: use WORKERS_SUPPORT constant
Aleš Mrázek [Wed, 26 Nov 2025 17:21:42 +0000 (18:21 +0100)] 
manager: use WORKERS_SUPPORT constant

6 months agoconstants.py: values determination simplification
Aleš Mrázek [Wed, 26 Nov 2025 17:01:16 +0000 (18:01 +0100)] 
constants.py: values determination simplification

6 months agoconstants.py: added WORKERS_SUPPORT and NOTIFY_SUPPORT
Aleš Mrázek [Wed, 26 Nov 2025 16:50:04 +0000 (17:50 +0100)] 
constants.py: added WORKERS_SUPPORT and NOTIFY_SUPPORT

6 months agoRevert "etc/config/config.macos.yaml: new config for macOS"
Aleš Mrázek [Wed, 26 Nov 2025 10:27:00 +0000 (11:27 +0100)] 
Revert "etc/config/config.macos.yaml: new config for macOS"

This reverts commit c75a2ba8b009e3bb332289b8960d79420855f042.

6 months agodaemon/defer.c: replaced ETIME with ETIMEDOUT for timeout errors
Aleš Mrázek [Mon, 24 Nov 2025 19:12:32 +0000 (20:12 +0100)] 
daemon/defer.c: replaced ETIME with ETIMEDOUT for timeout errors

ETIMEDOUT explicitly indicates a timeout condition defined by POSIX and improves portability.

6 months agoNEWS: update
Aleš Mrázek [Thu, 20 Nov 2025 15:26:56 +0000 (16:26 +0100)] 
NEWS: update

6 months agomanager: added FreeBSD support
Aleš Mrázek [Tue, 18 Nov 2025 14:08:15 +0000 (15:08 +0100)] 
manager: added FreeBSD support

Multiple workers are supported only on Linux systems or FreeBSD with SO_REUSEPORT_LB socket option.

6 months agodaemon/main.c: send READY notification only on Linux
Aleš Mrázek [Tue, 18 Nov 2025 13:06:39 +0000 (14:06 +0100)] 
daemon/main.c: send READY notification only on Linux

6 months agomanager: no 'set_new_tls_sticket_secret' callback on macOS
Aleš Mrázek [Wed, 12 Nov 2025 20:30:54 +0000 (21:30 +0100)] 
manager: no 'set_new_tls_sticket_secret' callback on macOS

Callback is not needed, as only one kresd worker is allowed on macOS.

6 months agomanager: renamed logging module to logger
Aleš Mrázek [Wed, 12 Nov 2025 20:28:20 +0000 (21:28 +0100)] 
manager: renamed logging module to logger

On macOS, it caused problems because it had the same name as the built-in logging module.

6 months agocontroller/supervisord: platform portable config
Aleš Mrázek [Mon, 10 Nov 2025 20:31:33 +0000 (21:31 +0100)] 
controller/supervisord: platform portable config

6 months agocontroller/supervisord/plugin/notifymodule.c: platform portable
Aleš Mrázek [Wed, 15 Oct 2025 09:47:43 +0000 (11:47 +0200)] 
controller/supervisord/plugin/notifymodule.c: platform portable

6 months agoetc/config/config.macos.yaml: new config for macOS
Aleš Mrázek [Wed, 15 Oct 2025 09:47:25 +0000 (11:47 +0200)] 
etc/config/config.macos.yaml: new config for macOS

6 months agodatamodel: workers: check for macOS platform
Aleš Mrázek [Thu, 2 Oct 2025 09:21:07 +0000 (11:21 +0200)] 
datamodel: workers: check for macOS platform

6 months agoMerge !1757: documentation nits docs-master-mgcjyq/deployments/8008 docs-master-mgcjyq/deployments/8011 docs-master-mgcjyq/deployments/8013 docs-master-mgcjyq/deployments/8022 docs-master-mgcjyq/deployments/8024 docs-master-mgcjyq/deployments/8026 docs-master-mgcjyq/deployments/8028 docs-master-mgcjyq/deployments/8029 docs-master-mgcjyq/deployments/8031 docs-master-mgcjyq/deployments/8032 docs-master-mgcjyq/deployments/8034 docs-nightly-t152d1/deployments/8012 docs-nightly-t152d1/deployments/8023 docs-nightly-t152d1/deployments/8027 docs-nightly-t152d1/deployments/8030 docs-nightly-t152d1/deployments/8033
Vladimír Čunát [Wed, 26 Nov 2025 12:23:13 +0000 (13:23 +0100)] 
Merge !1757: documentation nits

6 months agodaemon/bindings/net_xdpsrv.rst: updated with declarative config docs-doc-nits-htzzj1/deployments/8004
Aleš Mrázek [Tue, 25 Nov 2025 13:24:45 +0000 (14:24 +0100)] 
daemon/bindings/net_xdpsrv.rst: updated with declarative config

6 months agodoc/dev: reinstante the config-debugging section
Vladimír Čunát [Mon, 24 Nov 2025 09:30:02 +0000 (10:30 +0100)] 
doc/dev: reinstante the config-debugging section

It apparently got forgotten when splitting the doc/ into doc/{user,dev}/
And as we now removed this from YAML (and doc/user) in 9fbacef1709,
these options completely disappeared from our 6.x docs.
So this PR puts it back into doc/dev on the place where it's in 5.x docs.

6 months agodoc/user: misc nits
Vladimír Čunát [Fri, 7 Nov 2025 13:36:21 +0000 (14:36 +0100)] 
doc/user: misc nits

config-fallback: I forgot the config-serve-stale label in there,
now reported as duplicate.  I'm still getting reports of
> WARNING: undefined label: 'config-serve-stale' [ref.ref]
in 3 places (config-cache.rst:170, config-rfc7706.rst:9, rfc-list.rst:337)
but I have no idea why that happens.

6 months agotreewide nit: reduce visible usage of "blacklist" and "whitelist" words
Vladimír Čunát [Fri, 7 Nov 2025 13:36:21 +0000 (14:36 +0100)] 
treewide nit: reduce visible usage of "blacklist" and "whitelist" words

I can understand that this naming tradition... isn't great.

6 months agodoc/user: correct the default for /network/listen
Vladimír Čunát [Thu, 6 Nov 2025 17:25:52 +0000 (18:25 +0100)] 
doc/user: correct the default for /network/listen

I looked into the model, and we do not enable DoT by default.
Which seems fine, as encryption of localhost-only communication
doesn't make much sense anyway.

6 months agodoc/user/config-network-server-tls.rst: nits
Vladimír Čunát [Thu, 6 Nov 2025 17:02:57 +0000 (18:02 +0100)] 
doc/user/config-network-server-tls.rst: nits

- move an example config closer to the beginning of its section
- less mention of doh-legacy

6 months agodocs: remove a few remnants of kresd@.service
Vladimír Čunát [Thu, 6 Nov 2025 09:39:27 +0000 (10:39 +0100)] 
docs: remove a few remnants of kresd@.service

I still left the deployment-advanced section in the user manual,
though I'm slightly afraid that they will make it appear
that we want to support usage of 6.x kresd without manager.

6 months agodoc: avoid another warning
Vladimír Čunát [Thu, 6 Nov 2025 08:08:41 +0000 (09:08 +0100)] 
doc: avoid another warning

WARNING: Calling get_html_theme_path is deprecated.
  If you are calling it to define html_theme_path,
  you are safe to remove that code.

6 months ago*.rst: avoid warnings from lexing Lua snippets
Vladimír Čunát [Wed, 5 Nov 2025 09:09:11 +0000 (10:09 +0100)] 
*.rst: avoid warnings from lexing Lua snippets

We don't always have correct Lua in the code blocks.
Using :force: will avoid the annoying warnings when (re)generating docs.
(which probably depend on versions of your python packages)

6 months agotreewide: replace port 5353 by 5335
Vladimír Čunát [Thu, 6 Nov 2025 07:46:58 +0000 (08:46 +0100)] 
treewide: replace port 5353 by 5335

My main aim was not to have it in documentation,
but I ended up removing it from everywhere except ci/respdiff
(which I didn't feel like messing with right now).

I see people using 5353 for DNS, and it's problematic,
as the port is reserved for mDNS which is quite common,
and the packets even have similar format which makes it only worse.

6 months agodoc/user /lua: add link to the developer docs
Vladimír Čunát [Wed, 5 Nov 2025 11:00:16 +0000 (12:00 +0100)] 
doc/user /lua: add link to the developer docs

6 months agoMerge !1754: stabilization of the declarative configuration - v2 docs-master-mgcjyq/deployments/7964 docs-master-mgcjyq/deployments/7969 docs-master-mgcjyq/deployments/7971 docs-master-mgcjyq/deployments/7974 docs-master-mgcjyq/deployments/7976 docs-master-mgcjyq/deployments/7978 docs-master-mgcjyq/deployments/7980 docs-master-mgcjyq/deployments/7981 docs-master-mgcjyq/deployments/7983 docs-master-mgcjyq/deployments/7984 docs-master-mgcjyq/deployments/7986 docs-master-mgcjyq/deployments/7987 docs-master-mgcjyq/deployments/7989 docs-master-mgcjyq/deployments/7996 docs-master-mgcjyq/deployments/7998 docs-master-mgcjyq/deployments/8001 docs-master-mgcjyq/deployments/8003 docs-nightly-t152d1/deployments/7970 docs-nightly-t152d1/deployments/7975 docs-nightly-t152d1/deployments/7979 docs-nightly-t152d1/deployments/7982 docs-nightly-t152d1/deployments/7985 docs-nightly-t152d1/deployments/7988 docs-nightly-t152d1/deployments/7997 docs-nightly-t152d1/deployments/8002
Vladimír Čunát [Tue, 18 Nov 2025 11:16:11 +0000 (12:16 +0100)] 
Merge !1754: stabilization of the declarative configuration - v2

6 months agodoc/user: fix the basic monitoring example :-(
Vladimír Čunát [Tue, 18 Nov 2025 11:13:23 +0000 (12:13 +0100)] 
doc/user: fix the basic monitoring example :-(

This got forgotten in commit f0564feb1c816.

6 months agodoc/user: updated network/proxy-protocol docs-declarative-5u0die/deployments/7963
Aleš Mrázek [Tue, 11 Nov 2025 11:11:04 +0000 (12:11 +0100)] 
doc/user: updated network/proxy-protocol

6 months agodoc/user: drop experimental-dot-auth
Vladimír Čunát [Wed, 5 Nov 2025 10:34:53 +0000 (11:34 +0100)] 
doc/user: drop experimental-dot-auth

The option was dropped from YAML in 9bec59c1bc15c,
so let's drop it from user docs as well.
This clears the whole "experimental" section from docs.
It still remains the same in doc/dev and as Lua option (module).

6 months agodatamodel: also drop /dnssec/keep-removed
Vladimír Čunát [Wed, 5 Nov 2025 09:09:11 +0000 (10:09 +0100)] 
datamodel: also drop /dnssec/keep-removed

This is basically an amendment of 45d95e3b.

I consider RFC 5011 pretty exotic to use, and even for the root zone
there are typically better options.  So exposing tiny tweaks
in the 5011 algoritm seems to bring more confusion than value.
(basically same situation as for the other /dnssec/* removals)

6 months agoMerge !1756: distro: update upstream-version.sh to apkg compat 6 docs-master-mgcjyq/deployments/7930 docs-master-mgcjyq/deployments/7937 docs-master-mgcjyq/deployments/7939 docs-master-mgcjyq/deployments/7945 docs-master-mgcjyq/deployments/7947 docs-master-mgcjyq/deployments/7949 docs-master-mgcjyq/deployments/7951 docs-master-mgcjyq/deployments/7952 docs-master-mgcjyq/deployments/7954 docs-master-mgcjyq/deployments/7955 docs-master-mgcjyq/deployments/7957 docs-master-mgcjyq/deployments/7958 docs-master-mgcjyq/deployments/7960 docs-nightly-t152d1/deployments/7938 docs-nightly-t152d1/deployments/7946 docs-nightly-t152d1/deployments/7950 docs-nightly-t152d1/deployments/7953 docs-nightly-t152d1/deployments/7956 docs-nightly-t152d1/deployments/7959
Vladimír Čunát [Wed, 12 Nov 2025 14:34:22 +0000 (15:34 +0100)] 
Merge !1756: distro: update upstream-version.sh to apkg compat 6

6 months agodistro: update upstream-version.sh to apkg compat 6 docs-apkg-compat-6acg8i/deployments/7929
Jakub Ružička [Wed, 12 Nov 2025 13:11:18 +0000 (14:11 +0100)] 
distro: update upstream-version.sh to apkg compat 6

6 months agoMerge !1755: distro: update to latest apkg compat level 6 docs-master-mgcjyq/deployments/7925 docs-master-mgcjyq/deployments/7926 docs-master-mgcjyq/deployments/7928 docs-nightly-t152d1/deployments/7927
Vladimír Čunát [Tue, 11 Nov 2025 20:14:37 +0000 (21:14 +0100)] 
Merge !1755: distro: update to latest apkg compat level 6

6 months agodistro: update to latest apkg compat level 6 docs-apkg-compat-6acg8i/deployments/7923
Jakub Ružička [Tue, 11 Nov 2025 14:35:27 +0000 (15:35 +0100)] 
distro: update to latest apkg compat level 6

Modify scripts/make-archive.sh to output YAML only to stdout as required
by latest apkg compat level 6. All stdout was redirected to stderr.

7 months agoMerge branch 'declarative-config-stabilization' into 'master' docs-master-mgcjyq/deployments/7874 docs-master-mgcjyq/deployments/7875 docs-master-mgcjyq/deployments/7877 docs-master-mgcjyq/deployments/7878 docs-master-mgcjyq/deployments/7880 docs-master-mgcjyq/deployments/7881 docs-master-mgcjyq/deployments/7883 docs-master-mgcjyq/deployments/7886 docs-master-mgcjyq/deployments/7888 docs-master-mgcjyq/deployments/7889 docs-master-mgcjyq/deployments/7891 docs-master-mgcjyq/deployments/7895 docs-master-mgcjyq/deployments/7897 docs-master-mgcjyq/deployments/7901 docs-master-mgcjyq/deployments/7903 docs-master-mgcjyq/deployments/7904 docs-master-mgcjyq/deployments/7906 docs-master-mgcjyq/deployments/7907 docs-master-mgcjyq/deployments/7909 docs-master-mgcjyq/deployments/7910 docs-master-mgcjyq/deployments/7912 docs-master-mgcjyq/deployments/7917 docs-master-mgcjyq/deployments/7919 docs-nightly-t152d1/deployments/7876 docs-nightly-t152d1/deployments/7879 docs-nightly-t152d1/deployments/7882 docs-nightly-t152d1/deployments/7887 docs-nightly-t152d1/deployments/7890 docs-nightly-t152d1/deployments/7896 docs-nightly-t152d1/deployments/7902 docs-nightly-t152d1/deployments/7905 docs-nightly-t152d1/deployments/7908 docs-nightly-t152d1/deployments/7911 docs-nightly-t152d1/deployments/7918
Aleš Mrázek [Fri, 31 Oct 2025 15:00:09 +0000 (16:00 +0100)] 
Merge branch 'declarative-config-stabilization' into 'master'

stabilization of the declarative configuration

See merge request knot/knot-resolver!1672

7 months agodoc/user/config-local-data.rst: hide 'dry-run' option config for RPZ docs-declarative-83lpo4/deployments/7873
Aleš Mrázek [Tue, 24 Jun 2025 13:57:43 +0000 (15:57 +0200)] 
doc/user/config-local-data.rst: hide 'dry-run' option config for RPZ

7 months agokresctl: migrate: rename '/defer/enabled' to /defer/enable'
Aleš Mrázek [Mon, 23 Jun 2025 22:18:07 +0000 (00:18 +0200)] 
kresctl: migrate: rename '/defer/enabled' to /defer/enable'

- NEWS: added missing entry

7 months agodatamodel: logging: dnstap: changed log-* defaults to false
Aleš Mrázek [Fri, 6 Jun 2025 11:01:21 +0000 (13:01 +0200)] 
datamodel: logging: dnstap: changed log-* defaults to false

7 months agopython: datamodel: added missing 'enable' options
Aleš Mrázek [Thu, 5 Jun 2025 17:58:39 +0000 (19:58 +0200)] 
python: datamodel: added missing 'enable' options

In order to be consistent throughout the datamodel, it will only be possible to enable individual resolver features using the 'enable' option.

7 months agoNEW: update
Aleš Mrázek [Wed, 4 Jun 2025 09:26:57 +0000 (11:26 +0200)] 
NEW: update

7 months agodoc/user/upgrading.rst: added upgrading guide for configuration
Aleš Mrázek [Mon, 2 Jun 2025 12:33:43 +0000 (14:33 +0200)] 
doc/user/upgrading.rst: added upgrading guide for configuration

7 months agopython: datamodel: **/enabled configuration renamed to **/enable
Aleš Mrázek [Mon, 2 Jun 2025 11:47:13 +0000 (13:47 +0200)] 
python: datamodel: **/enabled configuration renamed to **/enable

7 months agopython: datamodel: typo fixes
Aleš Mrázek [Mon, 2 Jun 2025 09:00:25 +0000 (11:00 +0200)] 
python: datamodel: typo fixes

7 months agodoc/user/config-rate-limiting: remove invalid sentence
Lukáš Ondráček [Thu, 29 May 2025 10:12:46 +0000 (12:12 +0200)] 
doc/user/config-rate-limiting: remove invalid sentence

7 months ago.gitlab-ci.yml: added python:migrate
Aleš Mrázek [Thu, 22 May 2025 12:57:42 +0000 (14:57 +0200)] 
.gitlab-ci.yml: added python:migrate

scripts/po-tasks/migrate task added to migrate and validate configuration using kresctl

7 months agokresctl: migrate: added migration for /cache/garbage-collector config
Aleš Mrázek [Tue, 20 May 2025 13:49:36 +0000 (15:49 +0200)] 
kresctl: migrate: added migration for /cache/garbage-collector config

7 months agodatamodel: stabilize cache schema
Aleš Mrázek [Tue, 20 May 2025 13:12:21 +0000 (15:12 +0200)] 
datamodel: stabilize cache schema

7 months agokresctl: migrate: added migration for /monitoring/* config
Aleš Mrázek [Mon, 19 May 2025 14:03:24 +0000 (16:03 +0200)] 
kresctl: migrate: added migration for /monitoring/*  config

7 months agodatamodel: stabilize monitoring schema
Aleš Mrázek [Mon, 19 May 2025 12:49:16 +0000 (14:49 +0200)] 
datamodel: stabilize monitoring schema

7 months agoRevert "datamodel: renamed defer section to prioritization"
Aleš Mrázek [Tue, 6 May 2025 11:44:51 +0000 (13:44 +0200)] 
Revert "datamodel: renamed defer section to prioritization"

This reverts commit 1e3b02d056dc3785be3e398f2d23a41780c58677.

7 months agoclient: migrate: new command to migrate configuration to newer version
Aleš Mrázek [Mon, 28 Apr 2025 12:47:13 +0000 (14:47 +0200)] 
client: migrate: new command to migrate configuration to newer version

7 months agodatamodel: stabilize rate-limiting schema
Aleš Mrázek [Tue, 15 Apr 2025 14:16:50 +0000 (16:16 +0200)] 
datamodel: stabilize rate-limiting schema

7 months agodatamodel: renamed defer section to prioritization
Aleš Mrázek [Tue, 15 Apr 2025 09:32:29 +0000 (11:32 +0200)] 
datamodel: renamed defer section to prioritization

- renamed /defer/log-period -> /defer/logging-period

7 months agodatamodel: stabilize dns64 schema
Aleš Mrázek [Mon, 14 Apr 2025 18:08:29 +0000 (20:08 +0200)] 
datamodel: stabilize dns64 schema

7 months agodatamodel: move dnssec bogus logging from 'logging' section to 'dnssec' section
Aleš Mrázek [Tue, 8 Apr 2025 12:46:30 +0000 (14:46 +0200)] 
datamodel: move dnssec bogus logging from 'logging' section to 'dnssec' section

7 months agomanager: server: deny dynamic changes off /cache/garbage-collector/* config
Aleš Mrázek [Mon, 7 Apr 2025 13:47:17 +0000 (15:47 +0200)] 
manager: server: deny dynamic changes off /cache/garbage-collector/* config

7 months agoRevert "datamodel: cache: removed garbage-collector config"
Aleš Mrázek [Mon, 7 Apr 2025 13:09:46 +0000 (15:09 +0200)] 
Revert "datamodel: cache: removed garbage-collector config"

This reverts commit 4ba9f6e4a9a30195147d2cbb99dbb53fbd9bc017.

7 months agodatamodel: remove /local-data/root-fallback-addresses*
Vladimír Čunát [Wed, 8 May 2024 06:31:32 +0000 (08:31 +0200)] 
datamodel: remove /local-data/root-fallback-addresses*

As discussed, let's keep rarely useful settings out of the YAML model.

7 months agodatamodel: stabilize dnssec schema
Aleš Mrázek [Fri, 28 Mar 2025 14:07:03 +0000 (15:07 +0100)] 
datamodel: stabilize dnssec schema

7 months agodatamodel: deleted obsolete parts
Aleš Mrázek [Fri, 28 Mar 2025 13:20:49 +0000 (14:20 +0100)] 
datamodel: deleted obsolete parts

7 months agodatamodel: stabilize network schema
Aleš Mrázek [Thu, 27 Mar 2025 13:35:24 +0000 (14:35 +0100)] 
datamodel: stabilize network schema

- files-watchdog renamed to watchdog
- removed experimental TLS auto-discovery

7 months agodatamodel: cache: removed garbage-collector config
Aleš Mrázek [Thu, 27 Mar 2025 13:17:03 +0000 (14:17 +0100)] 
datamodel: cache: removed garbage-collector config

7 months agodatamodel: removed workers-max option
Aleš Mrázek [Tue, 25 Mar 2025 13:04:32 +0000 (14:04 +0100)] 
datamodel: removed workers-max option

7 months agodatamodel: remove webmgmt
Aleš Mrázek [Tue, 25 Mar 2025 12:35:14 +0000 (13:35 +0100)] 
datamodel: remove webmgmt

7 months agodatamodel: logging: removed debugging options
Aleš Mrázek [Tue, 25 Mar 2025 12:25:38 +0000 (13:25 +0100)] 
datamodel: logging: removed debugging options

7 months agoMerge branch 'ci-deploy-fixes' into 'master' docs-master-mgcjyq/deployments/7871
Aleš Mrázek [Fri, 31 Oct 2025 09:37:21 +0000 (10:37 +0100)] 
Merge branch 'ci-deploy-fixes' into 'master'

ci: fixes for 'docs:website' and 'docker:dockerhub' jobs

See merge request knot/knot-resolver!1753

7 months ago.gitlab-ci.yml: fixed docker:dockerhub docs-ci-deploy-fi-66j083/deployments/7866
Aleš Mrázek [Thu, 30 Oct 2025 14:26:37 +0000 (15:26 +0100)] 
.gitlab-ci.yml: fixed docker:dockerhub

7 months ago.gitlab-ci.yml: fixed docs:website
Aleš Mrázek [Thu, 30 Oct 2025 13:01:06 +0000 (14:01 +0100)] 
.gitlab-ci.yml: fixed docs:website

7 months agoMerge branch 'release-6.0.16' into 'master' docs-master-mgcjyq/deployments/7853 docs-master-mgcjyq/deployments/7867 docs-master-mgcjyq/deployments/7869 docs-nightly-t152d1/deployments/7868 docs-v6-0-16-h0ih7q/deployments/7854 v6.0.16
Aleš Mrázek [Thu, 30 Oct 2025 09:49:27 +0000 (10:49 +0100)] 
Merge branch 'release-6.0.16' into 'master'

Release 6.0.16

See merge request knot/knot-resolver!1752

7 months agomanager/triggers.py: typo correction docs-release-6-0-l2uhfa/deployments/7852
Aleš Mrázek [Thu, 30 Oct 2025 09:03:11 +0000 (10:03 +0100)] 
manager/triggers.py: typo correction

7 months agorelease 6.0.16 docs-release-6-0-l2uhfa/deployments/7851
Aleš Mrázek [Thu, 30 Oct 2025 08:56:31 +0000 (09:56 +0100)] 
release 6.0.16

7 months agoMerge !1751: CI: Knot DNS 3.5 bump docs-master-mgcjyq/deployments/7849
Vladimír Čunát [Thu, 30 Oct 2025 07:41:29 +0000 (08:41 +0100)] 
Merge !1751: CI: Knot DNS 3.5 bump

7 months agoci: Increase meson test valgrind timeout
Hynek Šabacký [Fri, 10 Oct 2025 10:29:26 +0000 (12:29 +0200)] 
ci: Increase meson test valgrind timeout

7 months agoci: Test against Knot DNS 3.5
Hynek Šabacký [Fri, 10 Oct 2025 09:21:45 +0000 (11:21 +0200)] 
ci: Test against Knot DNS 3.5

7 months agoMerge !1724: systemd: tweak OOM behavior docs-ci-respdiff-kj12ij/deployments/7840 docs-master-mgcjyq/deployments/7816 docs-master-mgcjyq/deployments/7820 docs-master-mgcjyq/deployments/7822 docs-master-mgcjyq/deployments/7823 docs-master-mgcjyq/deployments/7825 docs-master-mgcjyq/deployments/7826 docs-master-mgcjyq/deployments/7827 docs-master-mgcjyq/deployments/7829 docs-master-mgcjyq/deployments/7831 docs-master-mgcjyq/deployments/7833 docs-master-mgcjyq/deployments/7834 docs-master-mgcjyq/deployments/7836 docs-master-mgcjyq/deployments/7845 docs-master-mgcjyq/deployments/7847 docs-nightly-t152d1/deployments/7821 docs-nightly-t152d1/deployments/7824 docs-nightly-t152d1/deployments/7828 docs-nightly-t152d1/deployments/7832 docs-nightly-t152d1/deployments/7835 docs-nightly-t152d1/deployments/7846
Vladimír Čunát [Fri, 24 Oct 2025 08:57:03 +0000 (10:57 +0200)] 
Merge !1724: systemd: tweak OOM behavior

7 months agosystemd: tweak OOM behavior docs-oom-better-bzu81u/deployments/7815
Vladimír Čunát [Fri, 18 Jul 2025 11:01:06 +0000 (13:01 +0200)] 
systemd: tweak OOM behavior

When OOM killer happens, it's basically always killing kresd
process(es), in which case the supervisord inside should simply
restart them and everything should be OK.

I.e. in almost all cases there's no need for systemd to panic
and stop the whole knot-resolver service.

7 months agoMerge !1750: doc/user: document the RPZ watchdog docs-master-mgcjyq/deployments/7804 docs-master-mgcjyq/deployments/7806 docs-master-mgcjyq/deployments/7808 docs-master-mgcjyq/deployments/7809 docs-master-mgcjyq/deployments/7811 docs-master-mgcjyq/deployments/7812 docs-master-mgcjyq/deployments/7814 docs-nightly-t152d1/deployments/7807 docs-nightly-t152d1/deployments/7810 docs-nightly-t152d1/deployments/7813
Vladimír Čunát [Tue, 21 Oct 2025 09:00:46 +0000 (11:00 +0200)] 
Merge !1750: doc/user: document the RPZ watchdog

7 months agodoc/user: document the RPZ watchdog docs-doc-rpz-watc-e8e33l/deployments/7803
Vladimír Čunát [Tue, 21 Oct 2025 06:12:56 +0000 (08:12 +0200)] 
doc/user: document the RPZ watchdog

7 months agoMerge !1742: manager: policy-loader: improvements and bug fixes docs-master-mgcjyq/deployments/7777 docs-master-mgcjyq/deployments/7782 docs-master-mgcjyq/deployments/7784 docs-master-mgcjyq/deployments/7787 docs-master-mgcjyq/deployments/7789 docs-master-mgcjyq/deployments/7790 docs-master-mgcjyq/deployments/7792 docs-master-mgcjyq/deployments/7793 docs-master-mgcjyq/deployments/7795 docs-master-mgcjyq/deployments/7799 docs-master-mgcjyq/deployments/7801 docs-nightly-t152d1/deployments/7783 docs-nightly-t152d1/deployments/7788 docs-nightly-t152d1/deployments/7791 docs-nightly-t152d1/deployments/7794 docs-nightly-t152d1/deployments/7800
Vladimír Čunát [Thu, 16 Oct 2025 10:33:15 +0000 (12:33 +0200)] 
Merge !1742: manager: policy-loader: improvements and bug fixes

7 months agodaemon/main.c: notify_ready: do not fail if NOTIFY_SOCKET is not configured docs-policy-loade-4z1auj/deployments/7768
Aleš Mrázek [Thu, 25 Sep 2025 15:16:42 +0000 (17:16 +0200)] 
daemon/main.c: notify_ready: do not fail if NOTIFY_SOCKET is not configured

7 months agodatamodel: better naming for kresd and policy-loader related parts
Aleš Mrázek [Wed, 17 Sep 2025 09:27:14 +0000 (11:27 +0200)] 
datamodel: better naming for kresd and policy-loader related parts

7 months agocontroller/supervisord: policy:loader: do not wait for the READY notification
Aleš Mrázek [Wed, 17 Sep 2025 09:16:40 +0000 (11:16 +0200)] 
controller/supervisord: policy:loader: do not wait for the READY notification

policy-loader automatically enters RUNNING state when spawned

7 months agomanager: clean up supervisord and policy-loader config files
Aleš Mrázek [Tue, 16 Sep 2025 12:18:08 +0000 (14:18 +0200)] 
manager: clean up supervisord and policy-loader config files