summaryrefslogtreecommitdiff
path: root/src/resolve/resolved-dns-trust-anchor.c
Commit message (Expand)AuthorAgeFilesLines
* Replace DNS_RESOURCE_KEY_NAME with a version which always returns "." for rootZbigniew Jędrzejewski-Szmek2016-02-161-2/+2
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* resolved: rename dnssec_verify_dnskey() → dnssec_verify_dnskey_by_ds()Lennart Poettering2016-01-171-1/+1
* resolved: when validating, first strip revoked trust anchor keys from validat...Lennart Poettering2016-01-111-1/+46
* resolved: rework trust anchor revoke checkingLennart Poettering2016-01-111-38/+34
* resolved: when dumping the NTA database, sort outputLennart Poettering2016-01-061-5/+21
* resolved: populate negative trust anchor by defaultLennart Poettering2016-01-061-3/+96
* resolved: log all OOM errorsLennart Poettering2016-01-061-2/+2
* resolved: reuse dns_trust_anchor_knows_domain() at another locationLennart Poettering2016-01-061-16/+17
* resolved: when dumping trust anchor contents, clarify when it is emptyLennart Poettering2016-01-051-7/+13
* resolved: also skip built-in trust anchor addition of there's a DNSKEY RR for...Lennart Poettering2016-01-051-0/+3
* resolved: move trust anchor files to /etc/dnssec-trust-anchors.d/Lennart Poettering2016-01-051-1/+1
* resolved: partially implement RFC5011 Trust Anchor supportLennart Poettering2016-01-041-0/+170
* resolved: refuse revoked DNSKEYs in trust anchorLennart Poettering2016-01-031-0/+8
* resolved: add negative trust anchro support, and add trust anchor configurati...Lennart Poettering2016-01-031-9/+315
* resolved: add support NSEC3 proofs, as well as proofs for domains that are OK...Lennart Poettering2015-12-181-1/+1
* resolved: add a simple trust anchor database as additional RR sourceLennart Poettering2015-12-031-0/+101