summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ifcfg-rh: remove unused define ERR_GET_MSG()th/ifcfg-rh-cleanup-bgo766518Thomas Haller2016-05-161-2/+0
* ifcfg-rh: cleanup includesThomas Haller2016-05-1613-42/+21
* ifcfg-rh: don't print warning in svGetValueInt64()Thomas Haller2016-05-161-4/+1
* ifcfg-rh: use _NMLOG() macro in writerThomas Haller2016-05-161-5/+18
* ifcfg-rh: use _NMLOG() macro in readerThomas Haller2016-05-161-1/+15
* ifcfg-rh: reject vlan id of value 4096Thomas Haller2016-05-161-1/+1
* ifcfg-rh: use _nm_utils_ascii_str_to_int64() instead of strtol()Thomas Haller2016-05-161-45/+33
* ifcfg-rh: replace uses of get_int()Thomas Haller2016-05-161-25/+12
* ifcfg-rh: don't use get_int() to parse MTU valueThomas Haller2016-05-161-14/+12
* ifcfg-rh: cast variadic arguments to proper int typeThomas Haller2016-05-161-2/+2
* ifcfg-rh: use _nm_utils_ascii_str_to_int64() in reader's get_uint()/get_int()...Thomas Haller2016-05-161-13/+9
* 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