summaryrefslogtreecommitdiffstats
path: root/src/shared/varlink-io.systemd.Resolve.Monitor.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* resolved: move ResourceKey/ResourceRecord varlink types to generic Resolve ↵Lennart Poettering2024-03-061-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 RRsLennart Poettering2024-03-051-1/+7
| | | | Fixes: #18126
* resolved,pcrlock: make a bunch of varlink introspection structures staticLennart Poettering2024-03-041-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-recordLuca Boccassi2024-01-171-1/+3
|\ | | | | resolved: support RFC 9460 SVCB and HTTPS records
| * resolvectl: add SVCB and HTTPS json formatRonan Pigott2024-01-161-1/+3
| |
* | resolve: notify DNSSEC failure, EDE code, and EDE messageYu Watanabe2024-01-101-0/+3
|/
* resolve: fix varink message verificationYu Watanabe2023-11-271-2/+42
| | | | Fixes #30199.
* tree-wide: make all our Varlink APIs introspectableLennart Poettering2023-10-061-0/+136