summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! clients: implement tun-mode property as enumth/clients-meta-cleanup-bgo782943Beniamino Galvani2017-05-221-0/+2
* clients: implement team.config as string propertyThomas Haller2017-05-211-16/+11
* clients: implement serial.parity as enum propertyThomas Haller2017-05-211-41/+32
* clients: implement proxy.pac-script as string propertyThomas Haller2017-05-211-13/+8
* clients/trivial: rename nmc_vlan_parse_priority_maps functionThomas Haller2017-05-211-5/+5
* clients: implement dcb priorities as int propertyThomas Haller2017-05-211-76/+22
* clients: add value_infos for int getterThomas Haller2017-05-212-3/+92
* clients: combine int property settersThomas Haller2017-05-212-137/+123
* clients: add validate_fcn for string propertyThomas Haller2017-05-212-15/+24
* clients: implement macsec.mode property as enumThomas Haller2017-05-211-40/+6
* clients: implement macsec.validation property as enumThomas Haller2017-05-211-40/+6
* clients: implement proxy-mode property as enumThomas Haller2017-05-211-48/+6
* clients: implement ip-tunnel-mode property as enumThomas Haller2017-05-211-48/+8
* clients: implement connection-autoconnect-slaves property as enumThomas Haller2017-05-211-44/+5
* clients: replace nmc_string_to_int() by _nm_utils_ascii_str_to_int64()Thomas Haller2017-05-213-62/+22
* clients: cleanup parse_ip_routeThomas Haller2017-05-211-84/+51
* clients: cleanup parse_ip_addressThomas Haller2017-05-212-90/+43
* clients: don't use nmc_string_to_int_base() and nmc_string_to_uint_base() utilThomas Haller2017-05-213-51/+34
* clients: implement wireless-mac-address-randomization property as enumThomas Haller2017-05-211-56/+7
* clients: implement wired-wake-on-lan property as enumThomas Haller2017-05-211-64/+21
* clients: implement tun-mode property as enumThomas Haller2017-05-211-50/+3
* clients: implement macvlan-mode property as enumThomas Haller2017-05-211-57/+1
* clients/trivial: whitespaceThomas Haller2017-05-211-8/+8
* clients: fix appending integer to result in nmc_property_set_bytes()Thomas Haller2017-05-211-1/+4
* clients: fix setter for 802-1x.password-rawBeniamino Galvani2017-05-211-11/+12
* 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
* 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.cth/sanitize-non-utf8-rh1443114-pt2Thomas 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
|/
* device: remove useless check and varFrancesco Giudici2017-05-191-5/+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
| * libnm: don't cunescape \x00 encoding in nm_udev_utils_property_decode()Thomas Haller2017-05-191-3/+4
| * libnm: fix unterminated NUL string when parsing UDev propertiesThomas Haller2017-05-191-0/+1
|/
* build: enable -Wlogical-op and -Wshift-negative-value compiler warningThomas Haller2017-05-181-0/+2
* wifi: fix check for PSK for new WPS credentialsThomas Haller2017-05-181-1/+1
* contrib/rpm: drop explicit dependency on libnl3 packageThomas Haller2017-05-181-1/+0
* device: fix crash in ip6_config_merge_and_apply()Beniamino Galvani2017-05-171-1/+2