summaryrefslogtreecommitdiff
path: root/src/dns-manager/nm-dns-dnsmasq.c
Commit message (Expand)AuthorAgeFilesLines
* dns: avoid using global "/etc/dnsmasq.conf" config for dnsmasqThomas Haller2016-04-221-0/+1
* dns: various cleanup for new dnsmasq's D-Bus supportThomas Haller2016-04-221-177/+116
* dns: use DBus to make dnsmasq nameserver changesMathieu Trudel-Lapierre2016-04-221-63/+275
* dnsmasq: fix using '%' delimiter to scope link local with zone-idThomas Haller2016-04-111-5/+5
* dnsmasq: use _LOG() macrosThomas Haller2016-03-221-17/+29
* all: don't include error->code in log messagesThomas Haller2016-03-031-2/+2
* all: clean-up usage of GErrorThomas Haller2016-03-031-2/+1
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* dns: fix generation of global configuration for dnsmasqBeniamino Galvani2016-01-251-6/+6
* dns: add support for global configuration in DNS managerBeniamino Galvani2015-10-011-20/+49
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-2/+0
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-2/+1
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-1/+1
* all: consistently include config.hDan Winship2014-11-131-1/+2
* core: consolidate helper progam searching (bgo #734131)Dan Williams2014-09-111-21/+9
* build: add --with-dnsmasq, to specify dnsmasq pathJan Alexander Steffens2014-01-031-1/+2
* core: refactor ip6_addr_to_string in nm-dns-dnsmasqThomas Haller2013-12-091-38/+13
* all: refactor to make use of nm_utils_inet[46]_ntop functionsThomas Haller2013-12-091-7/+4
* dnsmasq: does handle more than one nameserver per domainJack Bates2013-07-241-65/+63
* dns-manager: minor cleanupsDan Winship2013-04-031-9/+2
* core: track which interface an IP config came fromDan Williams2013-02-071-7/+10
* dnsmasq: only pass confdir if it exists (rh #873621)Dan Williams2012-12-061-1/+5
* dnsmasq: trivial cleanupDan Williams2012-12-061-13/+15
* build: unify NetworkManager path handling (some paths are changed)Pavel Šimerda2012-11-051-3/+3
* dnsmasq: don't crash when there are no nameservers in IP config (rh #768531)Jiří Klimeš2012-09-061-0/+6
* dnsmasq: allow custom configuration via files in /etc/NetworkManager/dnsmasq....Jakub Dorňák2012-07-251-2/+4
* dnsmasq: allow proxying dnssec data (lp:946093)Mathieu Trudel-Lapierre2012-03-151-1/+2
* dns: dnsmasq plugin: update command-line parameters for starting dnsmasqMathieu Trudel-Lapierre2012-03-011-1/+1
* dns: make caching DNS server config files readable by everyoneEvan Broder2012-02-021-1/+1
* dnsmasq: bump DNS cache size to 400Dan Williams2011-10-051-2/+3
* dnsmasq: use '@interface' for link-local DNS servers in the dnsmasq configMichael Stapelberg2011-08-251-14/+54
* dns: direct IPv4 reverse DNS queries to split DNS serversDan Williams2010-12-161-4/+18
* build: include <config.h> for kill(2), isblank(3), and isascii(3)Dan Williams2010-10-081-0/+1
* dns: (dnsmasq) fix handling of multiple DNS servers in non-split configsDan Williams2010-09-141-57/+59
* dns: use VPN nameservers first even if no domain was givenDan Williams2010-09-121-15/+41
* dns: hook plugins into DNS updates and make dnsmasq plugin actually workDan Williams2010-09-121-86/+37
* dns: first cut of a dnsmasq local caching pluginDan Williams2010-09-101-0/+391