summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: enable LTO by defaultlr/ltoLubomir Rintel2016-05-181-5/+20
* daemon: disable external visibility for nmdbus_* symbolsLubomir Rintel2016-05-181-1/+2
* build: prefer LTO-aware ar and ranlibLubomir Rintel2016-05-181-0/+4
* dns: merge branch 'bg/dnsmasq-interfaces-bgo765153'Beniamino Galvani2016-05-182-22/+29
|\
| * dns: specify egress interface for each dnsmasq upstream serverBeniamino Galvani2016-05-181-20/+26
| * dns: assert early that @iface is not NULLBeniamino Galvani2016-05-182-3/+4
|/
* man: describe logging domain "SYSTEMD" in `man NetworkManager.conf`Thomas Haller2016-05-171-1/+2
* all/tests: split core part out of "nm-test-utils.h"Thomas Haller2016-05-1733-301/+330
* trival: fix indentionThomas Haller2016-05-171-2/+2
* wifi: refactor private data for NMAccessPointThomas Haller2016-05-172-23/+35
* wifi: refactor properties in NMAccessPoint using NM_GOBJECT_PROPERTIES_DEFINE()Thomas Haller2016-05-171-81/+71
* ifcfg-rh: merge branch 'th/ifcfg-rh-cleanup-bgo766518'Thomas Haller2016-05-1713-145/+116
|\
| * ifcfg-rh: remove unused define ERR_GET_MSG()Thomas Haller2016-05-171-2/+0
| * ifcfg-rh: cleanup includesThomas Haller2016-05-1713-42/+21
| * ifcfg-rh: don't print warning in svGetValueInt64()Thomas Haller2016-05-171-4/+1
| * ifcfg-rh: use _NMLOG() macro in writerThomas Haller2016-05-171-5/+18
| * ifcfg-rh: use _NMLOG() macro in readerThomas Haller2016-05-171-1/+15
| * ifcfg-rh: reject vlan id of value 4096Thomas Haller2016-05-171-1/+1
| * ifcfg-rh: use _nm_utils_ascii_str_to_int64() instead of strtol()Thomas Haller2016-05-171-45/+33
| * ifcfg-rh: replace uses of get_int()Thomas Haller2016-05-171-25/+13
| * ifcfg-rh: don't use get_int() to parse MTU valueThomas Haller2016-05-171-14/+12
| * ifcfg-rh: cast variadic arguments to proper int typeThomas Haller2016-05-171-2/+2
| * ifcfg-rh: use _nm_utils_ascii_str_to_int64() in reader's get_uint()/get_int()...Thomas Haller2016-05-171-13/+9
|/
* device: merge branch 'th/device-rename-unmanaged-bgo766404'Thomas Haller2016-05-176-7/+34
|\
| * device/trivial: rename nm_device_set_unmanaged_by_user_config() to nm_device_...Thomas Haller2016-05-173-6/+6
| * device: update unamanged by user-config when device gets renamedThomas Haller2016-05-171-0/+9
| * core: add nm_connection_provider_get_unmanaged_specs()Thomas Haller2016-05-173-3/+21
|/
* cli: append newline to failure messageBeniamino Galvani2016-05-161-1/+1
* wwan: fix crash during nm_modem_deactivate()/disconnect_context_complete()Thomas Haller2016-05-161-0/+1
* 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