Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | ctl: replace cmd_zone_ctl() with cmd_zone_filter_ctl() | Daniel Salzman | 2024-10-11 | 1 | -44/+7 | |
| | ||||||
* | Merge branch 'kxdpgun_client_only' into 'master' | Daniel Salzman | 2024-10-11 | 4 | -1/+11 | |
|\ | | | | | | | | | kxdpgun: block eventual creation of conns when recvd initial... See merge request knot/knot-dns!1719 | |||||
| * | quic/requestor: block hypothetical conn creation upon recv Initial | Libor Peltan | 2024-10-11 | 1 | -0/+1 | |
| | | ||||||
| * | kxdpgun: block eventual creation of conns when recvd initial... | Libor Peltan | 2024-10-11 | 3 | -1/+10 | |
|/ | | | | ...just to make sure | |||||
* | Merge branch 'doc_retire_ksk' into 'master' | Daniel Salzman | 2024-10-11 | 1 | -1/+1 | |
|\ | | | | | | | | | doc/keymgr: align description of 'retire' with current behavior See merge request knot/knot-dns!1720 | |||||
| * | doc/keymgr: align description of 'retire' with current behavior | Libor Peltan | 2024-10-11 | 1 | -1/+1 | |
| | | ||||||
* | | kxdpgun: bugfix: allow multiple recvs til 1-rtt handshake done | Libor Peltan | 2024-10-11 | 1 | -2/+0 | |
| | | ||||||
* | | tests: stabilize modules/test_rrl | Daniel Salzman | 2024-10-11 | 1 | -1/+1 | |
|/ | ||||||
* | tests-extra: stabilize dnssec/expire | Daniel Salzman | 2024-10-10 | 1 | -0/+4 | |
| | ||||||
* | Merge branch 'refresh_expire' | Daniel Salzman | 2024-10-07 | 5 | -11/+75 | |
|\ | ||||||
| * | nameserver: refactor EDNS EXPIRE setting | Daniel Salzman | 2024-10-07 | 1 | -9/+12 | |
| | | ||||||
| * | dnssec: fix zone expiration based on EXPIRE if zone signing results in ↵ | Daniel Salzman | 2024-10-07 | 5 | -3/+64 | |
|/ | | | | up-to-date | |||||
* | Dockerfile: expose 853/TCP port for DoT | Daniel Salzman | 2024-10-07 | 1 | -0/+1 | |
| | ||||||
* | contrib: upgrade embedded library ngtcp2 to v1.8.0 | Daniel Salzman | 2024-10-05 | 81 | -2210/+2026 | |
| | ||||||
* | rrl: fix zero increment in KRU | Lukáš Ondráček | 2024-10-03 | 1 | -3/+4 | |
| | ||||||
* | tests-extra: fix generation of random DDNS updates to not exceed dname limit | David Vašek | 2024-10-02 | 1 | -2/+4 | |
| | ||||||
* | Merge branch 'thread_create_nosignal' into 'master' | Daniel Salzman | 2024-09-27 | 8 | -23/+85 | |
|\ | | | | | | | | | threads: safely disable signals on threads launched by main thr except srv startup See merge request knot/knot-dns!1716 | |||||
| * | threads: safely disable signals on threads launched by main thr except srv ↵ | Libor Peltan | 2024-09-27 | 8 | -23/+85 | |
|/ | | | | startup | |||||
* | Merge branch 'acl_proto' | Daniel Salzman | 2024-09-27 | 11 | -34/+353 | |
|\ | ||||||
| * | tests-extra: add test for ACL configuration | Daniel Salzman | 2024-09-27 | 2 | -0/+214 | |
| | | ||||||
| * | acl: add protocol option to the configuration | Jan Hák | 2024-09-27 | 9 | -34/+139 | |
|/ | ||||||
* | Merge branch 'ctl_uni' | Daniel Salzman | 2024-09-25 | 9 | -120/+132 | |
|\ | ||||||
| * | ctl: add benevolent filter to the zone-begin command | Jan Hák | 2024-09-24 | 4 | -5/+18 | |
| | | ||||||
| * | ctl: rename KNOT_CTL_IDX_FILTER to KNOT_CTL_IDX_FILTERS | Daniel Salzman | 2024-09-24 | 5 | -19/+19 | |
| | | ||||||
| * | ctl: change filters to strings to be consistent with flags | Daniel Salzman | 2024-09-24 | 4 | -42/+41 | |
| | | ||||||
| * | ctl: move command-specific flags to filters | Daniel Salzman | 2024-09-24 | 5 | -62/+62 | |
|/ | | | | This affects conf-list, conf-diff, zone-diff, and zone-status. | |||||
* | Merge branch 'dnskey_sync_log' into 'master' | Daniel Salzman | 2024-09-17 | 2 | -1/+62 | |
|\ | | | | | | | | | multi-signer: log rem/added *DNSKEYs upon DNSKEY sync See merge request knot/knot-dns!1715 | |||||
| * | multi-signer: log rem/added *DNSKEYs upon DNSKEY sync | Libor Peltan | 2024-09-17 | 2 | -1/+62 | |
|/ | ||||||
* | asan: silence a faulty GCC warning | Jan Doskočil | 2024-09-16 | 1 | -9/+24 | |
| | | | | fixes #933 | |||||
* | Merge branch 'link_local_ipv6' | Daniel Salzman | 2024-09-16 | 4 | -33/+139 | |
|\ | | | | | | | fixes #936 | |||||
| * | yparser: add support for link-local IPv6 addresses | Jan Hák | 2024-09-16 | 3 | -32/+128 | |
| | | ||||||
| * | contrib: add support for link local IPv6 in sockaddr_tostr() | Daniel Salzman | 2024-09-16 | 1 | -1/+11 | |
|/ | ||||||
* | quic: remove already unused QUIC_ macros | 谢致邦 (XIE Zhibang) | 2024-09-15 | 1 | -4/+0 | |
| | | | | | Fixes: bd75c1fe3 (tls: unification of TLS priority settings, 2024-04-26) Signed-off-by: 谢致邦 (XIE Zhibang) <Yeking@Red54.com> | |||||
* | knsupdate: fix memory leak if rdata parsing fails | Daniel Salzman | 2024-09-13 | 1 | -0/+1 | |
| | ||||||
* | libknot/QUIC/DDNS: fix race when unblocking conn after sent DDNS reply | Libor Peltan | 2024-09-13 | 2 | -2/+3 | |
| | ||||||
* | tests: flush before random_ddns() to ensure clean zonefile format | Libor Peltan | 2024-09-12 | 1 | -0/+1 | |
| | ||||||
* | Merge branch 'keysonly_test' into 'master' | Libor Peltan | 2024-09-12 | 1 | -0/+47 | |
|\ | | | | | | | | | Test zone-backup/zone-restore '+keysonly' checking of data availability See merge request knot/knot-dns!1714 | |||||
| * | tests-extra: zone/backup_lock -- check '+keysonly' backup/restore | David Vašek | 2024-09-12 | 1 | -0/+47 | |
| | | ||||||
* | | fix: prevent coredump in zone-reload by introducing semaphore protection... | solidcc2 | 2024-09-12 | 1 | -0/+2 | |
| | | | | | | | | | | | | when generating new zone_contents_t for newzone fixes #939 | |||||
* | | libknot/TLS: unify flags for TLS and QUIC | Libor Peltan | 2024-09-12 | 1 | -1/+1 | |
|/ | ||||||
* | doc: add info about DS generation during key rollover | Daniel Salzman | 2024-09-12 | 1 | -1/+8 | |
| | ||||||
* | doc: add an example for CSK import | Daniel Salzman | 2024-09-12 | 1 | -3/+7 | |
| | ||||||
* | Merge branch 'keymgr_check_keys' into 'master' | Daniel Salzman | 2024-09-12 | 1 | -7/+26 | |
|\ | | | | | | | | | In keymgr, report configured keys that are inaccessible See merge request knot/knot-dns!1713 | |||||
| * | keymgr: report configured keys that are inaccessible | David Vašek | 2024-09-12 | 1 | -7/+26 | |
|/ | ||||||
* | Merge branch 'fix_backup_keysonly' into 'master' | Daniel Salzman | 2024-09-11 | 1 | -1/+1 | |
|\ | | | | | | | | | FIx 'zone-backup +keysonly' to really switch off other defaults See merge request knot/knot-dns!1712 | |||||
| * | backup: fix '+keysonly' to really switch off other defaults | David Vašek | 2024-09-11 | 1 | -1/+1 | |
|/ | | | | This fixes commit 48868e1b3a287ad937dbebe9f43ed682b1509657 | |||||
* | Merge branch 'nxname-rrtype' into 'master' | Daniel Salzman | 2024-09-11 | 2 | -6/+9 | |
|\ | | | | | | | | | libknot: add NXNAME meta type See merge request knot/knot-dns!1711 | |||||
| * | libknot: add NXNAME meta type | Jan Včelák | 2024-09-11 | 2 | -6/+9 | |
|/ | ||||||
* | distro/deb: replace pkg-config with pkgconf as suggested by debian | Daniel Salzman | 2024-09-11 | 2 | -2/+2 | |
| | ||||||
* | Merge branch 'tls_session_resump' into 'master' | Daniel Salzman | 2024-09-10 | 13 | -24/+149 | |
|\ | | | | | | | | | DoT: implemented TLS session resumption See merge request knot/knot-dns!1710 |