Systemd/src/resolve
Lennart Poettering cd1b20f90a resolved: if there's already an RR established that has the same name of an RR to be established, skip probing the name
After all, what has been probed once, doesn't need to be probed again.
2014-08-05 01:52:24 +02:00
..
.gitignore resolve: add more record types and convert to gperf table 2014-08-03 22:02:32 -04:00
Makefile resolved: add daemon to manage resolv.conf 2014-05-19 18:14:56 +02:00
dns-type.c resolve-host: make arg_type an int 2014-08-03 22:02:32 -04:00
dns-type.h resolve-host: make arg_type an int 2014-08-03 22:02:32 -04:00
org.freedesktop.resolve1.conf resolved: add legacy dbus service and policy files 2014-07-16 03:41:39 +02:00
org.freedesktop.resolve1.service resolved: add legacy dbus service and policy files 2014-07-16 03:41:39 +02:00
resolved-bus.c resolved: remove unused variables 2014-08-03 13:19:19 +02:00
resolved-bus.h resolved: rename resolved.h to resolved-manager.h 2014-08-01 16:14:59 +02:00
resolved-conf.c resolved: read the system /etc/resolv.conf unless we wrote it ourselves 2014-08-01 18:10:01 +02:00
resolved-conf.h resolved: rename resolved.h to resolved-manager.h 2014-08-01 16:14:59 +02:00
resolved-dns-answer.c resolved: properly set TTL in SOA records 2014-07-30 19:34:50 +02:00
resolved-dns-answer.h resolved: properly set TTL in SOA records 2014-07-30 19:34:50 +02:00
resolved-dns-cache.c resolved: don't bother caching negative RRs when the SOA TTL is 0 anyway 2014-08-01 00:58:13 +02:00
resolved-dns-cache.h resolved: only cache answer RRs, never additional or authoritative RRs of responses 2014-07-30 01:47:10 +02:00
resolved-dns-domain.c resolved: fix negative caching of IDNA domains 2014-08-01 00:58:12 +02:00
resolved-dns-domain.h resolved: handle IDNA domains 2014-08-01 00:58:12 +02:00
resolved-dns-packet.c resolved: RRSIG records 2014-08-03 22:02:32 -04:00
resolved-dns-packet.h resolved: RRSIG records 2014-08-03 22:02:32 -04:00
resolved-dns-query.c resolved: use CLOCK_BOOTTIME instead of CLOCK_MONOTONIC when aging caches and timeing out transactions 2014-08-01 00:58:12 +02:00
resolved-dns-query.h resolved: rename resolved.h to resolved-manager.h 2014-08-01 16:14:59 +02:00
resolved-dns-question.c resolved: fix cname handling 2014-07-30 14:46:40 +02:00
resolved-dns-question.h resolved: when resolving an address PTR record via llmnr, make a tcp connection by default 2014-07-29 20:57:58 +02:00
resolved-dns-rr.c resolved: RRSIG records 2014-08-03 22:02:32 -04:00
resolved-dns-rr.h resolved: RRSIG records 2014-08-03 22:02:32 -04:00
resolved-dns-scope.c resolved: avoid possible dereference of null pointer 2014-08-03 23:01:57 +02:00
resolved-dns-scope.h resolved: flush cache each time we change to a different DNS server 2014-08-01 18:10:01 +02:00
resolved-dns-server.c resolved: flush cache each time we change to a different DNS server 2014-08-01 18:10:01 +02:00
resolved-dns-server.h resolved: rename resolved.h to resolved-manager.h 2014-08-01 16:14:59 +02:00
resolved-dns-stream.c resolved: IPV6_UNICAST_IF may fail if we already are bound to a device, like we are for link-local addresses 2014-08-01 19:25:06 +02:00
resolved-dns-stream.h resolved: rename resolved.h to resolved-manager.h 2014-08-01 16:14:59 +02:00
resolved-dns-transaction.c resolved: flush cache each time we change to a different DNS server 2014-08-01 18:10:01 +02:00
resolved-dns-transaction.h resolved: implement LLMNR uniqueness verification 2014-07-31 17:47:19 +02:00
resolved-dns-zone.c resolved: if there's already an RR established that has the same name of an RR to be established, skip probing the name 2014-08-05 01:52:24 +02:00
resolved-dns-zone.h resolved: implement LLMNR uniqueness verification 2014-07-31 17:47:19 +02:00
resolved-gperf.gperf resolved: beef up DNS server configuration logic 2014-08-01 16:06:39 +02:00
resolved-link.c resolved: read the per-interface LLMNR setting from networkd and act on it 2014-08-04 23:08:03 +02:00
resolved-link.h resolved: read the per-interface LLMNR setting from networkd and act on it 2014-08-04 23:08:03 +02:00
resolved-manager.c resolved: actually read the initial state data from networkd when we initialize 2014-08-04 23:08:49 +02:00
resolved-manager.h resolved: read the per-interface LLMNR setting from networkd and act on it 2014-08-04 23:08:03 +02:00
resolved.c resolved: when there's already somebody listening on the LLMNR ports, simple disable LLMNR and warn, but continue 2014-08-04 19:48:03 +02:00
resolved.conf.in resolved: beef up DNS server configuration logic 2014-08-01 16:06:39 +02:00
test-dns-domain.c resolved: when resolving an address PTR record via llmnr, make a tcp connection by default 2014-07-29 20:57:58 +02:00