summaryrefslogtreecommitdiffstats
path: root/Knot.files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* threads: safely disable signals on threads launched by main thr except srv ↵Libor Peltan2024-09-271-0/+2
| | | | startup
* kxdpgun: move statistics to separate sourcesJan Doskočil2024-08-271-0/+3
|
* rrl: update KRUDaniel Salzman2024-08-121-1/+0
|
* libdnssec: move sample keys from tests to libdnssecJan Hák2024-07-191-1/+1
|
* keymgr: add keystore-test commandJan Hák2024-07-191-0/+2
|
* implemented DoT for queries and XFRLibor Peltan2024-05-071-0/+4
|
* libknot/quic: code movedLibor Peltan2024-05-071-0/+2
|
* mod-rrl: code cleanupDaniel Salzman2024-03-221-0/+5
|
* contrib: upgrade embedded library ngtcp2 to v1.4.0Daniel Salzman2024-03-181-2/+4
|
* dbus: ad support for libdbus as an alternative to systemd d-busJan Hák2024-02-201-0/+2
|
* mod-authsignal: implementation, docs, testsPeter Thomassen2024-01-301-0/+1
| | | | | Thanks to Joeri de Ruiter <joeri.deruiter@surf.nl> and Daniel Salzman for coding support.
* dnssec/validation: implemented full validation as event...Libor Peltan2024-01-021-0/+1
| | | | ...triggered either by knotc or by zone-update/validation+RRSIG expire
* contrib: upgrade embedded library ngtcp2 to v1.1.0Daniel Salzman2023-11-261-2/+2
|
* contrib: universal atomic operationsDavid Vašek2023-11-141-0/+2
|
* utils: add a proper premature termination handlingDavid Vašek2023-08-251-0/+2
| | | | knotd has it's own mechanism.
* knot: implement dnskey-sync for multi-signerLibor Peltan2023-08-101-0/+1
|
* contrib: upgrade embedded library ngtcp2 to v0.17.0Daniel Salzman2023-07-091-0/+2
|
* knot: implement QUIC requestorLibor Peltan2023-05-231-0/+2
|
* contrib: upgrade embedded library ngtcp2 to v0.14.0Daniel Salzman2023-03-291-0/+3
|
* tests: add test for knot_inet_ntop()Daniel Salzman2023-03-071-0/+1
|
* contrib/musl: take implementation of 'inet_ntop' from muslJan Hák2023-03-071-0/+2
| | | | | | | | | | | The reason is that the glibc implementation returns wrong IPv6-mapped-IPv4 addresses. Source: https://git.musl-libc.org/cgit/musl/tree/src/network/inet_ntop.c (as of 2023-03-01, musl v1.2.3, blob: 4bfef2c557ab4478afeb5c22f5d548fd69e51d3c) Homepage: https://musl.libc.org/
* server: move some common handling code to one placeDaniel Salzman2023-03-021-1/+2
|
* utils: replace cert_get_pin() with gnutls_x509_crt_get_key_id()Daniel Salzman2023-03-021-2/+0
|
* knot: implemented non-XDP QUIC answeringLibor Peltan2023-03-021-0/+2
|
* libknot: move quic* files from xdp directory to quic directoryDaniel Salzman2023-03-021-4/+4
|
* contrib: remove embedded libbpf 0.0.6, which no longer works with BTF and ↵Daniel Salzman2022-12-191-41/+0
| | | | | | old kernels Almost every distribution already has a newer libbpf in repository.
* knot: implemented auto-generating reverse recordsLibor Peltan2022-10-241-0/+2
|
* contrib: upgrade embedded library ngtcp2 to v0.10.0Daniel Salzman2022-10-201-0/+2
|
* contrib: add Toeplitz-based hashingDaniel Salzman2022-07-231-0/+2
|
* xdp-quic: incremental work on implementationLibor Peltan2022-07-231-0/+2
|
* xdp-quic: initial PoC prototype of QUIC-over-XDP serverLibor Peltan2022-07-231-0/+2
|
* proxyv2: split the code into general contrib and internal knot partsJan Hák2022-07-011-0/+4
|
* Update Knot.filesDaniel Salzman2022-06-281-0/+10
|
* kdig: add quic parameterJan Hák2022-06-221-0/+2
|
* contrib: add embedded library ngtcp2 v0.1.0 as a temporary solution until a ↵Daniel Salzman2022-06-211-0/+73
| | | | package is available
* common: implement simple JSON writerJan Vcelak2022-06-101-0/+2
| | | | Slightly modified by Jan Hák <jan.hak@nic.cz>
* tests: move dynarray test to libknot...Libor Peltan2022-05-251-1/+1
| | | | ...as dynarray itself had been moved from contrib
* knsupdate: use of libedit in interactive mode with history and completionJan Hák2022-02-041-0/+2
|
* nsec3resalt: remove useless eventLibor Peltan2022-01-071-1/+0
|
* implemented tracking of unreachable remotesLibor Peltan2021-12-141-0/+3
|
* implemented pool of opened outgoing conenctionsLibor Peltan2021-11-261-0/+2
|
* svcb/https: as regular optional glue with rrsigLibor Peltan2021-09-291-0/+1
|
* utilities/keymgr: move configuration-handling routines to general source file...Libor Peltan2021-09-221-0/+2
| | | | ...while fixing few little bugs
* xdp: don't increase RLIMIT_MEMLOCK on Linux >= 5.11, not neededDaniel Salzman2021-09-011-0/+1
|
* contrib: add macros for terminal colorsDaniel Salzman2021-08-201-0/+1
|
* backup: rename backup_label.{c,h} to more apt backup_dir.{c,h}David Vašek2021-07-121-2/+2
|
* backup: move the lock file and label file related code to independent moduleDavid Vašek2021-07-121-0/+2
| | | | Some changes to the function interfaces.
* libknot: move XDP-related headers from libknot.h to xdp.hDaniel Salzman2021-07-081-0/+1
|
* dynarray: move from contrib to libknotDaniel Salzman2021-07-081-1/+1
|
* tests: XDP-TCP test of connection handling, states and stressLibor Peltan2021-07-081-0/+1
|