summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* po: update Japanese translationLubomir Rintel2017-05-291-377/+469
* po: update translations from ZanataLubomir Rintel2017-05-2966-276033/+32634
* shared: merge branch 'th/shared-address-range'Thomas Haller2017-05-293-109/+227
|\
| * dnsmasq: fix generating shared IPv4 address rangeThomas Haller2017-05-292-59/+101
| * dnsmasq/tests: add more tests for test_address_ranges()Thomas Haller2017-05-291-52/+131
| * device: cleanup generating shared-IP in shared4_new_config()Thomas Haller2017-05-291-36/+33
|/
* po: small translation fix for the Greek language.Adonis Papaderos2017-05-291-1/+1
* tui: merge branch 'tui-bond-cloned-mac-addr'Thomas Haller2017-05-283-55/+19
|\
| * nmtui: add support for cloned mac in bond interfacesNikolay Martynov2017-05-281-0/+14
| * nmtui: always create ethernet settings for VLAN and wireless security for wifi.Nikolay Martynov2017-05-282-55/+5
|/
* configure: look for pre-generated docs in srcdirMike Gilbert2017-05-281-13/+13
* all: fix typos in documentation, translated strings and commentsYuri Chornoivan2017-05-2823-37/+37
* platform/tests: merge branch 'th/platform-tests'Thomas Haller2017-05-2713-169/+357
|\
| * platform/tests: use nm_platform_link_veth_add() to create veth pair in testThomas Haller2017-05-274-6/+38
| * platform: add nm_platform_link_veth_add() to create VETH linksThomas Haller2017-05-274-18/+68
| * device: remove unused private data for NMDeviceVethThomas Haller2017-05-271-6/+0
| * platform/tests: recreate test environment for each route testThomas Haller2017-05-273-23/+11
| * platform/tests: refactor test_ip6_route_options() to make it extendableThomas Haller2017-05-271-48/+99
| * platform/tests: move test fixture "env1" from test-address.c to test-common.hThomas Haller2017-05-273-55/+106
| * tests: extend nmtst_add_test_func() with setup and teardown functionsThomas Haller2017-05-271-17/+39
|/
* device: minor cleanup replacing g_slist_for_each() by iterationThomas Haller2017-05-271-64/+16
* platform: remove plen argument for IPv6 address IDThomas Haller2017-05-2710-29/+24
* libnm: cleanup argument types for init_if() functionThomas Haller2017-05-271-3/+4
* 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