History log of /systemd/src/resolve/resolved-dns-synthesize.c
Revision Date Author Comments Expand
dd0bc0f1414cc1d0fa73a29470bd14944e4942d3 25-Jan-2016 Lennart Poettering <lennart@poettering.net>

resolved: synthesize RRs for data from /etc/hosts This way the difference between lookups via NSS and our native bus API should become minimal.

528e685ebd3657f2531f8666c9e4bba6fbd38acd 25-Jan-2016 Lennart Poettering <lennart@poettering.net>

resolved: when synthesizing RR responses, own the name fully When we synthesize A/AAAA for domains like "localhost", then make sure we generate ENODATA if the user asks for RR types such a RP to be solved on the name. Previously, we'd pass the error back in that case that was generated from the usual lookup procedure.

839a4a20d8b4f6ebf3a342fd05c821358be5a313 25-Jan-2016 Lennart Poettering <lennart@poettering.net>

resolved: split out RR synthesis logic into its own C file Also, while we are at it, set the "authenticated" bit for everything we synthesize