summaryrefslogtreecommitdiffstats
path: root/src/utils (follow)
Commit message (Expand)AuthorAgeFilesLines
* utils: use knsupdate style of output when printing UPDATE messageJan Hák2024-12-181-1/+3
* kxdpgun: fix usage of new atomic in code (variables stats_trigger and stats_s...Jan Hák2024-12-111-2/+6
* catalog: fix usage of new atomic in code (variable catalog_upd_signal)Jan Hák2024-12-111-2/+2
* kdig: remove redundant warning about timeout at QUIC connectionJan Hák2024-11-271-1/+0
* kxdpgun: add space before % in statisticshsabacky2024-11-261-5/+5
* kxdpgun: add separators to packets per second statistichsabacky2024-11-261-10/+33
* keymgr: don't check public-only key if it's missingDaniel Salzman2024-11-021-1/+1
* kxdpgun: stats_period overflow bugfixJan Doskočil2024-10-303-7/+7
* kjournalprint/bugfix/-M: zone-in-journal followed by non-first chsetLibor Peltan2024-10-151-0/+4
* ctl: replace cmd_zone_ctl() with cmd_zone_filter_ctl()Daniel Salzman2024-10-111-44/+7
* kxdpgun: block eventual creation of conns when recvd initial...Libor Peltan2024-10-111-0/+1
* kxdpgun: bugfix: allow multiple recvs til 1-rtt handshake doneLibor Peltan2024-10-111-2/+0
* threads: safely disable signals on threads launched by main thr except srv st...Libor Peltan2024-09-271-20/+2
* ctl: add benevolent filter to the zone-begin commandJan Hák2024-09-241-2/+10
* ctl: rename KNOT_CTL_IDX_FILTER to KNOT_CTL_IDX_FILTERSDaniel Salzman2024-09-242-5/+5
* ctl: change filters to strings to be consistent with flagsDaniel Salzman2024-09-241-2/+2
* ctl: move command-specific flags to filtersDaniel Salzman2024-09-242-33/+33
* knsupdate: fix memory leak if rdata parsing failsDaniel Salzman2024-09-131-0/+1
* keymgr: report configured keys that are inaccessibleDavid Vašek2024-09-121-7/+26
* DoT: implemented TLS session resumptionLibor Peltan2024-09-101-1/+1
* kjournalprint: implemented merge optionLibor Peltan2024-09-091-3/+46
* concurrent CTL: bugfix: ctl_globals have to exist separately for each CTL threadLibor Peltan2024-09-011-8/+9
* concurrent CTL: disable signals temporarily when launching subthreads to avoi...Libor Peltan2024-09-011-2/+22
* concurrent CTL: force using one thread when conf txn open...Libor Peltan2024-09-011-24/+146
* ctl: implemented multi-threaded (mutexted) CTL handlingLibor Peltan2024-09-011-5/+70
* 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-274-39/+227
* kxdpgun: move statistics to separate sourcesJan Doskočil2024-08-275-188/+282
* kxdpgun: refactoringJan Doskočil2024-08-271-99/+113
* offline-ksk: don't purge future timestamps during key pregenerationDaniel Salzman2024-08-211-1/+1
* kxdpgun: fix warning 'may be used uninitialized'Daniel Salzman2024-08-011-1/+1
* knsupdate: rename some params and improve compatibility with nsupdateDaniel Salzman2024-07-311-37/+31
* kdig: allow EDNS in defaultJan Hák2024-07-241-1/+1
* kdig: change default bufsize for EDNS to 1232BJan Hák2024-07-241-1/+1
* kxdpgun: fix memleak on unavailable slave XDPJan Doskočil2024-07-231-21/+21
* keymgr: mute CoverityDaniel Salzman2024-07-211-0/+3
* conf: add 'zone.default-ttl` configuration optionDaniel Salzman2024-07-193-4/+6
* 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-191-1/+1
* keymgr: add PKCS #11 initializationDaniel Salzman2024-07-191-0/+5
* keymgr: unify keystore initializationDaniel Salzman2024-07-191-45/+29
* keymgr: add keystore-bech commandJan Hák2024-07-193-0/+152
* keymgr: add keystore-test commandJan Hák2024-07-194-2/+295
* 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
* 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