summaryrefslogtreecommitdiffstats
path: root/.dir-locals.el (unfollow)
Commit message (Expand)AuthorFilesLines
46 hoursadjust: refactor structure initializations to be more descriptiveDaniel Salzman1-4/+16
46 hourssem-checks: fix DNAME at the zone apex check if active NSEC3Daniel Salzman3-2/+56
10 daysdoc: update year to 2025Daniel Salzman1-1/+1
10 daysctl: improve error detection and send an error message to the clientDaniel Salzman4-23/+43
10 daysctl: fix ctl stuck when abort sent to nonexisting conf txn...Libor Peltan2-3/+14
12 dayspython: expanded CTL documentationJan Doskočil1-2/+169
13 daysxdp: update filter binary using Clang 18Daniel Salzman2-763/+943
13 daysxdp: add IPv6 extended headers parsing support with some filteringDaniel Salzman1-18/+43
2025-01-03xdp: unify used byte-order conversion functionsDaniel Salzman1-6/+6
2025-01-03xdp: drop DNS messages shorter than DNS header lengthDaniel Salzman1-0/+7
2025-01-03xdp: add check for IP payload length and udp->len equalityDaniel Salzman1-4/+7
2025-01-03xdp: refactor access checks to be uniform with the other checksDaniel Salzman1-8/+6
2025-01-03tls: call gnutls_bye() when closing a TLS connectionDaniel Salzman1-0/+1
2025-01-02knotd: avoid crash on crafted CTL payloadJan Doskočil1-1/+1
2025-01-02doc: knotc: describe the force option for zone-flushJan Doskočil1-3/+4
2024-12-26tests-extra: remove superfluous C-style semicolons from Python codeDavid Vašek18-47/+47
2024-12-25tests-extra: fix the all-servers startup methodDavid Vašek1-0/+1
2024-12-25tests-extra: fix Knot server starting when it listens on a socketDavid Vašek1-1/+3
2024-12-20libngtcp2: update embedded libngtcp2 to v1.10.0Jan Doskočil5-16/+14
2024-12-20RRSIGs/TTL: set rrsig->ttl to zero...Libor Peltan2-5/+8
2024-12-19stats: fix duplicate XDP counter names in YAML dumpDaniel Salzman1-30/+61
2024-12-19max_ttl: in case of RRSIG consider orig_ttl and NOT rrsig->ttlLibor Peltan1-3/+18
2024-12-19tests: added max TTL test with signing and incremental realodLibor Peltan3-0/+97
2024-12-18mod-dnstap: distinguish between AUTH and UPDATE query/responseJan Hák1-1/+4
2024-12-18utils: use knsupdate style of output when printing UPDATE messageJan Hák1-1/+3
2024-12-18tests-extra: zone/expire -- fix a typoDavid Vašek1-1/+1
2024-12-18fix: zone hang if last zone-reload oomsolidcc21-0/+1
2024-12-16query_module: fix statistics counters cleanup if allocation failsDaniel Salzman1-3/+19
2024-12-12tests/atomic: lower the iteration counts with spinlock-emulated atomicsDavid Vašek1-3/+10
2024-12-11modules/cookies: fix usage of new atomic in code (variable secret->variable)Jan Hák1-3/+15
2024-12-11libknot/quic: fix usage of new atomic in code (variable cert_creds)Jan Hák1-4/+5
2024-12-11libknot/quic: fix usage of new atomic in code (variable obufs_size)Jan Hák1-2/+5
2024-12-11kxdpgun: fix usage of new atomic in code (variables stats_trigger and stats_s...Jan Hák1-2/+6
2024-12-11stats: fix usage of new atomic in code (variable stats_vals)Jan Hák1-3/+10
2024-12-11modules/probe: fix usage of new atomic in code (variable last_times)Jan Hák1-1/+5
2024-12-11modules/cookies: fix usage of new atomic in code (variable badcookie_ctr)Jan Hák1-1/+2
2024-12-11dnssec: fix usage of new atomic in code (variable dnssec_expire)Jan Hák2-2/+7
2024-12-11backup: fix usage of new atomic in code (variable backup_ctx)Jan Hák4-7/+11
2024-12-11catalog: fix usage of new atomic in code (variable catalog_upd_signal)Jan Hák4-4/+6
2024-12-11tests: fix usage of new atomic in code -- test_atomic.cJan Hák1-9/+19
2024-12-11contrib/atomic: remove of KNOT_HAVE_ATOMIC definition because of unusedJan Hák2-11/+0
2024-12-11contrib/atomic: use volatile for the fallback implementationDaniel Salzman1-7/+10
2024-12-11contrib/atomic: replace a dangerous fallback with a spin-lock protected versionJan Hák1-12/+59
2024-12-07tests: don't build tests for atomic and spinlock if disabled daemonDaniel Salzman1-2/+2
2024-12-04doc: improvements in key management sectionLibor Peltan1-73/+80
2024-12-04gitignore: add qtcreator junkLibor Peltan1-0/+3
2024-12-03handler: fix compilation if XDP not availableDaniel Salzman1-9/+9
2024-12-03mod-rrl: increase default limitsDaniel Salzman2-6/+6
2024-12-03mod-rrl: add note about limiting of authorized requestsDaniel Salzman1-1/+12
2024-12-03server: preserve KNOTD_QUERY_FLAG_AUTHORIZED across handlingDaniel Salzman9-10/+55