summaryrefslogtreecommitdiff
path: root/clients/common
Commit message (Expand)AuthorAgeFilesLines
* clients: don't default Bluetooth to the PANU profileLubomir Rintel2017-08-231-11/+0
* clients: allow GSM and CDMA for Bluetooth connectionsLubomir Rintel2017-08-231-0/+2
* docs: fix spelling errors in tranlated strings and documentationThomas Haller2017-08-111-3/+3
* libnm,clients: add 'parent' property to PPPoE settingBeniamino Galvani2017-08-052-0/+7
* bridge: introduce a bridge.group-forward-mask connection propertyBeniamino Galvani2017-07-272-0/+7
* device: don't set a fake permanent hardware addressBeniamino Galvani2017-07-261-1/+1
* libnm-core: clarify the meaning of the connection.permissions propertyBeniamino Galvani2017-07-251-1/+1
* libnm-core: improve documentation for ipv4.dhcp-client-id propertyBeniamino Galvani2017-07-251-1/+1
* libnm: fix settings-doc after update in libnm-core doc stringThomas Haller2017-07-251-1/+1
* clients: make meta data subtypes of NMObjBaseInstThomas Haller2017-07-051-3/+14
* all: fix minor typos in settings docsYuri Chornoivan2017-07-031-7/+7
* cli: fix returning no results in complete functionThomas Haller2017-06-281-2/+10
* cli: fix crash in complete functionThomas Haller2017-06-281-2/+4
* clients: reorder properties of connection settingBeniamino Galvani2017-06-222-13/+13
* clients: return NULL array on auto-completion failureBeniamino Galvani2017-06-222-8/+29
* all: change handling of connection.type for bluetooth NAP and in generalThomas Haller2017-06-071-15/+22
* clients: respond to the secret requests that we can't serviceLubomir Rintel2017-06-021-0/+9
* clients: add support for Bluetooth NAP typeLubomir Rintel2017-05-312-3/+4
* clients: allow bridge settings for Bluetooth devicesLubomir Rintel2017-05-311-0/+1
* all: fix typos in documentation, translated strings and commentsYuri Chornoivan2017-05-281-11/+11
* clients: fix MTU setter functionBeniamino Galvani2017-05-261-1/+27
* clients: fix typoBeniamino Galvani2017-05-241-2/+2
* clients: fix meta setting descriptor for connection.autoconnect-slavesBeniamino Galvani2017-05-241-3/+0
* clients: implement wifi-sec.wep-key-type as enum propertyThomas Haller2017-05-232-51/+48
* 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
* 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
* cli: fix use-after-free in _get_fcn_gobject_enum()Thomas Haller2017-05-151-1/+1