summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | keymgr: protect gnutls_pkcs11_privkey_generate3() with a spinlock to avoid fa...Daniel Salzman2024-07-191-0/+8
* | keymgr: add 'keystore-test' and 'keystore-bench' to documentationDaniel Salzman2024-07-191-1/+10
* | libdnssec: move sample keys from tests to libdnssecJan Hák2024-07-193-1/+502
* | keymgr: add PKCS #11 initializationDaniel Salzman2024-07-191-0/+5
* | keymgr: unify keystore initializationDaniel Salzman2024-07-195-57/+47
* | keymgr: add keystore-bech commandJan Hák2024-07-193-0/+152
* | keymgr: add keystore-test commandJan Hák2024-07-194-2/+295
* | Merge branch 'NSEC_nonauth_err_code' into 'master'Libor Peltan2024-07-195-3/+11
|\ \
| * | dnssec: more descriptive err code on superfluous NSECJan Doskočil2024-07-115-3/+11
* | | XFR: log used protocol unless logged already by 'started' logLibor Peltan2024-07-181-13/+17
* | | DDNSoT: block connection when DDNS is queuedLibor Peltan2024-07-154-3/+30
* | | DDNSoT: bugfix freeing conn struct from tcp_handler and requestorLibor Peltan2024-07-154-3/+9
* | | requestor/quic+tls: code refactoring in destructorLibor Peltan2024-07-152-7/+13
* | | module: remove redundant params.tls_sessionDaniel Salzman2024-07-154-8/+12
* | | knotd: add support for DDNS DoTJan Hák2024-07-154-4/+15
* | | knsupdate: add support for TLS connectionsJan Hák2024-07-151-2/+14
* | | diagnostic macros: fix occurences of statements without a semicolonJan Doskočil2024-07-122-3/+3
* | | diagnostic macros: force semicolon after statementJan Doskočil2024-07-121-7/+7
* | | libknot-xdp: remove pointer arithmetics on NULLJan Doskočil2024-07-111-1/+1
* | | xdp-tcp: additoinal protection against duplicate conn in tableLibor Peltan2024-07-111-1/+1
* | | xdp-tcp: ignore SYN+ACK pkts in knotd (only for kxdpgun)Libor Peltan2024-07-111-1/+4
* | | libknot: add WALLET rrtypeDaniel Salzman2024-07-113-2/+7
* | | libzscanner: add WALLET rrtypeDaniel Salzman2024-07-113-36251/+37741
* | | Merge branch 'dohpath' into 'master'Libor Peltan2024-07-116-23765/+24494
|\ \ \
| * | | libzscanner: add support for 'dohpath' and 'ohttp' SVCB parametersDaniel Salzman2024-07-113-23762/+24480
| * | | libknot: add support for 'dohpath' and 'ohttp' SVCB parametersDaniel Salzman2024-07-103-3/+14
| |/ /
* / / libknot/error: add a new error code -- KNOT_EROFSDavid Vašek2024-07-112-0/+2
|/ /
* | dnssec/NSEC: remove another omitted NSEC for existing nonauthoritative nodeDaniel Salzman2024-07-061-2/+3
* | load: dont skip dnssec+zonemd even when nothing to loadLibor Peltan2024-07-051-3/+4
* | dnssec/NSEC: remove empty node's NSEC even when nonauthLibor Peltan2024-06-281-5/+5
* | journal: fix corruption when SOA serial matches some metadata nameLibor Peltan2024-06-216-9/+57
* | backup: write the LMDB version in the label fileDavid Vašek2024-06-191-1/+6
* | backup: check that the system CPU architecture and the backup data are compat...David Vašek2024-06-193-1/+32
* | libknot/error: add a new error code for incompatible architecture -- KNOT_ECP...David Vašek2024-06-182-0/+2
* | refresh: log remote zone serials immediately after incoming transfers are rec...David Vašek2024-06-174-7/+27
* | backup: use the force option to overwrite an already existing backupdirDavid Vašek2024-06-141-0/+16
* | contrib/files: in remove_file(), remove all cases of directory as a directoryDavid Vašek2024-06-141-2/+6
* | libknot/error: add a new error code -- KNOT_EPERMDavid Vašek2024-06-142-0/+2
* | contrib/files: return an error code from remove_path()David Vašek2024-06-143-8/+12
* | contrib/files: in remove_path(), allow remove of directory contents onlyDavid Vašek2024-06-143-6/+15
* | knotd: remove assert that doesnt hold in specific circmstancesLibor Peltan2024-06-141-2/+6
* | rcu: protect also zonefile flush and XFRout against simultaneous zone CTL updateLibor Peltan2024-06-132-4/+17
* | contrib: upgrade embedded library ngtcp2 to v1.6.0Daniel Salzman2024-06-1322-154/+199
* | purge: after purging timers, set them to sensible valuesLibor Peltan2024-06-121-0/+1
* | nameserver: add TSIG key name to event and nameserver logsDaniel Salzman2024-06-0612-65/+75
* | notify/out: use RCU_lock to protect from SOA change during eventLibor Peltan2024-06-041-2/+10
* | ctl: disallow parallel zone txn (zone-begin) and..Libor Peltan2024-06-031-3/+30
* | kdig: allow query section be omnitedJan Hák2024-05-301-1/+1
* | utils: add condition for zero-length string in get_fqd_name()Jan Hák2024-05-301-1/+1
* | kxdpgun: add cli option for reading binary fileJan Hák2024-05-253-92/+185