Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | threads: safely disable signals on threads launched by main thr except srv ↵ | Libor Peltan | 2024-09-27 | 1 | -0/+2 |
| | | | | startup | ||||
* | kxdpgun: move statistics to separate sources | Jan Doskočil | 2024-08-27 | 1 | -0/+3 |
| | |||||
* | rrl: update KRU | Daniel Salzman | 2024-08-12 | 1 | -1/+0 |
| | |||||
* | libdnssec: move sample keys from tests to libdnssec | Jan Hák | 2024-07-19 | 1 | -1/+1 |
| | |||||
* | keymgr: add keystore-test command | Jan Hák | 2024-07-19 | 1 | -0/+2 |
| | |||||
* | implemented DoT for queries and XFR | Libor Peltan | 2024-05-07 | 1 | -0/+4 |
| | |||||
* | libknot/quic: code moved | Libor Peltan | 2024-05-07 | 1 | -0/+2 |
| | |||||
* | mod-rrl: code cleanup | Daniel Salzman | 2024-03-22 | 1 | -0/+5 |
| | |||||
* | contrib: upgrade embedded library ngtcp2 to v1.4.0 | Daniel Salzman | 2024-03-18 | 1 | -2/+4 |
| | |||||
* | dbus: ad support for libdbus as an alternative to systemd d-bus | Jan Hák | 2024-02-20 | 1 | -0/+2 |
| | |||||
* | mod-authsignal: implementation, docs, tests | Peter Thomassen | 2024-01-30 | 1 | -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 Peltan | 2024-01-02 | 1 | -0/+1 |
| | | | | ...triggered either by knotc or by zone-update/validation+RRSIG expire | ||||
* | contrib: upgrade embedded library ngtcp2 to v1.1.0 | Daniel Salzman | 2023-11-26 | 1 | -2/+2 |
| | |||||
* | contrib: universal atomic operations | David Vašek | 2023-11-14 | 1 | -0/+2 |
| | |||||
* | utils: add a proper premature termination handling | David Vašek | 2023-08-25 | 1 | -0/+2 |
| | | | | knotd has it's own mechanism. | ||||
* | knot: implement dnskey-sync for multi-signer | Libor Peltan | 2023-08-10 | 1 | -0/+1 |
| | |||||
* | contrib: upgrade embedded library ngtcp2 to v0.17.0 | Daniel Salzman | 2023-07-09 | 1 | -0/+2 |
| | |||||
* | knot: implement QUIC requestor | Libor Peltan | 2023-05-23 | 1 | -0/+2 |
| | |||||
* | contrib: upgrade embedded library ngtcp2 to v0.14.0 | Daniel Salzman | 2023-03-29 | 1 | -0/+3 |
| | |||||
* | tests: add test for knot_inet_ntop() | Daniel Salzman | 2023-03-07 | 1 | -0/+1 |
| | |||||
* | contrib/musl: take implementation of 'inet_ntop' from musl | Jan Hák | 2023-03-07 | 1 | -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 place | Daniel Salzman | 2023-03-02 | 1 | -1/+2 |
| | |||||
* | utils: replace cert_get_pin() with gnutls_x509_crt_get_key_id() | Daniel Salzman | 2023-03-02 | 1 | -2/+0 |
| | |||||
* | knot: implemented non-XDP QUIC answering | Libor Peltan | 2023-03-02 | 1 | -0/+2 |
| | |||||
* | libknot: move quic* files from xdp directory to quic directory | Daniel Salzman | 2023-03-02 | 1 | -4/+4 |
| | |||||
* | contrib: remove embedded libbpf 0.0.6, which no longer works with BTF and ↵ | Daniel Salzman | 2022-12-19 | 1 | -41/+0 |
| | | | | | | old kernels Almost every distribution already has a newer libbpf in repository. | ||||
* | knot: implemented auto-generating reverse records | Libor Peltan | 2022-10-24 | 1 | -0/+2 |
| | |||||
* | contrib: upgrade embedded library ngtcp2 to v0.10.0 | Daniel Salzman | 2022-10-20 | 1 | -0/+2 |
| | |||||
* | contrib: add Toeplitz-based hashing | Daniel Salzman | 2022-07-23 | 1 | -0/+2 |
| | |||||
* | xdp-quic: incremental work on implementation | Libor Peltan | 2022-07-23 | 1 | -0/+2 |
| | |||||
* | xdp-quic: initial PoC prototype of QUIC-over-XDP server | Libor Peltan | 2022-07-23 | 1 | -0/+2 |
| | |||||
* | proxyv2: split the code into general contrib and internal knot parts | Jan Hák | 2022-07-01 | 1 | -0/+4 |
| | |||||
* | Update Knot.files | Daniel Salzman | 2022-06-28 | 1 | -0/+10 |
| | |||||
* | kdig: add quic parameter | Jan Hák | 2022-06-22 | 1 | -0/+2 |
| | |||||
* | contrib: add embedded library ngtcp2 v0.1.0 as a temporary solution until a ↵ | Daniel Salzman | 2022-06-21 | 1 | -0/+73 |
| | | | | package is available | ||||
* | common: implement simple JSON writer | Jan Vcelak | 2022-06-10 | 1 | -0/+2 |
| | | | | Slightly modified by Jan Hák <jan.hak@nic.cz> | ||||
* | tests: move dynarray test to libknot... | Libor Peltan | 2022-05-25 | 1 | -1/+1 |
| | | | | ...as dynarray itself had been moved from contrib | ||||
* | knsupdate: use of libedit in interactive mode with history and completion | Jan Hák | 2022-02-04 | 1 | -0/+2 |
| | |||||
* | nsec3resalt: remove useless event | Libor Peltan | 2022-01-07 | 1 | -1/+0 |
| | |||||
* | implemented tracking of unreachable remotes | Libor Peltan | 2021-12-14 | 1 | -0/+3 |
| | |||||
* | implemented pool of opened outgoing conenctions | Libor Peltan | 2021-11-26 | 1 | -0/+2 |
| | |||||
* | svcb/https: as regular optional glue with rrsig | Libor Peltan | 2021-09-29 | 1 | -0/+1 |
| | |||||
* | utilities/keymgr: move configuration-handling routines to general source file... | Libor Peltan | 2021-09-22 | 1 | -0/+2 |
| | | | | ...while fixing few little bugs | ||||
* | xdp: don't increase RLIMIT_MEMLOCK on Linux >= 5.11, not needed | Daniel Salzman | 2021-09-01 | 1 | -0/+1 |
| | |||||
* | contrib: add macros for terminal colors | Daniel Salzman | 2021-08-20 | 1 | -0/+1 |
| | |||||
* | backup: rename backup_label.{c,h} to more apt backup_dir.{c,h} | David Vašek | 2021-07-12 | 1 | -2/+2 |
| | |||||
* | backup: move the lock file and label file related code to independent module | David Vašek | 2021-07-12 | 1 | -0/+2 |
| | | | | Some changes to the function interfaces. | ||||
* | libknot: move XDP-related headers from libknot.h to xdp.h | Daniel Salzman | 2021-07-08 | 1 | -0/+1 |
| | |||||
* | dynarray: move from contrib to libknot | Daniel Salzman | 2021-07-08 | 1 | -1/+1 |
| | |||||
* | tests: XDP-TCP test of connection handling, states and stress | Libor Peltan | 2021-07-08 | 1 | -0/+1 |
| |