summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* backup: fix '+keysonly' to really switch off other defaultsDavid Vašek2024-09-111-1/+1
* libknot: add NXNAME meta typeJan Včelák2024-09-112-6/+9
* DoT: implemented TLS session resumptionLibor Peltan2024-09-1012-24/+146
* kjournalprint: implemented merge optionLibor Peltan2024-09-092-9/+59
* ctl/zone-status: print since when event is running/pending/frozenLibor Peltan2024-09-043-13/+25
* concurrent CTL: bugfix: ctl_globals have to exist separately for each CTL threadLibor Peltan2024-09-015-18/+25
* ctl: add a workaround for macOSDaniel Salzman2024-09-011-0/+8
* concurrent CTL: disable signals temporarily when launching subthreads to avoi...Libor Peltan2024-09-011-2/+22
* zone: use knot_atomic_ptr_t for backup_ctxDaniel Salzman2024-09-014-10/+4
* concurrent CTL: force using one thread when conf txn open...Libor Peltan2024-09-013-30/+163
* ctl: implemented multi-threaded (mutexted) CTL handlingLibor Peltan2024-09-0111-75/+273
* ctl: prohibit opening zone-begin when blocking command is runningLibor Peltan2024-09-011-0/+5
* ctl/zone-ksk-submitted: avoid deadlock on DNSSEC event when frozen...Libor Peltan2024-09-011-2/+2
* fixup! kxdpgun: add cli option for reading binary fileJan Doskočil2024-08-281-5/+5
* kxdpgun: periodic statistics printouts (-S/--stats-period)Jan Doskočil2024-08-283-107/+172
* kxdpgun: -j/--json output optionJan Doskočil2024-08-276-40/+240
* kxdpgun: move statistics to separate sourcesJan Doskočil2024-08-275-188/+282
* kxdpgun: refactoringJan Doskočil2024-08-271-99/+113
* libknot: fix zero pointer dereference of TSIGJan Hák2024-08-271-1/+5
* dnsproxy: fix TSIG handlingDaniel Salzman2024-08-241-14/+21
* contrib: upgrade embedded library ngtcp2 to v1.7.0Daniel Salzman2024-08-2429-572/+569
* yparser: new time unit specifiersJan Doskočil2024-08-241-18/+42
* libknot/performance: avoid repeated knot_rdataset_at() inside knot_rrset_to_w...Libor Peltan2024-08-221-11/+12
* offline-ksk: don't purge future timestamps during key pregenerationDaniel Salzman2024-08-213-3/+6
* rrl: improve documentationLukáš Ondráček2024-08-191-7/+14
* mod-rrl: add time limitingDaniel Salzman2024-08-192-74/+234
* rrl: add R (rrl_query()) and W (rrl_update()) supportDaniel Salzman2024-08-193-26/+112
* libknot: add EDE code 30Vladimír Čunát2024-08-122-0/+2