]>
git.ipfire.org Git - thirdparty/knot-resolver.git/log
Vladimír Čunát [Mon, 26 Sep 2022 10:31:25 +0000 (12:31 +0200)]
daemon/session2 nit: use `const char *` for names
That also matches the real type of those string literals.
Oto Šťáva [Wed, 21 Sep 2022 06:50:14 +0000 (08:50 +0200)]
daemon: adapt DNS-over-HTTPS for protocol layers
Has a few problems that need to be solved:
- Answers are being truncated, because PROTOLAYER_DNS_DGRAM treats the
communication as UDP. Since `session->stream` has multiple
responsibilities, it needs to be split up into two (or more)
different flags; then we'll be able to use it properly.
- There is an unsolved use-after-free
Oto Šťáva [Thu, 15 Sep 2022 07:46:07 +0000 (09:46 +0200)]
daemon/session: remove (superseded by session2)
Oto Šťáva [Wed, 14 Sep 2022 07:45:42 +0000 (09:45 +0200)]
daemon/session2: cleanup; clarify naming and docs
Oto Šťáva [Tue, 13 Sep 2022 11:22:40 +0000 (13:22 +0200)]
daemon/session2: docs clarifications
Oto Šťáva [Tue, 13 Sep 2022 10:12:30 +0000 (12:12 +0200)]
daemon/session2: move iteration data into struct protolayer_cb_ctx
Oto Šťáva [Wed, 7 Sep 2022 10:48:16 +0000 (12:48 +0200)]
daemon/session2: remove protolayer_push - consolidate with protolayer_continue
Oto Šťáva [Wed, 7 Sep 2022 07:25:38 +0000 (09:25 +0200)]
daemon: replace a few libuv references with generic flags and move stats handling
Oto Šťáva [Tue, 6 Sep 2022 11:42:39 +0000 (13:42 +0200)]
daemon/worker: flush worker mempool after submitting
Oto Šťáva [Tue, 6 Sep 2022 08:19:05 +0000 (10:19 +0200)]
daemon/tls: fix incorrect freeing
Oto Šťáva [Tue, 6 Sep 2022 06:18:57 +0000 (08:18 +0200)]
daemon: fix leaking of session2
Oto Šťáva [Fri, 26 Aug 2022 07:29:30 +0000 (09:29 +0200)]
daemon: various protolayer fixes
Oto Šťáva [Thu, 25 Aug 2022 08:24:32 +0000 (10:24 +0200)]
daemon/session2: some cleanups and documentation
Oto Šťáva [Tue, 23 Aug 2022 11:08:58 +0000 (13:08 +0200)]
daemon: implement TLS with protocol layers
Oto Šťáva [Thu, 11 Aug 2022 07:25:41 +0000 (09:25 +0200)]
daemon: channel udp_queue through protolayers
Oto Šťáva [Tue, 9 Aug 2022 09:05:34 +0000 (11:05 +0200)]
daemon/worker: nits
Oto Šťáva [Fri, 5 Aug 2022 06:22:37 +0000 (08:22 +0200)]
daemon: protolayer timeout and stream fixes
Incoming TCP sessions (from clients) were not marked as `connected`,
causing the wrong timeout function to be called. This may have resulted
in assertion failures in some cases when using TCP.
Some error codes were not wrapped in `kr_error` - this probably did not
cause any real issues currently, but for the sake of consistency this is
now fixed.
Stream wire buffers were not being processed in a loop, which could
potentially cause input data to be discarded or processed with a delay.
This is now fixed.
Oto Šťáva [Thu, 4 Aug 2022 12:16:17 +0000 (14:16 +0200)]
daemon/worker: use libknot to retrieve packet size
Oto Šťáva [Thu, 4 Aug 2022 09:15:13 +0000 (11:15 +0200)]
daemon/session2: put event handling into separate functions
Originally, events were simply just another payload for the regular data
callbacks. That could, however, lead to problems with the control flow
of the layer iterations, e.g. when a buffer causes a layer to `_WAIT`,
but the next payload is an event instead of another buffer. This
separation should fix that problem.
Oto Šťáva [Wed, 3 Aug 2022 08:03:44 +0000 (10:03 +0200)]
daemon: TCP connection timeouts with protolayers
Oto Šťáva [Tue, 2 Aug 2022 08:53:38 +0000 (10:53 +0200)]
daemon: basic implementation of TCP and UDP with protolayers
Oto Šťáva [Mon, 18 Jul 2022 06:51:39 +0000 (08:51 +0200)]
session2: protocol layer API
Oto Šťáva [Mon, 23 May 2022 10:18:38 +0000 (12:18 +0200)]
daemon: refactor stage 1
Vladimír Čunát [Thu, 26 Jan 2023 09:57:46 +0000 (10:57 +0100)]
Merge !1379: tests/integration/deckard: update to version with --forked
Oto Šťáva [Thu, 26 Jan 2023 08:27:07 +0000 (09:27 +0100)]
tests/integration/deckard: update to version with --forked
Vaclav Sraier [Sun, 22 Jan 2023 08:15:39 +0000 (09:15 +0100)]
Merge branch 'manager-doc-gitlab-pages' into 'manager'
manager: GitLab pages with current version of docs
See merge request knot/knot-resolver!1372
Vasek Sraier [Sun, 22 Jan 2023 07:44:07 +0000 (08:44 +0100)]
docs: gitlab pages deploy via CI is now manual and does not run automatically
Vasek Sraier [Fri, 6 Jan 2023 09:57:24 +0000 (10:57 +0100)]
docs: automatic publishing using gitlab pages
Vaclav Sraier [Fri, 13 Jan 2023 10:51:05 +0000 (11:51 +0100)]
Merge branch 'manager-build-file-removal' into 'manager'
manager: removal of accidentally commited build artifact
See merge request knot/knot-resolver!1376
Vasek Sraier [Fri, 13 Jan 2023 10:44:37 +0000 (11:44 +0100)]
doc: removed doc/_static/config.schema.md which was generated and accidentally commited
there are no secrets in that file ;) it's just a build artifact
Vladimír Čunát [Wed, 11 Jan 2023 10:44:01 +0000 (11:44 +0100)]
Merge branch 'ci-pkgtest-update' into 'manager'
CI: update pkgtest for new apkg images
See merge request knot/knot-resolver!1373
Jakub Ružička [Thu, 5 Jan 2023 15:47:37 +0000 (16:47 +0100)]
CI: update pkgtest for new apkg images
also:
* add Fedora 37, remove Fedora 35
* add AlmaLinux 9, remove Rocky 8 (image stopped working)
Vladimír Čunát [Wed, 11 Jan 2023 10:29:46 +0000 (11:29 +0100)]
Merge branch 'manager-copyright-sweep' into 'manager'
Copyright notices: remove years and replace e-mail (cherry-pick into manager)
See merge request knot/knot-resolver!1374
Oto Šťáva [Mon, 12 Dec 2022 09:34:23 +0000 (10:34 +0100)]
Copyright notices: remove years and replace e-mail
Vasek Sraier [Tue, 10 Jan 2023 21:48:18 +0000 (22:48 +0100)]
Merge branch 'master' into manager
Vaclav Sraier [Tue, 10 Jan 2023 19:24:37 +0000 (20:24 +0100)]
Merge branch 'manager-doc2' into 'manager'
manager: docs improvement
See merge request knot/knot-resolver!1375
Vasek Sraier [Mon, 9 Jan 2023 22:21:01 +0000 (23:21 +0100)]
doc: moved command rosetta to upgrade guide
Vasek Sraier [Mon, 9 Jan 2023 22:20:12 +0000 (23:20 +0100)]
doc: fix links
Vasek Sraier [Sun, 8 Jan 2023 22:04:15 +0000 (23:04 +0100)]
docs: moved old lua configuration to section "advanced configuration"
Vasek Sraier [Sun, 8 Jan 2023 16:40:21 +0000 (17:40 +0100)]
doc: improvement of the configuration section and schema description
Vasek Sraier [Sun, 18 Dec 2022 16:40:58 +0000 (17:40 +0100)]
docs: overhall of the getting started section, autogenerating readable JSON schema reference
Vaclav Sraier [Tue, 10 Jan 2023 19:02:03 +0000 (20:02 +0100)]
Merge branch 'manager-kresctl' into 'manager'
manager: kresctl utility
See merge request knot/knot-resolver!1342
Aleš Mrázek [Tue, 10 Jan 2023 18:56:06 +0000 (19:56 +0100)]
manager: client: comment incomplete completion code
Aleš Mrázek [Tue, 10 Jan 2023 18:12:45 +0000 (19:12 +0100)]
manager: client: exit code on cmd fail
Aleš Mrázek [Tue, 10 Jan 2023 14:58:51 +0000 (15:58 +0100)]
manager: client: exit cmd removed
Aleš Mrázek [Mon, 9 Jan 2023 10:14:46 +0000 (11:14 +0100)]
manager: client: allow to get schema using API
Aleš Mrázek [Tue, 3 Jan 2023 10:39:51 +0000 (11:39 +0100)]
manager: client: args description/help updated
Aleš Mrázek [Fri, 16 Dec 2022 21:02:21 +0000 (22:02 +0100)]
doc/manager-client.rst: kresctl commands doc
Aleš Mrázek [Wed, 14 Dec 2022 09:06:41 +0000 (10:06 +0100)]
manager: api: json schema indent
Aleš Mrázek [Tue, 13 Dec 2022 16:00:27 +0000 (17:00 +0100)]
manager: client: reformat function fix
Aleš Mrázek [Tue, 13 Dec 2022 15:38:25 +0000 (16:38 +0100)]
manager: client: 'help' cmd added
Aleš Mrázek [Mon, 12 Dec 2022 20:57:55 +0000 (21:57 +0100)]
doc: new chapter added for kresctl and API pages
Aleš Mrázek [Mon, 12 Dec 2022 20:54:14 +0000 (21:54 +0100)]
doc/gettingstarted-config: kresctl doc update
Aleš Mrázek [Mon, 12 Dec 2022 15:18:12 +0000 (16:18 +0100)]
doc/gettingstarted-config: API doc update
Aleš Mrázek [Thu, 8 Dec 2022 13:33:26 +0000 (14:33 +0100)]
manager: client: completion improvements
Aleš Mrázek [Mon, 5 Dec 2022 21:59:53 +0000 (22:59 +0100)]
manager: client: replace POST method with PUT in config cmd
Aleš Mrázek [Fri, 2 Dec 2022 16:11:39 +0000 (17:11 +0100)]
manager: client: uknown_args removed
Aleš Mrázek [Wed, 23 Nov 2022 00:11:05 +0000 (01:11 +0100)]
manager: client: config path completion
Aleš Mrázek [Wed, 16 Nov 2022 15:06:01 +0000 (16:06 +0100)]
manager: client: functional 'completion' command
Aleš Mrázek [Wed, 16 Nov 2022 15:03:21 +0000 (16:03 +0100)]
manager: client: completion script for bash
Aleš Mrázek [Tue, 15 Nov 2022 17:15:08 +0000 (18:15 +0100)]
manager: meson: install shell completion scripts
Aleš Mrázek [Mon, 7 Nov 2022 21:45:47 +0000 (22:45 +0100)]
manager: kresctl: move main function from __main__
Aleš Mrázek [Wed, 2 Nov 2022 11:36:59 +0000 (12:36 +0100)]
manager: kresctl: 'reload' cmd added
Aleš Mrázek [Tue, 1 Nov 2022 17:47:33 +0000 (18:47 +0100)]
manager: kresctl: 'validate' comd added
Aleš Mrázek [Mon, 31 Oct 2022 22:41:24 +0000 (23:41 +0100)]
manager: kresctl: completion for 'completion' cmd
Aleš Mrázek [Mon, 31 Oct 2022 22:39:20 +0000 (23:39 +0100)]
manager: kresctl: shell-completion files renamed
Aleš Mrázek [Fri, 30 Sep 2022 13:23:38 +0000 (15:23 +0200)]
manager: kresctl: completion options in dict instead of in list
Aleš Mrázek [Fri, 30 Sep 2022 13:12:03 +0000 (15:12 +0200)]
manager: kresctl: config cmd: write to file only with 200 response status
Aleš Mrázek [Fri, 30 Sep 2022 12:58:03 +0000 (14:58 +0200)]
manager: duplicit 'shell-completion' directory removed
Aleš Mrázek [Fri, 30 Sep 2022 12:48:27 +0000 (14:48 +0200)]
manager: pkg: deb: completion files for kresctl utility
Aleš Mrázek [Fri, 30 Sep 2022 12:02:36 +0000 (14:02 +0200)]
manager: pkg: rpm: completion files for kresctl utility
Vasek Sraier [Thu, 29 Sep 2022 09:45:33 +0000 (11:45 +0200)]
manager: schema utils: updated documentation about serialization of custom value types, fixed UncheckedPath serialization so that it does not depend on cwd
Aleš Mrázek [Thu, 29 Sep 2022 08:40:36 +0000 (10:40 +0200)]
manager: doc: JSON Schema install fix
Vasek Sraier [Mon, 26 Sep 2022 11:21:32 +0000 (13:21 +0200)]
docs: generating and linking JSON schema for the declarative config
Vasek Sraier [Mon, 26 Sep 2022 11:11:39 +0000 (13:11 +0200)]
kresctl: fix typing annotations for old python
Aleš Mrázek [Wed, 21 Sep 2022 22:20:20 +0000 (00:20 +0200)]
manager: pkg: completion dir fix
Aleš Mrázek [Wed, 21 Sep 2022 10:38:09 +0000 (12:38 +0200)]
manager: kresctl: 'completion' method for commands added
- lint and formating fixes
Aleš Mrázek [Tue, 20 Sep 2022 14:35:27 +0000 (16:35 +0200)]
manager: utils: modeling: function to try parse yaml or json
Aleš Mrázek [Sun, 18 Sep 2022 20:35:07 +0000 (22:35 +0200)]
manager: kresctl: scripts for shells completion added
Aleš Mrázek [Sun, 18 Sep 2022 19:48:52 +0000 (21:48 +0200)]
manager: kresctl: 'completion' command WIP
Aleš Mrázek [Sun, 18 Sep 2022 19:45:40 +0000 (21:45 +0200)]
manager: kresctl: 'convert' command added
Aleš Mrázek [Tue, 13 Sep 2022 16:47:47 +0000 (18:47 +0200)]
manager: kresctl: config command
- schema, metrics command modules lint
Aleš Mrázek [Mon, 12 Sep 2022 08:20:31 +0000 (10:20 +0200)]
manager: kresctl: schema command added
Aleš Mrázek [Mon, 12 Sep 2022 08:14:51 +0000 (10:14 +0200)]
kresctl: metrics command added
Aleš Mrázek [Fri, 2 Sep 2022 14:09:22 +0000 (16:09 +0200)]
doc/gettingstarted-config.rst: some info about kresctl
Aleš Mrázek [Thu, 1 Sep 2022 12:28:17 +0000 (14:28 +0200)]
manager: kresctl: command parsing done
Vladimír Čunát [Thu, 22 Dec 2022 15:06:06 +0000 (16:06 +0100)]
Merge !1371: predict: fully deactivate prediction with `period = 0`
Vladimír Čunát [Thu, 22 Dec 2022 12:58:53 +0000 (13:58 +0100)]
predict: fully deactivate prediction with `period = 0`
That setting is recommended by documentation but it would still leave
the timer triggering repeatedly. Maybe it didn't cause any practical
difference, but it was unnecessary and possibly confusing.
Vaclav Sraier [Thu, 22 Dec 2022 12:37:06 +0000 (13:37 +0100)]
Merge branch 'manager-wrong-return-type-fix' into 'manager'
bugfix: invalid json in HTTP API
See merge request knot/knot-resolver!1370
Vasek Sraier [Thu, 22 Dec 2022 10:55:48 +0000 (11:55 +0100)]
manager: HTTP API: fixed returning Python str() instead of json.dumps()
Vladimír Čunát [Mon, 19 Dec 2022 09:07:28 +0000 (10:07 +0100)]
Merge !1368: Copyright notices: remove years and replace e-mail
Oto Šťáva [Mon, 12 Dec 2022 09:34:23 +0000 (10:34 +0100)]
Copyright notices: remove years and replace e-mail
Vladimír Čunát [Tue, 13 Dec 2022 16:20:52 +0000 (17:20 +0100)]
Merge !1369: NEWS + doc about TTL: forgotten minor tweaks
Vladimír Čunát [Thu, 14 Jul 2022 09:31:25 +0000 (11:31 +0200)]
NEWS + doc about TTL: forgotten minor tweaks
Vladimír Čunát [Tue, 13 Dec 2022 11:56:59 +0000 (12:56 +0100)]
Merge !1323: TTL tweaks
Closes #127 and #736
Vladimír Čunát [Thu, 14 Jul 2022 09:31:25 +0000 (11:31 +0200)]
NEWS + doc about TTL: apply changes from previous commits
(and minor other changes)
Vladimír Čunát [Thu, 14 Jul 2022 08:53:27 +0000 (10:53 +0200)]
TTL bounds: improve the logic
- apply to first (uncached) answer already
- don't extend over signature validity
Nit: the tests were using too high TTL (RFCs disallow the "sign bit").
It was working because (manual) cache-insertion was applying bounds,
but now the bounds don't get applied anymore, so it would fail.
Vladimír Čunát [Mon, 28 Feb 2022 18:21:04 +0000 (19:21 +0100)]
cache.max_ttl(): lower the default from six days to one day
Allowing too much seems to have more risk than benefit. For example,
the 2-day TTL on DS records in .com zone (e.g. Slack issue months ago).
Vladimír Čunát [Mon, 28 Feb 2022 18:10:16 +0000 (19:10 +0100)]
lib/cache: tweak TTL computation for packets
When a whole packet is cached (instead of individual RRs),
let's simplify the way the packet's TTL gets computed.
The previous mechanism came from commit
5b383a2bb7 ,
probably a misunderstanding of:
https://datatracker.ietf.org/doc/html/rfc2308#section-5
Anyway, I see no motivation to do it, and this way we should
get rid of some weird cases where we might extend TTL of some records,
except if they were below the cache.min_ttl() setting (5s default).
Vladimír Čunát [Sat, 10 Dec 2022 15:43:00 +0000 (16:43 +0100)]
Merge !1367: docs: run `meson setup` explicitly in build instructions