summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* platform/tests: use nm_platform_link_veth_add() to create veth pair in testth/platform-testsThomas Haller2017-05-264-6/+38
* platform: add nm_platform_link_veth_add() to create VETH linksThomas Haller2017-05-264-18/+68
* device: remove unused private data for NMDeviceVethThomas Haller2017-05-261-6/+0
* platform/tests: recreate test environment for each route testThomas Haller2017-05-263-23/+11
* platform/tests: refactor test_ip6_route_options() to make it extendableThomas Haller2017-05-261-48/+99
* platform/tests: move test fixture "env1" from test-address.c to test-common.hThomas Haller2017-05-263-55/+106
* tests: extend nmtst_add_test_func() with setup and teardown functionsThomas Haller2017-05-261-17/+39
* clients: fix MTU setter functionBeniamino Galvani2017-05-261-1/+27
* 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