summaryrefslogtreecommitdiff
path: root/src/dns
Commit message (Expand)AuthorAgeFilesLines
* core: merge IPv4 and IPv6 implementations in NMDnsManagerth/dns-ip-config-unifyThomas Haller2017-11-091-204/+89
* core: replace nm_dns_ip_config_data_get_dns_priority()Thomas Haller2017-11-084-22/+10
* policy: merge IPv4 and IPv6 implementation of update_ip_dns()Thomas Haller2017-11-082-43/+8
* core: use nm_close()Beniamino Galvani2017-10-191-2/+2
* core: rework tracking of gateway/default-route in ip-configThomas Haller2017-10-101-24/+16
* dns: merge IPv4 and IPv6 implementation for update_add_ip_config()Thomas Haller2017-10-091-57/+54
* core: support tracking default-route in NMIP4Config/NMIP6ConfigThomas Haller2017-09-081-4/+8
* dns: use 127.0.0.53 address in /etc/resolv.conf with systemd-resolvedThomas Haller2017-09-071-2/+9
* core: track addresses for NMIP4Config/NMIP6Config via NMDedupMultiIndexThomas Haller2017-07-251-12/+6
* dns: perform the public-suffix check only for the hostname-derived domainBeniamino Galvani2017-07-171-9/+9
* core: refactor NMIP6Config to use dedup-index for IPv6 routesThomas Haller2017-07-051-5/+4
* core: refactor NMIP4Config to use dedup-index for IPv4 routesThomas Haller2017-07-051-5/+4
* dns: don't clone DNS configs list for nm_dns_plugin_update()Thomas Haller2017-06-196-26/+16
* dns: fix negative ipv4.dns-priority for systemd-resolvedThomas Haller2017-06-194-14/+30
* dns: make configs argument to update a const pointerThomas Haller2017-06-195-7/+7
* dns/systemd: remove unused device lookup in add_interface_configuration()Thomas Haller2017-06-191-3/+0
* dns: add helper method to get DNS priority from NMDnsIPConfigDataThomas Haller2017-06-192-16/+20
* dns: minor refactoring in _collect_resolv_conf_data()Thomas Haller2017-06-191-14/+14
* policy: log policy's orig_hostnameThomas Haller2017-05-121-0/+1
* dns: better detect systemd-resolved when checking for resolv.conf symlinkThomas Haller2017-05-111-18/+54
* logging: log device and connection along with the messageLubomir Rintel2017-03-242-2/+2
* dns: avoid cleaning resolv.conf on exit if not neededFrancesco Giudici2017-03-231-0/+4
* dns-manager: turn DOMAIN_IS_VALID into a functionLubomir Rintel2017-03-221-15/+24
* dns-manager: use libpsl directlyLubomir Rintel2017-03-221-11/+4
* policy: check for active devices before triggering dns update on hostname changeFrancesco Giudici2017-03-162-2/+6
* dns/resolved: consider configuration from unmanaged devicesBeniamino Galvani2017-02-241-3/+0
* dns: change behavior for "rc-manager=symlink" to preserve "/etc/resolv.conf" ...Thomas Haller2017-02-141-56/+37
* dns: fix shutdown to restore non-cached DNS configThomas Haller2017-02-102-15/+43
* all: cleanup switch fall-through comments for -Wimplicit-fallthrough warningThomas Haller2017-02-061-2/+2
* all: use nm_utils_strv_find_first() from shared/nm-utilsThomas Haller2017-02-041-3/+3
* dns-unbound: avoid using nm_spawn_process()Lubomir Rintel2017-02-031-1/+6
* dns-manager: get rid of the nm_spawn_process() useLubomir Rintel2017-02-031-9/+11
* dns-manager: fix a NULL dereference in error handlingLubomir Rintel2017-02-031-1/+9
* dns: fix memleak in _get_config_variant()Thomas Haller2017-01-041-21/+20
* dns: fix memory leakBeniamino Galvani2016-12-201-2/+3
* dns: remove duplicate declaration of singleton instanceBeniamino Galvani2016-12-201-4/+2
* all: use O_CLOEXEC for file descriptorsThomas Haller2016-12-131-2/+2
* dns: split collecting resolv-conf data out of update_dns()Thomas Haller2016-12-121-83/+90
* dns: use cleanup attributes for update_dns()'s strv arraysThomas Haller2016-12-121-15/+7
* dns: export current configuration through D-BusBeniamino Galvani2016-12-122-0/+210
* dns: export DNS manager D-Bus objectBeniamino Galvani2016-12-122-9/+80
* dns: don't print empty configurationsBeniamino Galvani2016-12-121-7/+10
* Revert "dns: clear dnsmasq cache after an update"bg/dnsmasq-clear-cache-optionBeniamino Galvani2016-11-291-29/+2
* dns: tell dnsmasq to clear cache on servers reloadChristian Hesse2016-11-291-0/+1
* config/trivial: unify name of compile time config defaultsThomas Haller2016-11-251-2/+2
* build: don't add subdirectories to include search path but require qualified ...Thomas Haller2016-11-212-3/+3
* build: rename "src/dns-manager" to "src/dns"Thomas Haller2016-11-2110-0/+3711