Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-16 | Replace DNS_RESOURCE_KEY_NAME with a version which always returns "." for root | Zbigniew Jędrzejewski-Szmek | |
This fixes formatting of root domain in debug messages: Old: systemd-resolved[10049]: Requesting DS to validate transaction 19313 (., DNSKEY with key tag: 19036). New: systemd-resolved[10049]: Requesting DS to validate transaction 19313 (, DNSKEY with key tag: 19036). | |||
2016-01-26 | resolve: fix compare function for EtcHostItem | Thomas Hindoe Paaboel Andersen | |
From dd0bc0f1 | |||
2016-01-25 | resolved: synthesize RRs for data from /etc/hosts | Lennart Poettering | |
This way the difference between lookups via NSS and our native bus API should become minimal. |