| Commit message (Expand) | Author | Age | Files | Lines |
* | local-data: generate CNAMEs from DNAMEs | Vladimír Čunát | 2024-09-25 | 3 | -15/+127 |
* | lib/rules subnet_encode(): improve doc-comments | Vladimír Čunát | 2024-07-22 | 1 | -10/+18 |
* | lib/rules nit: missing `static` for a function | Vladimír Čunát | 2024-07-22 | 1 | -1/+1 |
* | lib/rules: fix a bug in subnet computations | Vladimír Čunát | 2024-07-22 | 1 | -4/+13 |
* | lib/rules: tweak how the read-only transactions work | Vladimír Čunát | 2024-07-02 | 2 | -1/+19 |
* | lib/rules kr_rules_init(): allow not overwriting the DB | Vladimír Čunát | 2024-07-02 | 3 | -18/+15 |
* | Some more Clang-Tidy silencing | Oto Šťáva | 2024-06-04 | 3 | -8/+9 |
* | daemon, lib: unify protolayer_grp and kr_proto enums | Oto Šťáva | 2024-06-04 | 1 | -21/+1 |
* | daemon, lib, modules: trivial fixes for Coverity issues | Oto Šťáva | 2024-05-15 | 2 | -3/+4 |
* | Resolve !1509 with 6.0 (libknot 3.4 compatibility) | Vladimír Čunát | 2024-05-09 | 1 | -1/+1 |
* | lib/rules: avoid RPZ overriding the root SOA | Vladimír Čunát | 2024-03-27 | 1 | -0/+2 |
* | lib/rules: fix RPZ if SOA is repated, as usual in AXFR output | Vladimír Čunát | 2024-03-27 | 1 | -8/+11 |
* | lib/rules: increase default DB size to 2G on 64-bit platforms | Vladimír Čunát | 2024-03-22 | 1 | -1/+2 |
* | lib/rules: fix RPZ if it contains apex NS record | Vladimír Čunát | 2024-03-20 | 1 | -0/+14 |
* | document limitation of forwarding to authoritative servers | Vladimír Čunát | 2024-02-26 | 1 | -1/+4 |
* | libknot 3.4 compat | Vladimír Čunát | 2024-02-06 | 1 | -1/+1 |
* | tests: fix config.hints after view changes | Vladimír Čunát | 2023-10-05 | 1 | -1/+6 |
* | /views/*/{dst_subnet,protocols}: add, both backend+config | Vladimír Čunát | 2023-10-05 | 2 | -25/+143 |
* | WIP lib/rules: consider multiple tags variants when answering | Vladimír Čunát | 2023-10-05 | 1 | -21/+22 |
* | MDB_DUPSORT for rules | Vladimír Čunát | 2023-10-05 | 3 | -9/+20 |
* | lib/rules: avoid using preallocated LMDB writes | Vladimír Čunát | 2023-10-05 | 2 | -58/+53 |
* | lib/rules: small bugfix for views | Vladimír Čunát | 2023-09-12 | 1 | -4/+3 |
* | modules/hints,lib/rules: rework TTL defaults | Vladimír Čunát | 2023-09-12 | 5 | -10/+18 |
* | datamodel: /local-data/subtrees: implement redirect and ttl | Vladimír Čunát | 2023-09-12 | 5 | -70/+60 |
* | hints: expose as C kr_rule_local_*() | Vladimír Čunát | 2023-09-12 | 2 | -0/+262 |
* | lib/rules: tiny bugfix for (most) subtree rules | Vladimír Čunát | 2023-08-23 | 1 | -1/+1 |
* | hints: merge RRs instead of replacing them | Vladimír Čunát | 2023-08-17 | 2 | -0/+56 |
* | lib/rules: when forwarding, avoid resolving NS's name | Vladimír Čunát | 2023-08-03 | 1 | -0/+1 |
* | doc/config-policy-new: add this section | Vladimír Čunát | 2023-07-13 | 1 | -0/+1 |
* | lib/rules kr_view_insert_action(): fix subnet truncation | Vladimír Čunát | 2023-07-12 | 1 | -0/+1 |
* | lib/rules: DB size+path: make configurable, bump to 100 MiB | Vladimír Čunát | 2023-06-12 | 5 | -13/+35 |
* | lib/cache: improve logging for the LMDB with policy rules | Vladimír Čunát | 2023-06-12 | 1 | -0/+2 |
* | lib/rules,cache: use transactions, improve assertions | Vladimír Čunát | 2023-06-12 | 3 | -17/+25 |
* | lib/rules forwarding: per-IP .tls | Vladimír Čunát | 2023-06-12 | 1 | -1/+1 |
* | lib/rules: implement forwarding | Vladimír Čunát | 2023-06-12 | 4 | -10/+230 |
* | lib/rules: split key construction from insert_trivial_zone() | Vladimír Čunát | 2023-06-12 | 2 | -4/+10 |
* | lib/rules: move parts from api.c to impl.h | Vladimír Čunát | 2023-06-12 | 2 | -32/+33 |
* | lib/rules: bugfix ZLA key for the root | Vladimír Čunát | 2023-06-12 | 1 | -4/+7 |
* | nits | Vladimír Čunát | 2023-06-12 | 1 | -0/+2 |
* | lib/rules: add API for loading a zonefile | Vladimír Čunát | 2023-06-12 | 2 | -0/+288 |
* | lib/rules: allow setting TTL in the trivial zones | Vladimír Čunát | 2023-06-12 | 3 | -34/+58 |
* | lib/rules: move more declarations to impl.h | Vladimír Čunát | 2023-06-12 | 2 | -23/+50 |
* | lib/rules: implement NODATA zones | Vladimír Čunát | 2023-06-12 | 2 | -8/+33 |
* | lib/rules: add NXDOMAIN (pseudo-)zones | Vladimír Čunát | 2023-06-12 | 2 | -7/+25 |
* | lib/rules: add usable tagging | Vladimír Čunát | 2023-06-12 | 2 | -1/+101 |
* | lib/rules: add basic view capability | Vladimír Čunát | 2023-06-12 | 2 | -1/+210 |
* | lib/rules: refactor kr_rule_local_data_answer() a bit | Vladimír Čunát | 2023-06-12 | 1 | -20/+22 |
* | lib/rules: implement redirect zones | Vladimír Čunát | 2023-06-12 | 3 | -19/+146 |
* | lib/rules: add deletion prototype, commit transactions | Vladimír Čunát | 2023-06-12 | 2 | -7/+41 |
* | hints: implement .use_nodata(true) and .ttl | Vladimír Čunát | 2023-06-12 | 2 | -11/+35 |