summaryrefslogtreecommitdiff
path: root/src/dns-manager
Commit message (Expand)AuthorAgeFilesLines
* dns: unify some logging statements for dns-managerThomas Haller2015-09-041-15/+23
* dns: fix logging in nm_dns_manager_end_updates()Thomas Haller2015-09-041-1/+1
* dns: use _LOG*() macros in "nm-dns-manager.c"Thomas Haller2015-09-041-55/+61
* dns: add _LOG*() macros to "nm-dns-manager.c"Thomas Haller2015-09-041-0/+29
* dns/trivial: rename @mgr variable to @selfThomas Haller2015-09-042-42/+42
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-052-4/+0
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-055-8/+5
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-247-12/+5
* dns: rewrite "resolv.conf" on SIGHUP and SIGUSR1th/dns-update-on-sigusr1-rh1062301Thomas Haller2015-06-251-9/+13
* dns: fall back to writing resolv.conf when other methods are not availableBeniamino Galvani2015-05-261-30/+46
* libnm: move internal dns-option helpers to "nm-core-internal.h"Thomas Haller2015-05-201-1/+1
* dns: don't update error when writing private resolv.confBeniamino Galvani2015-05-191-4/+2
* dns: accept NULL error argument in update_resolv_conf()Beniamino Galvani2015-05-191-5/+4
* dns-manager: add support for DNS optionsBeniamino Galvani2015-05-131-8/+54
* dns: don't override DHCP-supplied search order with domainBeniamino Galvani2015-05-081-24/+30
* dns: clear error before updating resolv.confDan Williams2015-05-061-1/+3
* dns-manager: fail dns config if netconfig exits with non-zero statusThomas Haller2015-05-051-0/+7
* dns-manager: use nm_utils_kill_child_sync() to wait for netconfig to exitThomas Haller2015-05-051-19/+10
* dns-manager: fix missing includeThomas Haller2015-05-041-0/+1
* dns: allow runtime selection of resolv.conf managerBeniamino Galvani2015-05-042-19/+91
* dns: don't fall back to other methods when resolvconf or netconfig failBeniamino Galvani2015-05-041-16/+9
* dns: always write a private resolv.conf to runtime directoryBeniamino Galvani2015-05-041-17/+47
* build: fix compile warnings in DNS managerBeniamino Galvani2015-04-011-2/+5
* build: fix compile error in DNS managerBeniamino Galvani2015-04-011-5/+3
* dns: refresh DNS if plugin child quits unexpectedly (bgo #728342)Dan Williams2015-03-271-1/+22
* dns: ensure that update_dns() always returns a GError on failureDan Williams2015-03-272-52/+53
* dns: refactor building IP config lists for plugins (bgo #728342)Dan Williams2015-03-271-27/+43
* dns: kill plugin child synchronously to avoid restart race (rh #1161232) (bgo...Dan Williams2015-03-271-2/+3
* dns-manager: react to dns management mode changeslr/dns-reconfig-rh1062301Lubomir Rintel2015-02-251-6/+40
* config: move dns mode configuration to NMConfigDataLubomir Rintel2015-02-251-1/+1
* trival/whitespace: fix indention in nm-dns-manager.cThomas Haller2015-01-211-5/+5
* core: add nm_utils_setpgid(), and use itDan Winship2015-01-191-10/+2
* core, dispatcher: drop unnecessary setpgid() callsDan Winship2015-01-191-8/+1
* core: use GUnixSignalWatchSource to simplify signal handlingDan Winship2015-01-192-14/+0
* core: declare nm_dns_manager_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-01-121-12/+1
* dns-manager: don't replace /etc/resolv.conf installed by other toolsPavel Šimerda2014-12-231-0/+35
* dns-manager: make /etc/resolv.conf a symlink to /run/NetworkManager/resolv.co...Pavel Šimerda2014-12-231-54/+57
* all: consistently include config.hDan Winship2014-11-134-2/+8
* core: drop all remaining core-internal error domainsDan Winship2014-10-222-30/+10
* core: consolidate helper progam searching (bgo #734131)Dan Williams2014-09-111-21/+9
* all: remove a bunch of unnecessary dbus/dbus-glib includesDan Winship2014-09-031-1/+0
* all: fix up multiple-include-guard definesDan Winship2014-08-165-14/+14
* build/dns: fix compilation error due to invalid #include pathThomas Haller2014-08-011-1/+1
* dns: fix compiler warning by refactoring use of inet_ntopThomas Haller2014-08-011-25/+14
* build: fix linker error for '--disable-concheck' and add '--with-libsoup'Thomas Haller2014-07-311-1/+1
* core: fill in nm-types.h, clean out other headersDan Winship2014-07-231-0/+1
* core: use nm_utils_is_specific_hostname() instead of hardcoded "localhost"Jiří Klimeš2014-07-141-2/+1
* core: use nm_utils_kill_child_async() and nm_utils_kill_child_sync()Thomas Haller2014-07-101-38/+2
* dns: preliminary support for unbound (bgo #699810)Pavel Šimerda2014-05-303-0/+127
* dns-manager: fix the rules for public suffixes and search domains (rh #851521)Dan Winship2014-04-291-10/+15