summaryrefslogtreecommitdiff
path: root/src/dns-manager
AgeCommit message (Expand)AuthorFilesLines
2014-09-11core: consolidate helper progam searching (bgo #734131)Dan Williams1-21/+9
2014-09-03all: remove a bunch of unnecessary dbus/dbus-glib includesDan Winship1-1/+0
2014-08-16all: fix up multiple-include-guard definesDan Winship5-14/+14
2014-08-01build/dns: fix compilation error due to invalid #include pathThomas Haller1-1/+1
2014-08-01dns: fix compiler warning by refactoring use of inet_ntopThomas Haller1-25/+14
2014-07-31build: fix linker error for '--disable-concheck' and add '--with-libsoup'Thomas Haller1-1/+1
2014-07-23core: fill in nm-types.h, clean out other headersDan Winship1-0/+1
2014-07-14core: use nm_utils_is_specific_hostname() instead of hardcoded "localhost"Jiří Klimeš1-2/+1
2014-07-10core: use nm_utils_kill_child_async() and nm_utils_kill_child_sync()Thomas Haller1-38/+2
2014-05-30dns: preliminary support for unbound (bgo #699810)Pavel Šimerda3-0/+127
2014-04-29dns-manager: fix the rules for public suffixes and search domains (rh #851521)Dan Winship1-10/+15
2014-04-29dns-manager: don't write "domain" to resolv.confDan Winship1-35/+11
2014-01-24dns-manager: allow NULL interface name for IP configsDan Williams1-4/+1
2014-01-03build: add --with-dnsmasq, to specify dnsmasq pathJan Alexander Steffens1-1/+2
2013-12-20dns-manager: fix build without libsoupDan Winship1-4/+8
2013-12-20dns-manager: don't add "public suffix" domains to search (rh #851521)Dan Winship1-5/+31
2013-12-20dns-manager: initialize hostnameDan Winship2-3/+14
2013-12-20dns-manager: make non-refcounted.Dan Winship1-2/+1
2013-12-20dns-manager: Don't try to manage immutable /etc/resolv.confDan Winship1-3/+30
2013-12-20dns-manager: add nm_dns_manager_get_resolv_conf_mode()Dan Winship2-7/+34
2013-12-09core: refactor ip6_addr_to_string in nm-dns-dnsmasqThomas Haller1-38/+13
2013-12-09all: refactor to make use of nm_utils_inet[46]_ntop functionsThomas Haller1-7/+4
2013-11-13coverity: fix various warnings detected with CoverityThomas Haller1-1/+4
2013-09-24core: add const qualifier to functions in nm-ip[46]-configThomas Haller1-1/+1
2013-08-03all: replace struct in_addr with guint32Pavel Šimerda1-4/+4
2013-08-03core: use NMIP[46]Route in nm-ip[46]-configPavel Šimerda1-2/+2
2013-07-24dnsmasq: does handle more than one nameserver per domainJack Bates1-65/+63
2013-07-20trivial: remove unnecessary checkPavel Šimerda1-1/+1
2013-07-20core: switch nm-ip4-config's NMIP[46]Address to NMPlatformIP[46]AddressPavel Šimerda1-2/+2
2013-05-08core: use non-recursive buildDan Winship1-39/+0
2013-04-03dns-manager: add dns=noneDan Winship1-4/+14
2013-04-03dns-manager, config: make the dns config key single-valuedDan Winship1-53/+23
2013-04-03dns-manager: minor cleanupsDan Winship4-60/+31
2013-04-03core: don't pass config data to NMDHCPManager and NMDnsManagerDan Winship3-2/+8
2013-04-02dns-manager: remove an incorrect and unnecessary lineDan Winship1-1/+0
2013-02-12policy,dns: fix a race in looking up hostname and updating DNS (rh #877084)Jiří Klimeš2-3/+29
2013-02-07core: track which interface an IP config came fromDan Williams5-88/+66
2012-12-06dnsmasq: only pass confdir if it exists (rh #873621)Dan Williams1-1/+5
2012-12-06dnsmasq: trivial cleanupDan Williams1-13/+15
2012-11-05build: unify NetworkManager path handling (some paths are changed)Pavel Šimerda2-4/+6
2012-11-02trivial: remove obsolete HAVE_SELINUX conditional sectionsPavel Šimerda1-4/+0
2012-10-30distro: add --with-netconfig option for SUSEPavel Šimerda1-3/+3
2012-09-25distro: remove nm_backend_update_dns()Pavel Šimerda1-4/+0
2012-09-06dnsmasq: don't crash when there are no nameservers in IP config (rh #768531)Jiří Klimeš1-0/+6
2012-08-15dns: remove broken bind pluginPavel Šimerda4-583/+1
2012-07-27core: fix NM_IS_*_CLASS(klass) macrosJiří Klimeš3-3/+3
2012-07-25dnsmasq: allow custom configuration via files in /etc/NetworkManager/dnsmasq....Jakub Dorňák2-3/+6
2012-06-12dns: fix change hashing and add batch update functionsDan Williams2-58/+96
2012-05-30vpn: support IPv6 over VPNsDan Winship1-2/+0
2012-05-21core: unblock signals for child processes we spawn out of NM (rh #739836)Jiří Klimeš3-2/+18