summaryrefslogtreecommitdiff
path: root/src/dns-manager
Commit message (Expand)AuthorAgeFilesLines
* dnsmasq: don't crash when there are no nameservers in IP config (rh #768531)Jiří Klimeš2012-09-061-0/+6
* dns: remove broken bind pluginPavel Šimerda2012-08-154-583/+1
* core: fix NM_IS_*_CLASS(klass) macrosJiří Klimeš2012-07-273-3/+3
* dnsmasq: allow custom configuration via files in /etc/NetworkManager/dnsmasq....Jakub Dorňák2012-07-252-3/+6
* dns: fix change hashing and add batch update functionsDan Williams2012-06-122-58/+96
* vpn: support IPv6 over VPNsDan Winship2012-05-301-2/+0
* core: unblock signals for child processes we spawn out of NM (rh #739836)Jiří Klimeš2012-05-213-2/+18
* 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
* build: fix srcdir != builddir for new generated headersColin Walters2012-02-221-0/+1
* dns: make caching DNS server config files readable by everyoneEvan Broder2012-02-022-2/+2
* build: fix srcdir != builddirColin Walters2012-01-091-1/+2
* backends: clean them up somewhatDan Williams2011-11-171-2/+2
* dns: don't update routing and DNS if no devices were ever managed (lp:862134)Mathieu Trudel-Lapierre2011-11-021-8/+13
* Revert "dns: don't update routing and DNS if no devices were ever managed"Dan Williams2011-11-021-13/+8
* dns: don't update routing and DNS if no devices were ever managedMathieu Trudel-Lapierre2011-11-021-8/+13
* 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-255-20/+66
* dns: append %interface to link-local IPv6 addresses in resolv.conf (rh #720001)Jiří Klimeš2011-07-121-6/+13
* core: yet more consistent usage of libnl CFLAGS and LIBSPhilip Balister2011-05-191-0/+2
* dns: write usable resolv.conf on shutdown if DNS plugins are usedDan Williams2011-04-182-11/+40
* logging: fix format string/argument disagreementDan Williams2011-03-191-1/+1
* build: fix return types (bgo #644665)Kjartan Maraas2011-03-141-1/+1
* build: do the right thing with config.h (bgo #644664)Kjartan Maraas2011-03-141-1/+0
* dns: fix up updating resolv.conf (rh #672282)Jiří Klimeš2011-02-221-4/+4
* 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