summaryrefslogtreecommitdiffstats
path: root/python (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-11libknot-xdp: remove pointer arithmetics on NULLJan Doskočil1-1/+1
2024-07-11tests: protect XDP-listening port against...Libor Peltan2-0/+4
2024-07-11xdp-tcp: additoinal protection against duplicate conn in tableLibor Peltan1-1/+1
2024-07-11xdp-tcp: ignore SYN+ACK pkts in knotd (only for kxdpgun)Libor Peltan2-2/+20
2024-07-11libknot: add WALLET rrtypeDaniel Salzman4-3/+8
2024-07-11libzscanner: add WALLET rrtypeDaniel Salzman9-36256/+37806
2024-07-11libknot/error: add a new error code -- KNOT_EROFSDavid Vašek2-0/+2
2024-07-11libzscanner: add support for 'dohpath' and 'ohttp' SVCB parametersDaniel Salzman6-23764/+24521
2024-07-10libknot: add support for 'dohpath' and 'ohttp' SVCB parametersDaniel Salzman3-3/+14
2024-07-06dnssec/NSEC: remove another omitted NSEC for existing nonauthoritative nodeDaniel Salzman2-3/+9
2024-07-05load: dont skip dnssec+zonemd even when nothing to loadLibor Peltan2-3/+59
2024-07-04tests: improved blocking_txn not to fail and test betterLibor Peltan2-3/+10
2024-07-02tests: fix forwarded DDNS with possible master's XDPLibor Peltan1-1/+1
2024-06-28dnssec/NSEC: remove empty node's NSEC even when nonauthLibor Peltan3-5/+33
2024-06-24distro/rpm: update minimum knot-resolver versionDaniel Salzman1-1/+1
2024-06-24configure: upgrade version to libknot15 (libdnssec and libzscanner unchanged)Daniel Salzman10-303/+303
2024-06-21doc: add and update information about TLSDaniel Salzman4-9/+65
2024-06-21journal: fix corruption when SOA serial matches some metadata nameLibor Peltan7-9/+87
2024-06-19backup: write the LMDB version in the label fileDavid Vašek1-1/+6
2024-06-19backup: check that the system CPU architecture and the backup data are compat...David Vašek10-2/+105
2024-06-18libknot/error: add a new error code for incompatible architecture -- KNOT_ECP...David Vašek2-0/+2
2024-06-17refresh: log remote zone serials immediately after incoming transfers are rec...David Vašek4-7/+27
2024-06-14tests-extra: zone/backup -- fix the recently added testingDavid Vašek1-1/+1
2024-06-14backup: use the force option to overwrite an already existing backupdirDavid Vašek4-3/+60
2024-06-14contrib/files: in remove_file(), remove all cases of directory as a directoryDavid Vašek1-2/+6
2024-06-14libknot/error: add a new error code -- KNOT_EPERMDavid Vašek2-0/+2
2024-06-14contrib/files: return an error code from remove_path()David Vašek4-9/+13
2024-06-14contrib/files: in remove_path(), allow remove of directory contents onlyDavid Vašek4-8/+17
2024-06-14knotd: remove assert that doesnt hold in specific circmstancesLibor Peltan2-2/+40
2024-06-13rcu: protect also zonefile flush and XFRout against simultaneous zone CTL updateLibor Peltan3-8/+30
2024-06-13contrib: upgrade embedded library ngtcp2 to v1.6.0Daniel Salzman22-154/+199
2024-06-12purge: after purging timers, set them to sensible valuesLibor Peltan2-0/+33
2024-06-06nameserver: add TSIG key name to event and nameserver logsDaniel Salzman13-75/+85
2024-06-04tests/many_nsec3: more lightweight under valgrind to prevent fail and long runLibor Peltan1-1/+6
2024-06-04notify/out: use RCU_lock to protect from SOA change during eventLibor Peltan2-2/+58
2024-06-03ctl: disallow parallel zone txn (zone-begin) and..Libor Peltan3-5/+94
2024-06-02distro/deb: remove omitted debian/ufw/knot from knot.installDaniel Salzman1-1/+0
2024-05-31tests: terminate tcpdump on test failJan Doskočil2-80/+84
2024-05-31tests: give tcpdump the correct portJan Doskočil1-1/+1
2024-05-30kdig: allow query section be omnitedJan Hák1-1/+1
2024-05-30utils: add condition for zero-length string in get_fqd_name()Jan Hák1-1/+1
2024-05-30tests-extra: increase timeouts to fix tls/xfr issues under ValgrindJan Hák1-4/+4
2024-05-28distro/deb: remove ufw configurationDaniel Salzman2-5/+0
2024-05-27tests-extra: yet another stabilization of modules/rrlDaniel Salzman1-2/+2
2024-05-25kxdpgun: add cli option for reading binary fileJan Hák4-92/+190
2024-05-23tests-extra: fix wrong whitelist address and add small margin to dropped pack...Jan Hák1-5/+6
2024-05-18doc: for ACL, use 'action' as the only synonymum for request typeDavid Vašek2-6/+7
2024-05-18doc/configuration: make it clear that all request types except queries requir...Petr Špaček1-5/+5
2024-05-17ctl: allow backup (not restore) during zone transaction...Libor Peltan1-2/+2
2024-05-17ctl: disallow simultaneous backup and zone transactionLibor Peltan2-1/+49