summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: skip ip state update coming from platform for unmanaged devicesfg/ipv6_address_update-rh1452046Francesco Giudici2017-05-261-0/+4
* device: when setting back a device to managed, update internal sys stateFrancesco Giudici2017-05-262-2/+9
* device: add the internal interface state to the state change log messageFrancesco Giudici2017-05-261-10/+5
* cli: change check_activated() to ensure we don't miss a deactivationThomas Haller2017-05-251-14/+28
* cli: prettify check_activated() to by using switch() statementThomas Haller2017-05-241-8/+17
* core: add configuration flag to choose slaves activation orderBeniamino Galvani2017-05-247-20/+52
* core: don't enable setrlimit(RLIMIT_CORE) when running with address sanitizerThomas Haller2017-05-241-0/+3
* device: release removed devices from master on cleanupBeniamino Galvani2017-05-241-5/+5
* clients: fix typoBeniamino Galvani2017-05-241-2/+2
* clients: fix meta setting descriptor for connection.autoconnect-slavesBeniamino Galvani2017-05-241-3/+0
* contrib/rpm: allow building devel RPMs without debug enabledThomas Haller2017-05-231-1/+10
* contrib/rpm: add option to build package with sanitizerThomas Haller2017-05-231-4/+12
* cli: merge branch 'th/clients-meta-cleanup-bgo782943'Thomas Haller2017-05-235-1083/+593
|\
| * clients: implement wifi-sec.wep-key-type as enum propertyThomas Haller2017-05-232-51/+48
| * libnm: skip meta enum value NM_WEP_KEY_TYPE_LAST from glib-mkenumsThomas Haller2017-05-231-1/+1
| * clients: fix error message for setting flags enumsThomas Haller2017-05-231-16/+35
| * clients: implement team.config as string propertyThomas Haller2017-05-231-16/+11
| * clients: implement serial.parity as enum propertyThomas Haller2017-05-231-41/+33
| * clients: implement proxy.pac-script as string propertyThomas Haller2017-05-231-13/+8
| * clients/trivial: rename nmc_vlan_parse_priority_maps functionThomas Haller2017-05-231-5/+5
| * clients: implement dcb priorities as int propertyThomas Haller2017-05-231-76/+22
| * clients: add value_infos for int getterThomas Haller2017-05-232-3/+92
| * clients: combine int property settersThomas Haller2017-05-232-137/+123
| * clients: add validate_fcn for string propertyThomas Haller2017-05-232-15/+24
| * clients: implement macsec.mode property as enumThomas Haller2017-05-231-40/+7
| * clients: implement macsec.validation property as enumThomas Haller2017-05-231-40/+7
| * clients: implement proxy.method property as enumThomas Haller2017-05-231-48/+7
| * clients: implement ip-tunnel.mode property as enumThomas Haller2017-05-231-48/+9
| * clients: implement connection.autoconnect-slaves property as enumThomas Haller2017-05-231-44/+3
| * clients: replace nmc_string_to_int() by _nm_utils_ascii_str_to_int64()Thomas Haller2017-05-233-62/+22
| * clients: cleanup parse_ip_routeThomas Haller2017-05-231-84/+51
| * clients: cleanup parse_ip_addressThomas Haller2017-05-231-90/+42
| * clients: don't use nmc_string_to_int_base() and nmc_string_to_uint_base() utilThomas Haller2017-05-233-51/+34
| * clients: implement wireless.mac-address-randomization property as enumThomas Haller2017-05-231-56/+7
| * clients: implement wired.wake-on-lan property as enumThomas Haller2017-05-231-64/+21
| * clients: implement tun.mode property as enumThomas Haller2017-05-231-50/+5
| * clients: implement macvlan.mode property as enumThomas Haller2017-05-231-57/+1
| * clients/trivial: whitespaceThomas Haller2017-05-231-8/+8
|/
* cli: fix handling 802-1x.password-rawThomas Haller2017-05-231-12/+16
|\
| * clients: fix appending integer to result in nmc_property_set_bytes()Thomas Haller2017-05-231-1/+4
| * clients: fix setter for 802-1x.password-rawBeniamino Galvani2017-05-231-11/+12
|/
* bluetooth: unhook adapter properties callback when the adapter vanishesLubomir Rintel2017-05-231-1/+5
* device: capture the IP6 configuration on the IP interfaceLubomir Rintel2017-05-221-1/+1
* shared: refactor nm_utils_is_power_of_two() to return false for 0Thomas Haller2017-05-222-15/+19
* build: work around GCC -Wlogical-op for "nm_utils_is_power_of_two" macrosFrancesco Giudici2017-05-222-3/+3
* device: fix capture of device config in ipX_config_merge_and_apply()Beniamino Galvani2017-05-211-2/+2
* wifi: reject WPS PSK secret with non-UTF-8 characters (part 2)Thomas Haller2017-05-201-1/+1
* wifi: properly handle floating GVariant in supplicant_iface_wps_credentials_cb()Thomas Haller2017-05-191-0/+1
* wifi: reject WPS PSK secret with non-UTF-8 charactersThomas Haller2017-05-191-6/+10
* ifcfg-rh: omit empty next hop for routes in legacy formatBeniamino Galvani2017-05-191-41/+36