summaryrefslogtreecommitdiff
path: root/clients/common
Commit message (Expand)AuthorAgeFilesLines
...
* cli: cleanup parsing of VLAN ingress/egress priority mapThomas Haller2019-03-251-43/+20
* cli: refactor splitting the string when parsing the property valuesThomas Haller2019-03-251-41/+84
* cli: merge remove-by-value and add functions of objlist property typesThomas Haller2019-03-252-181/+70
* cli: merge set_fcn() and remove_fcn()Thomas Haller2019-03-252-234/+213
* cli: allow resetting all values via set_fcn() property handlerThomas Haller2019-03-252-102/+148
* cli: implement remove-fcn for objlist typesThomas Haller2019-03-252-139/+96
* cli: implement add-fcn for objlist typesThomas Haller2019-03-252-132/+105
* cli: add clear-all-fcn for objlist propertiesThomas Haller2019-03-252-1/+17
* cli: add objlist property type and implement get_fcn() for all typesThomas Haller2019-03-252-218/+211
* cli: implement team:runner-tx-hash as multilist propertyThomas Haller2019-03-252-98/+37
* cli: implement match:interface-names as multilist propertyThomas Haller2019-03-252-31/+32
* shared: add "strip" argument to _nm_utils_unescape_spaces()Thomas Haller2019-03-251-1/+1
* cli: implement connection:permissions as multilist propertyThomas Haller2019-03-251-64/+46
* cli: minor cleanup of _get_fcn_connection_permissions()Thomas Haller2019-03-251-11/+13
* cli: implement connection:secondaries as multilist propertyThomas Haller2019-03-251-39/+20
* cli: implement mac-address-blacklist properties as mulitlist typesThomas Haller2019-03-251-79/+27
* cli: first validate all values in _set_fcn_multilist() before modifying the s...Thomas Haller2019-03-251-2/+8
* cli: implement DNS property as multilist typeThomas Haller2019-03-252-54/+36
* cli: support validating multilist entries for remove-by-valueThomas Haller2019-03-252-19/+44
* cli: implement DNS option property as multilist typeThomas Haller2019-03-251-28/+20
* cli: make get_with_default property-type-data generally availableThomas Haller2019-03-252-52/+38
* cli: implement DNS search property as multilist typeThomas Haller2019-03-252-58/+60
* cli: add property type for 802-1x certificate properties (pt5)Thomas Haller2019-03-251-66/+3
* cli: add property type for 802-1x certificate properties (pt4)Thomas Haller2019-03-251-33/+4
* cli: add property type for 802-1x certificate properties (pt3)Thomas Haller2019-03-251-10/+34
* cli: add property type for 802-1x certificate properties (pt2)Thomas Haller2019-03-251-125/+15
* cli: add property type for 802-1x certificate properties (pt1)Thomas Haller2019-03-252-10/+45
* cli: merge mac_address_blacklist settersThomas Haller2019-03-251-34/+35
* cli: implement NM_SETTING_WIRED_S390_OPTIONS with the optionlist setterThomas Haller2019-03-251-67/+15
* cli: implement NM_SETTING_VPN_SECRETS with the optionlist setterThomas Haller2019-03-251-20/+5
* cli: implement NM_SETTING_VPN_DATA with the optionlist setterThomas Haller2019-03-252-14/+38
* cli: add optionlist setter for bond optionsThomas Haller2019-03-252-25/+87
* cli: remove DEFINE_REMOVER_OPTION() macroThomas Haller2019-03-251-37/+42
* cli: merge IPv4 and IPv6 implementation for NMSettingIPConfig (pt8)Thomas Haller2019-03-251-26/+8
* cli: merge IPv4 and IPv6 implementation for NMSettingIPConfig (pt7)Thomas Haller2019-03-251-30/+17
* cli: merge IPv4 and IPv6 implementation for NMSettingIPConfig (pt6)Thomas Haller2019-03-251-31/+18
* cli: merge IPv4 and IPv6 implementation for NMSettingIPConfig (pt5)Thomas Haller2019-03-251-26/+7
* cli: merge IPv4 and IPv6 implementation for NMSettingIPConfig (pt4)Thomas Haller2019-03-251-28/+9
* cli: merge IPv4 and IPv6 implementation for NMSettingIPConfig (pt3)Thomas Haller2019-03-251-59/+29
* cli: merge IPv4 and IPv6 implementation for NMSettingIPConfig (pt2)Thomas Haller2019-03-251-37/+19
* cli: merge IPv4 and IPv6 implementation for NMSettingIPConfig (pt1)Thomas Haller2019-03-251-27/+11
* cli/dcb: merge DCB uint settersThomas Haller2019-03-252-80/+46
* cli/dcb: rework DCB uint gettersThomas Haller2019-03-252-26/+40
* cli/dcb: merge handling NM_SETTING_DCB_PRIORITY_FLOW_CONTROL and NM_SETTING_D...Thomas Haller2019-03-252-55/+57
* cli/dcb: merge getter for dcb flagsThomas Haller2019-03-251-41/+25
* cli/trivial: drop unused macroThomas Haller2019-03-251-7/+0
* cli: implement DEFINE_SETTER_STR_LIST() as _pt_multilist typeThomas Haller2019-03-251-42/+16
* cli: implement str-list-multi properties as property type and not via macrosThomas Haller2019-03-252-85/+102
* cli/trivial: add code comment about nmc_value_transforms_register()Thomas Haller2019-03-251-0/+6
* cli: reset default value of properties via set_fcn()Thomas Haller2019-03-251-41/+188