summaryrefslogtreecommitdiffstats
path: root/samples (unfollow)
Commit message (Expand)AuthorFilesLines
3 dayscontrib/ucw: clarify source licensesDaniel Salzman5-10/+514
6 daysucw/heap: unify the license headerDaniel Salzman1-14/+7
6 dayscontrib: remove unused ucw/binsearch.hDaniel Salzman3-52/+0
8 daysbugfix/serial modulo: detect uint32 overflowLibor Peltan2-7/+14
9 dayskdig: add +[no]zoneversion supportDaniel Salzman5-8/+104
9 daysnameserver: add EDNS ZONEVERSION supportDaniel Salzman1-1/+28
9 dayslibknot: add EDNS ZONEVERSION supportDaniel Salzman5-8/+100
12 daysdoc: update network adapters in XDP pre-requisitiesHynek Šabacký1-4/+6
13 daysadjust: refactor structure initializations to be more descriptiveDaniel Salzman1-4/+16
13 dayssem-checks: fix DNAME at the zone apex check if active NSEC3Daniel Salzman3-2/+56
2025-01-08doc: update year to 2025Daniel Salzman1-1/+1
2025-01-08ctl: improve error detection and send an error message to the clientDaniel Salzman4-23/+43
2025-01-08ctl: fix ctl stuck when abort sent to nonexisting conf txn...Libor Peltan2-3/+14
2025-01-06python: expanded CTL documentationJan Doskočil1-2/+169
2025-01-05xdp: update filter binary using Clang 18Daniel Salzman2-763/+943
2025-01-05xdp: 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