summaryrefslogtreecommitdiffstats
path: root/src/resolve/resolved-dns-synthesize.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
| | | | | | | | | | Files which are installed as-is (any .service and other unit files, .conf files, .policy files, etc), are left as is. My assumption is that SPDX identifiers are not yet that well known, so it's better to retain the extended header to avoid any doubt. I also kept any copyright lines. We can probably remove them, but it'd nice to obtain explicit acks from all involved authors before doing that.
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
| | | | | This follows what the kernel is doing, c.f. https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=5fd54ace4721fc5ce2bb5aef6318fcf17f421460.
* resolved: synthesize RRs for data from /etc/hostsLennart Poettering2016-01-251-1/+5
| | | | This way the difference between lookups via NSS and our native bus API should become minimal.
* resolved: split out RR synthesis logic into its own C fileLennart Poettering2016-01-251-0/+26
Also, while we are at it, set the "authenticated" bit for everything we synthesize