summaryrefslogtreecommitdiff
path: root/src/dns-manager
Commit message (Expand)AuthorAgeFilesLines
* dns: direct IPv4 reverse DNS queries to split DNS serversDan Williams2010-12-164-5/+148
* dns: fix a crash due to uninitialized nis_domain (novell #655685)Jiří Klimeš2010-11-241-0/+1
* build: include <config.h> for kill(2), isblank(3), and isascii(3)Dan Williams2010-10-083-0/+3
* dns: actually kill stale dnsmasq processDan Williams2010-10-071-1/+1
* dns: fix use-after-free in plugin error pathDan Williams2010-10-071-1/+1
* dns: warn that the BIND plugin is experimentalDan Williams2010-09-221-2/+3
* dns: write only 127.0.0.1 to resolv.conf when cachingDan Williams2010-09-211-21/+18
* dns: allow random source ports for BIND caching DNSDan Williams2010-09-211-1/+0
* dns: add BIND9 local caching nameserver supportDan Williams2010-09-164-7/+579
* dns: remove unused Chromium bitsDan Williams2010-09-151-15/+0
* dns: (dnsmasq) fix handling of multiple DNS servers in non-split configsDan Williams2010-09-141-57/+59
* dns: only write out new DNS config if it really changedDan Williams2010-09-141-2/+72
* 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-124-133/+213
* dns: first cut of a dnsmasq local caching pluginDan Williams2010-09-106-14/+871
* core: add DNS plugin config optionsDan Williams2010-09-092-27/+83
* core: rename NMNamedManager -> NMDnsManagerDan Williams2010-09-073-0/+999