summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* team: expose current device configuration through D-Bus and nmclibg/team-expose-dev-config-rh1310435Beniamino Galvani2016-05-167-21/+207
* platform: declare nmp_utils_ip_config_source_*() functions as constThomas Haller2016-05-162-8/+5
* shared: add _nm_pure/_nm_const define for __attribute__ ((pure))/((const))Thomas Haller2016-05-161-0/+2
* core: fix creation of NMSettingIPConfig routesBeniamino Galvani2016-05-162-2/+3
* macros: define NM_MORE_ASSERTS is not definedThomas Haller2016-05-141-0/+16
* core: fix wrong rebaseThomas Haller2016-05-131-1/+1
* manager: don't unmanage devices without L3 config on shutdownDan Williams2016-05-131-12/+22
* dns: properly remove existing configurationsBeniamino Galvani2016-05-131-9/+16
* man: minor rewording in NetworkManager.conf about connection.stop-matchThomas Haller2016-05-131-2/+4
* core: merge branch 'bg/disconnect-on-suspend-rh1330694-v2'Beniamino Galvani2016-05-135-12/+208
|\
| * manager: disconnect devices before unmanaging them on suspend/sleepBeniamino Galvani2016-05-131-2/+115
| * sleep-monitor: add functions for delaying the suspensionBeniamino Galvani2016-05-132-5/+71
| * device: add nm_device_set_unmanaged_by_flags_queue()Beniamino Galvani2016-05-132-5/+22
|/
* libnm: don't require initialized @out_encrypted argument in nm_utils_file_is_...Thomas Haller2016-05-131-1/+1
* cli: also hide phase2 private key unless --show-secrets is passedBeniamino Galvani2016-05-131-9/+20
* cli: hide secret certificate blobs unless --show-secrets is passedBeniamino Galvani2016-05-131-27/+60
* dns: merge branch 'bg/dns-priority-bgo758772'Beniamino Galvani2016-05-1223-317/+647
|\
| * dns: use DNS priority from IP configurationBeniamino Galvani2016-05-121-11/+79
| * core: use default value for ipvx.dns-priorityBeniamino Galvani2016-05-123-0/+39
| * core: add DNS priority to NMIP6ConfigBeniamino Galvani2016-05-123-1/+69
| * core: add DNS priority to NMIP4ConfigBeniamino Galvani2016-05-123-2/+69
| * cli: add support for DNS priorityBeniamino Galvani2016-05-121-52/+74
| * ifcfg-rh: add support for DNS priorityBeniamino Galvani2016-05-124-0/+52
| * libnm-core: add dns-priority to NMSettingIPConfigBeniamino Galvani2016-05-124-0/+58
| * dns: pass config data array to pluginsBeniamino Galvani2016-05-126-114/+47
| * dns: use a single array for all configurationsBeniamino Galvani2016-05-122-181/+205
| * dns: don't use the global configuration to compute initial hashBeniamino Galvani2016-05-121-2/+1
|/
* settings: Follow symbolic link when installing file monitorJoel Holdsworth2016-05-121-1/+17
* utils: fix memleak in nm_utils_read_link_absolute()Thomas Haller2016-05-121-1/+2
* device: merge branch 'th/device-ip-config-on-link-up-rh1309899'Thomas Haller2016-05-122-8/+38
|\
| * platform: ensure refetching routes when link goes downThomas Haller2016-05-121-2/+7
| * device: restore IP configuration when link comes upThomas Haller2016-05-121-0/+19
| * device: improve logging when changing IP configurationThomas Haller2016-05-121-6/+12
|/
* all: replace nm_unauto() by g_steal_pointer()Thomas Haller2016-05-126-18/+6
* nm-glib: backport g_steal_pointer() from glib-2.44Thomas Haller2016-05-121-0/+18
* merge: merge branch 'systemd' into masterThomas Haller2016-05-1230-333/+1011
|\
| * systemd: update code from upstreamThomas Haller2016-05-1227-323/+1001
* | vpn: fix crash when VPN service times-out to startThomas Haller2016-05-121-3/+0
* | wwan: use _LOG*() macros in "nm-modem-broadband.c"Thomas Haller2016-05-121-49/+64
* | wwan: inline disconnect_context_complete_if_cancelled() checkThomas Haller2016-05-121-16/+7
* | wwan: cancel asyncronous request in connect_context_clear()Thomas Haller2016-05-121-2/+2
* | device: merge branch 'th/device-carrier-cap-bgo766179'Thomas Haller2016-05-122-43/+66
|\ \
| * | device: re-read carrier-detect capability after bringing device upThomas Haller2016-05-121-0/+8
| * | device: fix multiple subscriptions to config-changed signal for ignore-carrierThomas Haller2016-05-121-14/+17
| * | device: don't check_carrier() during bring_up()Thomas Haller2016-05-121-4/+4
| * | device: add function to change device capabilitesThomas Haller2016-05-121-4/+16
| * | device: use "bool" type for fields in NMDeviceThomas Haller2016-05-121-19/+19
| * | config/tests: use absolute path for config testThomas Haller2016-05-121-2/+2
|/ /
* | auth: embed private data NMAuthSubjectPrivate in NMAuthSubject structThomas Haller2016-05-122-22/+34
* | core: preserve const-ness in NM_IP4_CONFIG_GET_PRIVATE()Thomas Haller2016-05-122-73/+87