summaryrefslogtreecommitdiff
path: root/src/resolve/resolved-etc-hosts.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-01resolved: change error handling for manager_etc_hosts_read()Zbigniew Jędrzejewski-Szmek1-7/+3
2018-08-01resolved: keep addresses mapped to ::0 in a separate setZbigniew Jędrzejewski-Szmek1-21/+35
2018-08-01test-resolved-etc-hosts: add tests for /etc/hosts parsingZbigniew Jędrzejewski-Szmek1-16/+3
2018-08-01resolved: put /etc/hosts hashmaps in a structure and pass that aroundZbigniew Jędrzejewski-Szmek1-56/+64
2018-07-31resolve: support address with ifname in /etc/hostsYu Watanabe1-1/+1
2018-07-31resolve: use in_addr_data type for storing addressYu Watanabe1-145/+70
2018-07-28resolve: add option to toggle reading /etc/hostsYu Watanabe1-0/+3
2018-07-28resolve: make manager_etc_hosts_read() staticYu Watanabe1-1/+1
2018-07-26resolve: use structured initialization and use new() instead of new0()Yu Watanabe1-4/+6
2018-07-26resolve: fix memleakYu Watanabe1-1/+3
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-3/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2016-12-22resolved: correctly handle non-address RR types with /etc/hosts lookups (#4808)Martin Pitt1-3/+3
2016-02-22tree-wide: make ++/-- usage consistent WRT spacingVito Caputo1-1/+1
2016-02-16Replace DNS_RESOURCE_KEY_NAME with a version which always returns "." for rootZbigniew Jędrzejewski-Szmek1-2/+2
2016-01-26resolve: fix compare function for EtcHostItemThomas Hindoe Paaboel Andersen1-1/+1
2016-01-25resolved: synthesize RRs for data from /etc/hostsLennart Poettering1-0/+448