summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* libnm-core: fix typo in 802.1x doc commentBeniamino Galvani2017-06-061-1/+1
* device: mark device as sys-iface-state=external when assuming connectionThomas Haller2017-06-051-2/+4
* bond: merge branch 'bg/bond-option-normalize-rh1457909'Beniamino Galvani2017-06-054-2/+106
|\
| * bond: add only supported options to the generated connectionBeniamino Galvani2017-06-051-2/+8
| * libnm-core: remove unsupported bond options during normalizationBeniamino Galvani2017-06-053-0/+98
|/
* build: add a missing test artifact to distLubomir Rintel2017-06-051-0/+1
* settings: refactor nm_settings_connection_read_and_fill_timestamp()Thomas Haller2017-06-021-18/+20
* tests: work around coverity false-positivesThomas Haller2017-06-021-9/+10
* supplicant: work-around coverify false-positive for check_return: g_async_ini...Thomas Haller2017-06-021-3/+5
* supplicant/tests: work-around coverify false-positive in testThomas Haller2017-06-021-1/+1
* connectivity: fix scheduling periodic connectivity checksThomas Haller2017-06-021-14/+15
* connectivity: fix typo in error messageFrancesco Giudici2017-06-021-1/+1
* libnm: fix rejecting NMSettingVlan with id >= 4095Thomas Haller2017-05-301-0/+1
* tui: use nm_streq0() in nmt_connect_connection_list_get_connection()Thomas Haller2017-05-301-9/+7
* nmtui connect: avoid segfault when iface is not foundArnaud Lefebvre2017-05-301-3/+7
* ifcfg-rh: merge branch 'th/ifcfg-netmask-legacy-rh1445414' (partial backport)Thomas Haller2017-05-308-166/+285
|\
| * 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: fix writing NETMASK in write_ip4_setting()Thomas Haller2017-05-301-1/+2
|/
* po: fix line ending in Japan translationLubomir Rintel2017-05-291-1/+1
* po: import Japanese translationLubomir Rintel2017-05-291-632/+618
* 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
* core: add configuration flag to choose slaves activation orderBeniamino Galvani2017-05-247-20/+52
* device: release removed devices from master on cleanupBeniamino Galvani2017-05-241-5/+5
* contrib/rpm: allow building devel RPMs without debug enabledThomas Haller2017-05-241-1/+10
* contrib/rpm: add option to build package with sanitizerThomas Haller2017-05-241-4/+12
* 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
* ifcfg-rh: omit empty next hop for routes in legacy formatBeniamino Galvani2017-05-191-41/+36
* build: don't link static libraries multiple timesThomas Haller2017-05-191-2/+0
* build: don't install intermediate library libnm/libnm-utils.laThomas Haller2017-05-191-1/+1
* libnm: merge branch 'th/sanitize-non-utf8-rh1443114-pt2'Thomas Haller2017-05-196-141/+299
|\
| * libnm: move fixup_desc_string() to nm-libnm-utils.cThomas Haller2017-05-194-139/+174
| * libnm: add testable libnm/nm-libnm-utils.c fileThomas Haller2017-05-195-7/+126
| * libnm: ignore phrases in fixup device description only when delimited by spaceThomas Haller2017-05-191-1/+5
| * libnm: fix device description in fixup_desc_string()Thomas Haller2017-05-191-1/+1
|/
* all: merge branch 'th/sanitize-non-utf8-rh1443114'Thomas Haller2017-05-197-140/+449
|\
| * libnm: UTF-8 sanitize strings from UDev in NMDeviceThomas Haller2017-05-191-121/+152
| * device: sanitze UTF-8 values for D-BusThomas Haller2017-05-192-8/+38
| * shared: add nm_utils_str_utf8safe_*() API to sanitize UTF-8 stringsThomas Haller2017-05-193-0/+249
| * device: make UDI property construct-onlyThomas Haller2017-05-191-6/+3
| * device: fix setting device's UDI propertyThomas Haller2017-05-191-2/+2