summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ifcfg-rh: cleanup writer by using numbered_tag() helperth/ifcfg-netmask-legacy-rh1445414Thomas Haller2017-05-301-107/+82
* ifcfg-rh: move numbered_tag() util to "nms-ifcfg-rh-utils.h" headerThomas Haller2017-05-302-24/+24
* ifcfg-rh: fix preserving NETMASK key in write_ip4_setting()Thomas Haller2017-05-302-15/+18
* ifcfg-rh/tests: add test for reading NETMASK propertyThomas Haller2017-05-305-0/+90
* build: sort filenames in Makefile.am alphabeticallyThomas Haller2017-05-301-150/+151
* ifcfg-rh: add svFindFirstKeyWithPrefix() functionThomas Haller2017-05-302-0/+24
* ifcfg-rh: return from svSetValue*() functions whether anything changedThomas Haller2017-05-302-24/+30
* ifcfg-rh: fix writing NETMASK in write_ip4_setting()Thomas Haller2017-05-301-1/+2
* po: bring back Polish translation fixesLubomir Rintel2017-05-291-3/+3
* po: update Japanese translationLubomir Rintel2017-05-2966-319/+750
* po: fix line ending in Japan translationLubomir Rintel2017-05-291-1/+1
* po: update translations from ZanataLubomir Rintel2017-05-2966-5432/+221194
* po: small translation fix for the Greek language.Adonis Papaderos2017-05-291-1/+1
* 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