Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | resolved: move ResourceKey/ResourceRecord varlink types to generic Resolve ↵ | Lennart Poettering | 2024-03-06 | 1 | -66/+3 |
| | | | | | | | | | | interface Let's define this in the generic interface and then import it into the Monitor interface too. This is preparation for adding an interface to resolve arbitrary RRs via Varlink, which means we want the type in both interfaces. | ||||
* | resolved: properly decode NAPTR RRs | Lennart Poettering | 2024-03-05 | 1 | -1/+7 |
| | | | | Fixes: #18126 | ||||
* | resolved,pcrlock: make a bunch of varlink introspection structures static | Lennart Poettering | 2024-03-04 | 1 | -15/+15 |
| | | | | | Not sure why gcc doesn't warn that these have no "extern" definition, but also aren't static... | ||||
* | Merge pull request #30661 from rpigott/resolved-https-record | Luca Boccassi | 2024-01-17 | 1 | -1/+3 |
|\ | | | | | resolved: support RFC 9460 SVCB and HTTPS records | ||||
| * | resolvectl: add SVCB and HTTPS json format | Ronan Pigott | 2024-01-16 | 1 | -1/+3 |
| | | |||||
* | | resolve: notify DNSSEC failure, EDE code, and EDE message | Yu Watanabe | 2024-01-10 | 1 | -0/+3 |
|/ | |||||
* | resolve: fix varink message verification | Yu Watanabe | 2023-11-27 | 1 | -2/+42 |
| | | | | Fixes #30199. | ||||
* | tree-wide: make all our Varlink APIs introspectable | Lennart Poettering | 2023-10-06 | 1 | -0/+136 |