summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'ngtcp_upgrade' into 'master'Daniel Salzman2024-11-2122-122/+573
|\
| * libngtcp2: update to 1.9.0Jan Doskočil2024-11-2022-122/+573
* | knotd: expiration aborts transaction in progressJan Hák2024-11-181-1/+6
* | contents: refactor zone_contents_find_dname()Daniel Salzman2024-11-151-28/+25
* | nameserver: add check for \0 bytes in QNAME labels and respond it as NXDOMAIN...Libor Peltan2024-11-159-11/+37
* | libknot: add knot_dname_with_null()Daniel Salzman2024-11-152-0/+22
* | zone-tree: clarify a function descriptionDavid Vašek2024-11-151-8/+8
* | contents: refactor zone_contents_find_dname()Libor Peltan2024-11-151-11/+6
* | nameserver: add sanity assert to get_next_closer()Daniel Salzman2024-11-141-0/+1
* | nameserver: use ssize_t instead of size_t to ensure correct condition evaluationDaniel Salzman2024-11-141-2/+2
* | conf: change default salt length to 0Daniel Salzman2024-11-051-1/+1
* | keymgr: don't check public-only key if it's missingDaniel Salzman2024-11-021-1/+1
* | kxdpgun: stats_period overflow bugfixJan Doskočil2024-10-303-7/+7
|/
* knot: avoid leak on tcp handler thread cancellationDaniel Salzman2024-10-291-2/+9
* knot: add checks for terminal labels before calling knot_dname_next_label()Daniel Salzman2024-10-292-2/+5
* nameserver: add explicit check for root's DS queriesDaniel Salzman2024-10-291-1/+1
* mod-cookies: secondary cookie secretJan Hák2024-10-262-19/+44
* Merge branch 'kjournalprint_M_zij_fllwup' into 'master'Daniel Salzman2024-10-241-0/+4
|\
| * kjournalprint/bugfix/-M: zone-in-journal followed by non-first chsetLibor Peltan2024-10-151-0/+4
* | keymgr/pregenerate: initial ZSK even when KSK existsLibor Peltan2024-10-181-1/+3
* | log/dnssec: warn upon every incremental if full had failedLibor Peltan2024-10-184-4/+19
* | contrib: upgrade embedded library ngtcp2 to v1.8.1Daniel Salzman2024-10-174-57/+53
|/
* atomic: add missing #include <stddef.h>Daniel Salzman2024-10-141-0/+2
* server: create QUIC/TLS key with the configured or running UID and GIDDaniel Salzman2024-10-133-11/+27
* server: don't reconfigure QUIC/TLS credentials if not enabledDaniel Salzman2024-10-131-2/+3
* ctl: add flags and filters to command log if debug enabledDaniel Salzman2024-10-111-5/+19
* ctl: replace cmd_zone_ctl() with cmd_zone_filter_ctl()Daniel Salzman2024-10-111-44/+7
* quic/requestor: block hypothetical conn creation upon recv InitialLibor Peltan2024-10-111-0/+1
* kxdpgun: block eventual creation of conns when recvd initial...Libor Peltan2024-10-113-1/+10
* kxdpgun: bugfix: allow multiple recvs til 1-rtt handshake doneLibor Peltan2024-10-111-2/+0
* nameserver: refactor EDNS EXPIRE settingDaniel Salzman2024-10-071-9/+12
* dnssec: fix zone expiration based on EXPIRE if zone signing results in up-to-...Daniel Salzman2024-10-073-3/+9
* contrib: upgrade embedded library ngtcp2 to v1.8.0Daniel Salzman2024-10-0581-2210/+2026
* rrl: fix zero increment in KRULukáš Ondráček2024-10-031-3/+4
* threads: safely disable signals on threads launched by main thr except srv st...Libor Peltan2024-09-277-23/+83
* acl: add protocol option to the configurationJan Hák2024-09-276-9/+94
* ctl: add benevolent filter to the zone-begin commandJan Hák2024-09-243-3/+14
* ctl: rename KNOT_CTL_IDX_FILTER to KNOT_CTL_IDX_FILTERSDaniel Salzman2024-09-244-17/+17
* ctl: change filters to strings to be consistent with flagsDaniel Salzman2024-09-244-42/+41
* ctl: move command-specific flags to filtersDaniel Salzman2024-09-244-60/+60
* multi-signer: log rem/added *DNSKEYs upon DNSKEY syncLibor Peltan2024-09-172-1/+62
* asan: silence a faulty GCC warningJan Doskočil2024-09-161-9/+24
* yparser: add support for link-local IPv6 addressesJan Hák2024-09-162-32/+120
* contrib: add support for link local IPv6 in sockaddr_tostr()Daniel Salzman2024-09-161-1/+11
* quic: remove already unused QUIC_ macros谢致邦 (XIE Zhibang)2024-09-151-4/+0
* knsupdate: fix memory leak if rdata parsing failsDaniel Salzman2024-09-131-0/+1
* libknot/QUIC/DDNS: fix race when unblocking conn after sent DDNS replyLibor Peltan2024-09-132-2/+3
* fix: prevent coredump in zone-reload by introducing semaphore protection...solidcc22024-09-121-0/+2
* libknot/TLS: unify flags for TLS and QUICLibor Peltan2024-09-121-1/+1
* keymgr: report configured keys that are inaccessibleDavid Vašek2024-09-121-7/+26