summaryrefslogtreecommitdiff
path: root/src/dns/nm-dns-manager.c
Commit message (Expand)AuthorAgeFilesLines
* dns: fix handling of trust-ad optionBeniamino Galvani2020-04-211-1/+1
* dns: add trust-ad DNS option only if all contributing settings agreeThomas Haller2020-04-201-8/+33
* dns: fix crash in rebuild_domain_lists()Thomas Haller2020-04-081-2/+2
* dns: add FIXME comment about adding default "~" routing search domainThomas Haller2020-04-081-0/+5
* dns: cleanup rebuild_domain_lists() constructing domains listThomas Haller2020-04-081-29/+49
* all: use nm_clear_pointer() instead of g_clear_pointer()Thomas Haller2020-03-231-4/+4
* all: use nm_clear_g_free() instead of g_clear_pointer()Thomas Haller2020-03-231-1/+1
* dns: cleanup update_dns() for returning errorThomas Haller2020-03-041-18/+33
* dns: use gs_free_error for clearing error from update_dns()Thomas Haller2020-03-041-22/+20
* dns: ensure to log a warning when writing /etc/resolv.conf failsThomas Haller2020-03-041-4/+6
* all: unify spelling of "fall-through" comment for switch statementsThomas Haller2020-02-211-2/+2
* shared: drop _STATIC variant of macros that define functionsThomas Haller2020-02-131-2/+4
* all: use nm_utils_ipaddr_is_valid() instead of nm_utils_ipaddr_valid()Thomas Haller2020-01-281-1/+1
* all: use _nm_utils_inet4_ntop() instead of nm_utils_inet4_ntop()Thomas Haller2020-01-281-3/+3
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-3/+1
* dns: move ratelimiting and restart from NMDnsManager to NMDnsDnsmasqThomas Haller2019-09-261-74/+0
* dns: move PID handling from NMDnsPlugin to NMDnsDnsmasq implementationThomas Haller2019-09-261-29/+33
* dns: return error reason from nm_dns_plugin_update()Thomas Haller2019-09-261-3/+6
* 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