summaryrefslogtreecommitdiff
path: root/src/dns
Commit message (Expand)AuthorAgeFilesLines
* 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