summaryrefslogtreecommitdiff
path: root/src/dns/nm-dns-manager.c
Commit message (Expand)AuthorAgeFilesLines
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* connectivity: avoid D-Bus activating systemd-resolved when we know it's not usedThomas Haller2019-04-091-2/+9
* all: replace strerror() calls with nm_strerror_native()Thomas Haller2019-02-121-1/+1
* all: replace g_strerror() calls with nm_strerror_native()Thomas Haller2019-02-121-15/+15
* all: cache errno in local variable before using itThomas Haller2019-02-121-8/+10
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-1/+0
* dns: fail the plugin when the rate limiter hitsbg/dns-child-restart-issue105Beniamino Galvani2019-01-141-0/+1
* connectivity: honor "main.systemd-resolved" setting to not resolve names firstThomas Haller2018-12-111-0/+15
* dns: fix connecting signals to DNS plugin in init_resolv_conf_mode()Thomas Haller2018-12-111-12/+12
* all: cleanup GChecksum handlingThomas Haller2018-11-131-6/+4
* dns: remove the resolv.conf 6 entry limitKyle Walker2018-11-121-12/+0
* dns: avoid truncation of searches list due to 256 char limit in glibcThomas Haller2018-11-121-1/+30
* dns/tests: add test for writing resolv.confThomas Haller2018-11-121-0/+8
* dns: make strv arguments of create_resolv_conf() constThomas Haller2018-11-121-18/+41
* dns: fix sort order of DNS configurations by typeThomas Haller2018-09-271-2/+2
* dns: use NM_CMP_*() macros sorting IP config in DNS managerThomas Haller2018-09-261-22/+8
* dns: drop redundant call to clear_domain_lists() in update_dns()Thomas Haller2018-09-261-1/+0
* dns: allow loading nm-dns-systemd-resolve alongside other DNS pluginsLubomir Rintel2018-09-241-7/+38
* dns: fix creating resolv.conf contentThomas Haller2018-09-211-1/+3
* dns: always write "/var/run/NetworkManager/resolv.conf"Thomas Haller2018-09-211-16/+0
* dns: write original DNS servers to /var/run/NetworkManager/no-stub-resolv.confThomas Haller2018-09-211-3/+32
* dns: refactor create_resolv_conf() to use GString for constructing contentThomas Haller2018-09-211-30/+23
* core: nm-ip4-config: consider dns-related differences as relevantBeniamino Galvani2018-09-061-0/+2
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-111-4/+4
* dns: change main.rc-manager=file behavior to always follow symlinkThomas Haller2018-06-051-5/+14
* man: clarify main.rc-manager=file behavior for resolv.conf as dangling symlinkThomas Haller2018-06-011-0/+4
* dns: move local variables to inner scope in update_resolv_conf()Thomas Haller2018-06-011-2/+2
* core: let NM_IS_IP_CONFIG() check for expected addr-familyThomas Haller2018-05-261-3/+3
* dns: use dns-priority to provide a preprocessed domain list to pluginsBeniamino Galvani2018-05-141-0/+199
* 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
* config: cleanup fields in NMGlobalDnsConfigThomas Haller2018-03-271-14/+20
* dns: remove unused nm_dns_manager_get_resolv_conf_explicit() functionThomas Haller2018-03-201-17/+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-121-12/+19
* 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: introduce routing domainsBeniamino Galvani2018-01-121-10/+26
* 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: rework tracking config in dns-manager to use ifindexThomas Haller2018-01-091-324/+262
* core/trivial: rename local variable in merge_one_ip_config()Thomas Haller2018-01-091-15/+15
* libnm: rename MDns flag UNKNOWN to DEFAULTThomas Haller2018-01-091-1/+4
* dns: add mechanism for propagating mDNS setting.Ismo Puustinen2018-01-091-31/+165
* 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-181-4/+3