summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* all: move NM_AUTH_PERMISSION_* defines to "nm-common-macros.h" headerth/dns-reload-bgo766996Thomas Haller2016-06-0115-63/+36
* shared: add "nm-common-macros.h" headerThomas Haller2016-06-012-0/+28
* config: cleanup includesThomas Haller2016-06-013-14/+2
* config: unify logging line when reloading configurationThomas Haller2016-06-012-5/+6
* config: fix ignoring internal [.config] sectionThomas Haller2016-06-011-1/+1
* fixup! config,dns: support Reload flags to specify that only parts should be ...Thomas Haller2016-06-012-2/+25
* fixup! config,dns: support Reload flags to specify that only parts should be ...Thomas Haller2016-06-011-9/+8
* fixup! config,dns: support Reload flags to specify that only parts should be ...Thomas Haller2016-06-011-0/+5
* config,dns: support Reload flags to specify that only parts should be reloadedThomas Haller2016-06-014-17/+65
* manager: add Reload() D-Bus commandThomas Haller2016-06-0115-3/+130
* libnm: implement missing NM_AUTH_PERMISSION_SETTINGS_MODIFY_GLOBAL_DNSThomas Haller2016-06-016-4/+20
* config: refactor change-flags to be a cause/reason which triggered the changeThomas Haller2016-06-018-69/+121
* fixup! man: update documenting signals in NetworkManager manualThomas Haller2016-06-011-2/+2
* man: update documenting signals in NetworkManager manualThomas Haller2016-06-011-4/+20
* dns: reload DNS plugin in SIGHUPThomas Haller2016-06-011-5/+6
* dns: reset plugin-ratelimiting when clearing pluginThomas Haller2016-06-011-0/+4
* dns: explicitly stop DNS plugin in managerThomas Haller2016-06-013-1/+10
* dns: embed private data in NMDnsManager structThomas Haller2016-06-012-31/+39
* dns: remove unused signal slot for NM_DNS_MANAGER_CONFIG_CHANGEDThomas Haller2016-06-012-5/+1
* dnsmasq: properly handling respawning of dnsmaskThomas Haller2016-06-013-3/+31
* dns: log when dnsmasq process exits normallyThomas Haller2016-06-011-1/+3
* core: fix some memory leaksBeniamino Galvani2016-06-013-1/+4
* contrib: update REQUIRED_PACKAGES listThomas Haller2016-05-311-0/+5
* dhcp: let users override FQDN dhclient optionsBeniamino Galvani2016-05-312-3/+64
* merge: merge branch systemd into masterThomas Haller2016-05-3118-474/+558
|\
| * systemd: update code from upstreamThomas Haller2016-05-3116-469/+553
* | libnm-core: fix comparison of team configurationBeniamino Galvani2016-05-312-2/+14
* | dhcp/dhclient: emit a warning if the DHCPv6 hostname is not a FQDNBeniamino Galvani2016-05-311-0/+3
* | libnm: export nm_setting_ip6_config_get_token() symbolBeniamino Galvani2016-05-301-0/+1
* | device: reconfigure IP addressing after bringing up deviceThomas Haller2016-05-301-0/+11
* | merge: branch 'lr/connection-token'Lubomir Rintel2016-05-3019-99/+437
|\ \
| * | device: accept failure to lookup link in get_ip_iface_identifier()lr/connection-tokenThomas Haller2016-05-301-2/+4
| * | device: lookup platform data only once in get_ip_iface_identifier()Thomas Haller2016-05-301-11/+10
| * | device: set the iid to rdisc from connection's propertyLubomir Rintel2016-05-301-10/+51
| * | device: use the token set in platform when generating a connectionLubomir Rintel2016-05-301-0/+10
| * | platform: add capability to set the tokenized interface identifierLubomir Rintel2016-05-303-5/+54
| * | cli: add ipv6.token supportLubomir Rintel2016-05-301-1/+12
| * | setting-ip6-config: add token propertyLubomir Rintel2016-05-305-4/+142
| * | platform: use utility functionality to stringify linkLubomir Rintel2016-05-301-10/+2
| * | platform: remove nm_platform_link_get_ipv6_token()Thomas Haller2016-05-303-38/+8
| * | platform: remove unnecessary NMPlatformLink.inet6_token.is_valid fieldThomas Haller2016-05-303-29/+44
| * | core-utils: add conversions of ipv6 tokensLubomir Rintel2016-05-304-6/+122
| * | linux: use the utility functionality to convert the token from platformLubomir Rintel2016-05-301-8/+1
| * | ifcfg-rh: drop IPV6_ADDR_GEN_MODE=stable-privacy when the mode is eui64Lubomir Rintel2016-05-301-0/+2
| * | all: fix the identfier typoLubomir Rintel2016-05-305-7/+7
| * | libnm-util: a trivial typoLubomir Rintel2016-05-301-1/+1
| * | all: trivial: use g_value_dup_string ()Lubomir Rintel2016-05-303-4/+4
* | | core: don't include dns-priority in IP configuration hashBeniamino Galvani2016-05-302-6/+2
|/ /
* | dhcp: log setting and clearing systemd dhcp client instanceThomas Haller2016-05-291-0/+8
* | dns: clear dnsmasq cache after an updateBeniamino Galvani2016-05-281-2/+29