summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * libngtcp2: update embedded lib to 1.9.1Jan Doskočil2024-11-252-11/+25
|/
* Merge branch 'ubnt2410_1' into 'master'Daniel Salzman2024-11-251-2/+7
|\ | | | | | | | | tests: compatibility with new Bind9 See merge request knot/knot-dns!1727
| * tests: compatibility with new Bind9Libor Peltan2024-11-251-2/+7
|/
* backup: code robustness improvementDavid Vašek2024-11-221-1/+2
|
* zonedb-load: store member timers upon catalog_member generationDaniel Salzman2024-11-221-1/+3
|
* zone: don't purge times.catalog_member if still a member zoneDaniel Salzman2024-11-223-4/+14
|
* zone: simplify purge macro definitionsDavid Vašek2024-11-221-6/+6
|
* Merge branch 'ngtcp_upgrade' into 'master'Daniel Salzman2024-11-2123-122/+631
|\ | | | | | | | | update ngtcp2 to 1.9.0 See merge request knot/knot-dns!1728
| * libngtcp2: update to 1.9.0Jan Doskočil2024-11-2022-122/+573
| |
| * scripts: update_ngtcp2.sh for semi-automatic embedded libngtcp2 updatesJan Doskočil2024-11-201-0/+58
| |
* | Merge branch 'expire_abort_transaction' into 'master'Libor Peltan2024-11-183-1/+75
|\ \ | | | | | | | | | | | | | | | | | | Zone expiration aborts transaction in progress Closes #929 See merge request knot/knot-dns!1725
| * | knotd: expiration aborts transaction in progressJan Hák2024-11-183-1/+75
|/ /
* | doc/operation: mention the use of the force option for overwriting failed backupDavid Vašek2024-11-181-1/+1
| |
* | Merge branch 'nullbyte_lpe' into 'master'Libor Peltan2024-11-1515-42/+127
|\ \ | | | | | | | | | | | | Add check for \0 bytes in QNAME labels See merge request knot/knot-dns!1726
| * | contents: refactor zone_contents_find_dname()Daniel Salzman2024-11-151-28/+25
| | |
| * | nameserver: add check for \0 bytes in QNAME labels and respond it as ↵Libor Peltan2024-11-1511-11/+80
| | | | | | | | | | | | | | | | | | NXDOMAIN ... if it doens't exactly match a node owner.
| * | libknot: add knot_dname_with_null()Daniel Salzman2024-11-153-0/+23
| | |
| * | zone-tree: clarify a function descriptionDavid Vašek2024-11-151-8/+8
| | |
| * | contents: refactor zone_contents_find_dname()Libor Peltan2024-11-151-11/+6
| | |
| * | nameserver: add sanity assert to get_next_closer()Daniel Salzman2024-11-141-0/+1
| | |
| * | nameserver: use ssize_t instead of size_t to ensure correct condition evaluationDaniel Salzman2024-11-141-2/+2
|/ /
* | tests-extra: update prerequisites in READMEDaniel Salzman2024-11-141-7/+8
| |
* | README: add softhsm dependency for PKCS #11 unitttestDaniel Salzman2024-11-141-2/+2
| |
* | conf: change default salt length to 0Daniel Salzman2024-11-054-2/+4
| |
* | CI: replace Fedora 39 with Fedora 41Daniel Salzman2024-11-051-2/+2
| |
* | keymgr: don't check public-only key if it's missingDaniel Salzman2024-11-021-1/+1
| |
* | distro/rpm: install softhsm for make checkDaniel Salzman2024-11-011-0/+3
| |
* | kxdpgun: stats_period overflow bugfixJan Doskočil2024-10-303-7/+7
|/
* knot-exporter: fix zone-status parsingTomas Velechovsky2024-10-301-1/+1
| | | | | Relates to: ctl/zone-status: print since when event is running/pending/frozen
* knot: avoid leak on tcp handler thread cancellationDaniel Salzman2024-10-291-2/+9
|
* knot: add checks for terminal labels before calling knot_dname_next_label()Daniel Salzman2024-10-292-2/+5
|
* nameserver: add explicit check for root's DS queriesDaniel Salzman2024-10-292-1/+18
|
* mod-cookies: secondary cookie secretJan Hák2024-10-264-24/+105
|
* Merge branch 'kjournalprint_M_zij_fllwup' into 'master'Daniel Salzman2024-10-241-0/+4
|\ | | | | | | | | kjournalprint/bugfix/-M: zone-in-journal followed by non-first chset See merge request knot/knot-dns!1724
| * kjournalprint/bugfix/-M: zone-in-journal followed by non-first chsetLibor Peltan2024-10-151-0/+4
| |
* | Merge branch 'test_xot_bind' into 'master'Daniel Salzman2024-10-236-8/+212
|\ \ | | | | | | | | | | | | tests: add XoT (XFR over TLS) interop with Bind9 See merge request knot/knot-dns!1718
| * | tests: add XoT (XFR over TLS) interop with Bind9Libor Peltan2024-10-236-8/+212
|/ /
* | Merge branch 'test_regex_fix'Daniel Salzman2024-10-221-1/+1
|\ \ | | | | | | | | | Fixes Debian Bug#1085663: knot: Python SyntaxWarning
| * | knot_exporter: avoid faulty escape sequence interpretationJan Doskočil2024-10-221-1/+1
|/ /
* | Merge branch 'initial_zsk' into 'master'Daniel Salzman2024-10-181-1/+3
|\ \ | | | | | | | | | | | | keymgr/pregenerate: initial ZSK even when KSK exists See merge request knot/knot-dns!1722
| * | keymgr/pregenerate: initial ZSK even when KSK existsLibor Peltan2024-10-181-1/+3
|/ /
* | Merge branch 'log_full_sign_had_failed' into 'master'Daniel Salzman2024-10-185-4/+67
|\ \ | | | | | | | | | | | | log/dnssec: warn upon every incremental if full had failed See merge request knot/knot-dns!1721
| * | log/dnssec: warn upon every incremental if full had failedLibor Peltan2024-10-185-4/+67
|/ /
* / contrib: upgrade embedded library ngtcp2 to v1.8.1Daniel Salzman2024-10-174-57/+53
|/
* atomic: add missing #include <stddef.h>Daniel Salzman2024-10-141-0/+2
|
* man: update example parametersDaniel Salzman2024-10-141-1/+1
|
* python: add anchors to libknot READMEDaniel Salzman2024-10-131-16/+18
|
* server: create QUIC/TLS key with the configured or running UID and GIDDaniel Salzman2024-10-133-11/+27
|
* server: don't reconfigure QUIC/TLS credentials if not enabledDaniel Salzman2024-10-131-2/+3
|
* ctl: add flags and filters to command log if debug enabledDaniel Salzman2024-10-111-5/+19
|