summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: don't include dns-priority in IP configuration hashth/nm-1-2-dns-backportsBeniamino Galvani2016-06-102-6/+2
* vpn,dns: for interface-less VPN connections get the ip_iface from the parent ...Thomas Haller2016-06-102-2/+2
* vpn-connection: add @fallback_device argument to nm_vpn_connection_get_ip_ifa...Thomas Haller2016-06-104-28/+60
* core: use default value for ipvx.dns-priorityBeniamino Galvani2016-06-103-0/+39
* vpn-connection: ensure ip_iface and ip_ifindex are set togetherThomas Haller2016-06-101-3/+11
* dns: remove nm-dns-utils.c and nm-dns-utils.hBeniamino Galvani2016-06-104-127/+68
* dns: add reverse DNS IPv6 entries to dnsmasqBeniamino Galvani2016-06-106-2/+158
* dns: add CIDR reverse DNS IPv4 entries to dnsmasqBeniamino Galvani2016-06-104-52/+126
* dns: minor fix of logging with unset dns modeThomas Haller2016-06-101-2/+3
* dns: update detection of immutable resolv.confThomas Haller2016-06-101-10/+44
* dns: follow resolv.conf if it is a symlink for 'rc-manager=file'Thomas Haller2016-06-102-5/+13
* dns: refactor logging statements to use _rc_manager_to_string()Thomas Haller2016-06-101-6/+6
* all: move NM_AUTH_PERMISSION_* defines to "nm-common-macros.h" headerThomas Haller2016-06-1015-64/+36
* shared: add "nm-common-macros.h" headerThomas Haller2016-06-102-0/+28
* config: cleanup includesThomas Haller2016-06-103-14/+2
* config: unify logging line when reloading configurationThomas Haller2016-06-102-5/+6
* config: fix ignoring internal [.config] sectionThomas Haller2016-06-101-1/+1
* config,dns: support Reload flags to specify that only parts should be reloadedThomas Haller2016-06-107-14/+89
* manager: add Reload() D-Bus commandThomas Haller2016-06-1015-3/+130
* libnm: implement missing NM_AUTH_PERMISSION_SETTINGS_MODIFY_GLOBAL_DNSThomas Haller2016-06-106-4/+20
* man: update documenting signals in NetworkManager manualThomas Haller2016-06-101-4/+20
* config: refactor change-flags to be a cause/reason which triggered the changeThomas Haller2016-06-108-69/+121
* dns: reload DNS plugin in SIGHUPThomas Haller2016-06-101-5/+6
* dns: reset plugin-ratelimiting when clearing pluginThomas Haller2016-06-101-0/+4
* dns: explicitly stop DNS plugin in managerThomas Haller2016-06-103-1/+10
* dns: embed private data in NMDnsManager structThomas Haller2016-06-102-31/+39
* shared: add define _nm_unused for __attribute__((unused))Thomas Haller2016-06-101-0/+1
* dns: remove unused signal slot for NM_DNS_MANAGER_CONFIG_CHANGEDThomas Haller2016-06-102-5/+1
* dns: add configure option "--with-config-dns-rc-manager-default" for default ...Thomas Haller2016-06-104-46/+47
* dns: specify egress interface for each dnsmasq upstream serverBeniamino Galvani2016-06-101-20/+26
* dns: assert early that @iface is not NULLBeniamino Galvani2016-06-102-3/+4
* dns: properly remove existing configurationsBeniamino Galvani2016-06-101-9/+16
* dns: use DNS priority from IP configurationBeniamino Galvani2016-06-101-11/+79
* core: add DNS priority to NMIP6ConfigBeniamino Galvani2016-06-103-1/+69
* core: add DNS priority to NMIP4ConfigBeniamino Galvani2016-06-103-2/+69
* libnm-core: add dns-priority to NMSettingIPConfigBeniamino Galvani2016-06-104-0/+61
* dns: pass config data array to pluginsBeniamino Galvani2016-06-106-114/+47
* dns: use a single array for all configurationsBeniamino Galvani2016-06-102-181/+205
* dns: don't use the global configuration to compute initial hashBeniamino Galvani2016-06-101-2/+1
* dns: add new rc-manager=unmanagedThomas Haller2016-06-102-1/+6
* dns: merge the dns "mode" and "rc-manager"Thomas Haller2016-06-103-115/+82
* dns: when clearing "plugin" always disconnect signal handlersThomas Haller2016-06-101-6/+14
* dns: initialize rc-manager in init_resolv_conf_mode()Thomas Haller2016-06-101-24/+13
* dns: split parsing of rc-manager out of init_resolv_conf_manager()Thomas Haller2016-06-102-25/+51
* dns: rename "rc-manager=none" to "symlink"Thomas Haller2016-06-103-12/+14
* dns: add trace logging when writing resolv.confThomas Haller2016-06-101-22/+79
* dns-manager: properly handle multiple VPN configurationsBeniamino Galvani2016-06-101-53/+53
* dns-manager: add 'priv' pointer to object structureBeniamino Galvani2016-06-102-6/+11
* dns: fix debug messageBeniamino Galvani2016-06-101-2/+2
* dns: update caching plugins on configuration change signalBeniamino Galvani2016-06-101-1/+1