summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* man: fix minor style issue in `man NetworkManager.conf`fg/wiptThomas Haller2016-05-231-2/+2
* device: use NM_PLATFORM_GET instead of "nm_platform_get ()"Thomas Haller2016-05-222-4/+3
* device: wait for termination of IPv6 DAD before proceeding to IP_CHECKBeniamino Galvani2016-05-223-5/+122
* logging: add check for logging level in nm_logging_enabled()Thomas Haller2016-05-221-1/+2
* logging: merge branch 'th/logging-inline-enabled'Thomas Haller2016-05-202-51/+30
|\
| * logging: make nm_logging_enabled() inline functionThomas Haller2016-05-202-10/+9
| * logging: move static variable with logging state to file-scopeThomas Haller2016-05-201-20/+21
| * logging: remove assertion in nm_logging_enabled() from production buildsThomas Haller2016-05-201-2/+1
| * logging: drop explicit initialization of nm-loggingThomas Haller2016-05-201-28/+8
|/
* config: add file name to error messages for parsing failuresBeniamino Galvani2016-05-191-4/+3
* cli: re-merge branch 'th/cli-vpn-import-fixes-rh1337300'Thomas Haller2016-05-194-44/+144
|\
| * cli: merge branch 'th/cli-vpn-import-fixes-rh1337300'Thomas Haller2016-05-194-44/+144
| |\
| | * clients,cli: show better error message when failing to load VPN pluginThomas Haller2016-05-191-5/+29
| | * clients,cli: for connection-add consider VPNs as loaded from the pluginThomas Haller2016-05-193-20/+90
| | * clients: don't assert against existance of plugin in nm_vpn_supports_ipv6()Thomas Haller2016-05-191-2/+4
| | * clients: lookup VPN plugins either by "name" or "service"Thomas Haller2016-05-193-13/+12
| | * nmcli-completion: complete filename for VPN import and passwd-fileThomas Haller2016-05-191-4/+9
| |/
* | cli: remove wrong assertion in check_valid_name()Beniamino Galvani2016-05-191-1/+0
|/
* NEWS: fix mistake in NEWS file about wifi.mac-address-randomizationThomas Haller2016-05-191-4/+6
* merge: branch 'lr/ld-gc'Lubomir Rintel2016-05-195-25/+41
|\
| * build: garbage collect unused symbols by defaultlr/ld-gcLubomir Rintel2016-05-191-0/+11
| * build: add macro to check the compiler flag supportLubomir Rintel2016-05-181-20/+23
| * trivial: rename compiler_warnings.m4 to compiler_options.m4Lubomir Rintel2016-05-181-0/+0
| * daemon: disable external visibility for nmdbus_* symbolsLubomir Rintel2016-05-181-1/+2
| * build: prefer LTO-aware ar and ranlibLubomir Rintel2016-05-181-0/+4
| * platform: fix the typedef-redefinition warningsLubomir Rintel2016-05-182-3/+0
| * build: use the glib cflags when checking the compiler flagsLubomir Rintel2016-05-181-1/+1
|/
* 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