summaryrefslogtreecommitdiff
path: root/src/dns
Commit message (Expand)AuthorAgeFilesLines
* core: let NM_IS_IP_CONFIG() check for expected addr-familyThomas Haller2018-05-261-3/+3
* dns: sd-resolved: honor dns-priorityBeniamino Galvani2018-05-141-38/+16
* dns: dnsmasq: honor dns-priorityBeniamino Galvani2018-05-141-140/+22
* dns: use dns-priority to provide a preprocessed domain list to pluginsBeniamino Galvani2018-05-143-0/+204
* dns: dnsmasq: fix adding multiple domainsBeniamino Galvani2018-05-141-1/+1
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-1/+0
* dns: fix logging path name in update_resolv_conf()Thomas Haller2018-04-041-1/+1
* all: use nm_utils_hash_keys_to_array()Thomas Haller2018-03-271-8/+4
* config: cleanup fields in NMGlobalDnsConfigThomas Haller2018-03-271-14/+20
* dns: remove unused nm_dns_manager_get_resolv_conf_explicit() functionThomas Haller2018-03-202-19/+0
* core/dbus: rework creating numbered D-Bus export path by putting counter into...Thomas Haller2018-03-131-1/+1
* core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller2018-03-123-18/+25
* core: rename "nm-bus-manager.h" to "nm-dbus-manager.h"Thomas Haller2018-03-122-2/+2
* dns: don't leak cached config_variant on exitThomas Haller2018-03-101-0/+2
* dns: on quit only update resolv.conf if dns=dnsmasqBeniamino Galvani2018-02-091-4/+6
* dns: fix compilation errorBeniamino Galvani2018-02-081-1/+1
* dns: introduce routing domainsBeniamino Galvani2018-01-123-24/+41
* dns: systemd-resolved: use generic ip-config functionsBeniamino Galvani2018-01-121-35/+10
* dns: export search list in the D-Bus "domain" attributeBeniamino Galvani2018-01-121-9/+20
* dns: add @dup argument to add_dns_domains() and add_string_item()Beniamino Galvani2018-01-121-13/+14
* dns: split out domains retrievalBeniamino Galvani2018-01-121-16/+25
* core: implement setting MDNS setting for systemdThomas Haller2018-01-091-2/+29
* core: rework tracking config in dns-manager to use ifindexThomas Haller2018-01-097-485/+364
* core/trivial: rename local variable in merge_one_ip_config()Thomas Haller2018-01-091-15/+15
* dns: rework pending request-queue in NMDnsSystemdResolvedThomas Haller2018-01-091-26/+56
* dns: refactor update() in NMDnsSystemdResolved to use a hash tableThomas Haller2018-01-091-47/+45
* dns: merge IPv4 and IPv6 versions of add_ip_config() (part 2)Thomas Haller2018-01-091-167/+103
* dns: merge IPv4 and IPv6 versions of add_ip_config() (part 1)Thomas Haller2018-01-091-124/+117
* dns/trivial: move codeThomas Haller2018-01-091-45/+45
* libnm: rename MDns flag UNKNOWN to DEFAULTThomas Haller2018-01-091-1/+4
* dns: add mechanism for propagating mDNS setting.Ismo Puustinen2018-01-095-31/+246
* core: reorder code in "src/dns/nm-dns-manager.c"Thomas Haller2018-01-091-40/+44
* dns: rework write_to_netconfig()Thomas Haller2017-12-181-31/+38
* core: avoid compiler warnings in write_to_netconfig() and ifnet_update_parser...Thomas Haller2017-12-181-4/+3
* all: get rid of a handful of unused-but-set variablesLubomir Rintel2017-12-183-11/+6
* dns: don't stat relative paths when detecting resolved useThomas Haller2017-11-191-1/+4
* dns: check for relative paths and stub-resolve.conf when detecting systemd-re...Dimitri John Ledkov2017-11-191-0/+5
* 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