summaryrefslogtreecommitdiff
path: root/src/dns
Commit message (Expand)AuthorAgeFilesLines
* all: SPDX header conversionLubomir Rintel2019-09-1010-145/+15
* all: drop emacs file variables from source filesThomas Haller2019-06-1110-10/+0
* src: use nm_dbus_connection_call_start_service_by_name()Thomas Haller2019-05-121-12/+6
* all: use nm_clear_g_dbus_connection_signal() helperThomas Haller2019-05-121-4/+2
* all: use nm_dbus_connection_signal_subscribe_name_owner_changed()Thomas Haller2019-05-121-33/+16
* core: use NM_MAIN_DBUS_CONNECTION_GET macroThomas Haller2019-05-121-1/+1
* shared: move "nm-dbus-compat.h" header to "nm-std-aux/nm-dbus-compat.h"Thomas Haller2019-04-181-1/+1
* shared: move most of "shared/nm-utils" to "shared/nm-glib-aux"Thomas Haller2019-04-181-1/+1
* dns: use GDBusConnection instead of GDBusProxy in "nm-dns-systemd-resolved.c"Thomas Haller2019-04-091-60/+106
* connectivity: avoid D-Bus activating systemd-resolved when we know it's not usedThomas Haller2019-04-093-2/+27
* dns: only update systemd-resolved when it existsThomas Haller2019-04-091-15/+93
* dns: ratelimit warnings about failure to send updates to NMDnsSystemdResolvedThomas Haller2019-04-091-4/+15
* dns: log about what NMDnsSystemdResolved is doingThomas Haller2019-04-091-3/+10
* dns: fix meanleak in nm-dns-systemd-resolved's call_done()Thomas Haller2019-04-091-1/+1
* dns: fix memory leak of errorBeniamino Galvani2019-03-261-2/+1
* 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-122-2/+0
* dns: fail the plugin when the rate limiter hitsbg/dns-child-restart-issue105Beniamino Galvani2019-01-141-0/+1
* dns: fix updating resolv.conf after dnsmasq process diesBeniamino Galvani2019-01-141-3/+10
* connectivity: honor "main.systemd-resolved" setting to not resolve names firstThomas Haller2018-12-112-0/+17
* 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-122-0/+14
* dns: make strv arguments of create_resolv_conf() constThomas Haller2018-11-121-18/+41
* all: remove \n endings from log callsLubomir Rintel2018-10-121-1/+1
* 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
* dns: don't let the plugins assert the bus manager has a connectionLubomir Rintel2018-09-182-35/+19
* dns: dnsmasq: avoid crash when no reverse domains existBeniamino Galvani2018-09-131-4/+6
* build: rename DNSSEC_TRIGGER_SCRIPT to DNSSEC_TRIGGER_PATHBeniamino Galvani2018-09-131-1/+1
* core: nm-ip4-config: consider dns-related differences as relevantBeniamino Galvani2018-09-061-0/+2
* core: add support for connection.llmnrBeniamino Galvani2018-09-061-4/+24
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-114-8/+8
* 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: 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