summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cli/trivial: add comment about partially modifying settings when failing set_...th/nmcli-list-optionsThomas Haller2019-03-241-0/+11
* cli: freeze/thaw property changed signals in nmc_setting_set_property()Thomas Haller2019-03-241-7/+11
* cli/trivial: add FIXME comment about how wrong editor_init_existing_connectio...Thomas Haller2019-03-242-0/+23
* cli: workaround libnm issue for setting team.runner-tx-hashThomas Haller2019-03-241-2/+82
* nmcli: add clear_all_fcn() hook for mutllist property typesThomas Haller2019-03-242-4/+14
* cli: consistently validate multilist options for add and removeThomas Haller2019-03-242-31/+14
* cli: distinguish between resetting GObject property to default and NULLThomas Haller2019-03-241-5/+14
* cli: accept ',' as delimiter for match.interface-namesThomas Haller2019-03-241-3/+11
* cli: don't support removing sriov vfs by indexThomas Haller2019-03-242-4/+1
* shared: add _nm_utils_escape_plain() APIThomas Haller2019-03-242-12/+40
* all: consider all ASCII spaces for _nm_utils_escape_spaces() and unescapeThomas Haller2019-03-241-9/+5
* shared: add NM_ASCII_SPACES macroThomas Haller2019-03-242-0/+27
* cli: support list of indexes for removing objlist propertyThomas Haller2019-03-241-14/+116
* cli: cleanup parsing of VLAN ingress/egress priority mapThomas Haller2019-03-241-43/+20
* cli: refactor splitting the string when parsing the property valuesThomas Haller2019-03-241-41/+84
* cli: merge remove-by-value and add functions of objlist property typesThomas Haller2019-03-242-181/+70
* cli: merge set_fcn() and remove_fcn()Thomas Haller2019-03-243-244/+218
* cli: allow resetting all values via set_fcn() property handlerThomas Haller2019-03-243-147/+155
* cli: implement remove-fcn for objlist typesThomas Haller2019-03-242-139/+96
* cli: implement add-fcn for objlist typesThomas Haller2019-03-242-132/+105
* cli: add clear-all-fcn for objlist propertiesThomas Haller2019-03-242-1/+17
* cli: add objlist property type and implement get_fcn() for all typesThomas Haller2019-03-242-218/+211
* cli: implement team:runner-tx-hash as multilist propertyThomas Haller2019-03-243-98/+39
* cli: implement match:interface-names as multilist propertyThomas Haller2019-03-242-31/+32
* shared: add "strip" argument to _nm_utils_unescape_spaces()Thomas Haller2019-03-245-21/+86
* cli: implement connection:permissions as multilist propertyThomas Haller2019-03-243-71/+47
* cli: minor cleanup of _get_fcn_connection_permissions()Thomas Haller2019-03-241-11/+13
* cli: implement connection:secondaries as multilist propertyThomas Haller2019-03-241-39/+20
* cli: implement mac-address-blacklist properties as mulitlist typesThomas Haller2019-03-241-79/+27
* cli: first validate all values in _set_fcn_multilist() before modifying the s...Thomas Haller2019-03-241-2/+8
* cli: implement DNS property as multilist typeThomas Haller2019-03-242-54/+36
* cli: support validating multilist entries for remove-by-valueThomas Haller2019-03-242-19/+44
* cli: implement DNS option property as multilist typeThomas Haller2019-03-241-28/+20
* cli: make get_with_default property-type-data generally availableThomas Haller2019-03-242-52/+38
* cli: implement DNS search property as multilist typeThomas Haller2019-03-242-58/+60
* cli: add property type for 802-1x certificate properties (pt5)Thomas Haller2019-03-241-66/+3
* cli: add property type for 802-1x certificate properties (pt4)Thomas Haller2019-03-241-33/+4
* cli: add property type for 802-1x certificate properties (pt3)Thomas Haller2019-03-241-10/+34
* cli: add property type for 802-1x certificate properties (pt2)Thomas Haller2019-03-241-125/+15
* cli: add property type for 802-1x certificate properties (pt1)Thomas Haller2019-03-242-10/+45
* shared: add set function to nm_setting_8021x_scheme_vtableThomas Haller2019-03-242-0/+20
* cli: merge mac_address_blacklist settersThomas Haller2019-03-241-34/+35
* cli: implement NM_SETTING_WIRED_S390_OPTIONS with the optionlist setterThomas Haller2019-03-241-67/+15
* libnm: don't assert for valid string length in nm_setting_wired_add_s390_opti...Thomas Haller2019-03-241-6/+1
* cli: implement NM_SETTING_VPN_SECRETS with the optionlist setterThomas Haller2019-03-241-20/+5
* cli: implement NM_SETTING_VPN_DATA with the optionlist setterThomas Haller2019-03-242-14/+38
* cli: add optionlist setter for bond optionsThomas Haller2019-03-242-25/+87
* cli: remove DEFINE_REMOVER_OPTION() macroThomas Haller2019-03-241-37/+42
* cli: merge IPv4 and IPv6 implementation for NMSettingIPConfig (pt8)Thomas Haller2019-03-241-26/+8
* cli: merge IPv4 and IPv6 implementation for NMSettingIPConfig (pt7)Thomas Haller2019-03-241-30/+17