summaryrefslogtreecommitdiff
path: root/src/dns-manager
AgeCommit message (Expand)AuthorFilesLines
2012-03-15dnsmasq: allow proxying dnssec data (lp:946093)Mathieu Trudel-Lapierre1-1/+2
2012-03-01dns: dnsmasq plugin: update command-line parameters for starting dnsmasqMathieu Trudel-Lapierre1-1/+1
2012-02-22build: fix srcdir != builddir for new generated headersColin Walters1-0/+1
2012-02-02dns: make caching DNS server config files readable by everyoneEvan Broder2-2/+2
2012-01-09build: fix srcdir != builddirColin Walters1-1/+2
2011-11-17backends: clean them up somewhatDan Williams1-2/+2
2011-11-02dns: don't update routing and DNS if no devices were ever managed (lp:862134)Mathieu Trudel-Lapierre1-8/+13
2011-11-02Revert "dns: don't update routing and DNS if no devices were ever managed"Dan Williams1-13/+8
2011-11-02dns: don't update routing and DNS if no devices were ever managedMathieu Trudel-Lapierre1-8/+13
2011-10-05dnsmasq: bump DNS cache size to 400Dan Williams1-2/+3
2011-08-25dnsmasq: use '@interface' for link-local DNS servers in the dnsmasq configMichael Stapelberg5-20/+66
2011-07-12dns: append %interface to link-local IPv6 addresses in resolv.conf (rh #720001)Jiří Klimeš1-6/+13
2011-05-19core: yet more consistent usage of libnl CFLAGS and LIBSPhilip Balister1-0/+2
2011-04-18dns: write usable resolv.conf on shutdown if DNS plugins are usedDan Williams2-11/+40
2011-03-19logging: fix format string/argument disagreementDan Williams1-1/+1
2011-03-14build: fix return types (bgo #644665)Kjartan Maraas1-1/+1
2011-03-14build: do the right thing with config.h (bgo #644664)Kjartan Maraas1-1/+0
2011-02-22dns: fix up updating resolv.conf (rh #672282)Jiří Klimeš1-4/+4
2010-12-16dns: direct IPv4 reverse DNS queries to split DNS serversDan Williams4-5/+148
2010-11-24dns: fix a crash due to uninitialized nis_domain (novell #655685)Jiří Klimeš1-0/+1
2010-10-08build: include <config.h> for kill(2), isblank(3), and isascii(3)Dan Williams3-0/+3
2010-10-07dns: actually kill stale dnsmasq processDan Williams1-1/+1
2010-10-07dns: fix use-after-free in plugin error pathDan Williams1-1/+1
2010-09-22dns: warn that the BIND plugin is experimentalDan Williams1-2/+3
2010-09-21dns: write only 127.0.0.1 to resolv.conf when cachingDan Williams1-21/+18
2010-09-21dns: allow random source ports for BIND caching DNSDan Williams1-1/+0
2010-09-16dns: add BIND9 local caching nameserver supportDan Williams4-7/+579
2010-09-15dns: remove unused Chromium bitsDan Williams1-15/+0
2010-09-14dns: (dnsmasq) fix handling of multiple DNS servers in non-split configsDan Williams1-57/+59
2010-09-14dns: only write out new DNS config if it really changedDan Williams1-2/+72
2010-09-12dns: use VPN nameservers first even if no domain was givenDan Williams1-15/+41
2010-09-12dns: hook plugins into DNS updates and make dnsmasq plugin actually workDan Williams4-133/+213
2010-09-10dns: first cut of a dnsmasq local caching pluginDan Williams6-14/+871
2010-09-09core: add DNS plugin config optionsDan Williams2-27/+83
2010-09-07core: rename NMNamedManager -> NMDnsManagerDan Williams3-0/+999