summaryrefslogtreecommitdiff
path: root/clients
Commit message (Expand)AuthorAgeFilesLines
* cli: return early when splitting with %VALUE_STRSPLIT_MODE_STRIPPEDThomas Haller2019-04-181-1/+2
* cli: drop unused strsplit_with_escape mode for objlist propertiesThomas Haller2019-04-182-10/+1
* cli: assert for proper escaping when creating objlist stringThomas Haller2019-04-181-16/+36
* cli: default splitting list properties with escaped-tokens styleThomas Haller2019-04-182-12/+34
* cli: fix splitting of multilist property in setterThomas Haller2019-04-181-2/+2
* cli: fix handling empty match.interface-name propertyThomas Haller2019-04-182-4/+10
* all: use escaped_tokens API for bridge vlansBeniamino Galvani2019-04-181-1/+3
* all: support bridge vlan rangesBeniamino Galvani2019-04-182-5/+9
* clients: fix typosBeniamino Galvani2019-04-181-5/+5
* cli: use nm_utils_escaped_tokens_*() for handling policy routesThomas Haller2019-04-171-3/+3
* cli: add new style for tokenizing/concatenating list options in nmcliThomas Haller2019-04-172-7/+23
* cli: avoid duplicate delimiters when printing objlist propertyThomas Haller2019-04-171-4/+8
* cli: fix crash in split_required_fields_for_con_show()Thomas Haller2019-04-161-2/+6
* cli: tab complete only full D-Bus paths if there is no prefixth/cli-select-connectionThomas Haller2019-04-151-1/+1
* cli: prefer matching connections by "uuid" instead of "id"Thomas Haller2019-04-151-27/+51
* cli: drop unnecessary NULL sentinel from nmc_complete_strings()Thomas Haller2019-04-156-30/+30
* nmcli: fix an error message when the tc qdisc kind is missingLubomir Rintel2019-04-121-5/+5
* clients: disable asan leak detection in client testsBeniamino Galvani2019-04-125-1374/+1375
* cli: fix typo in nmcli usage outputThomas Haller2019-04-123-5/+5
* clients: fix assertion when requesting gsm pin secretBeniamino Galvani2019-04-111-1/+1
* all: replace g_strsplit_set() by nm_utils_strsplit_set*()Thomas Haller2019-04-101-6/+4
* cli: cleanup split_required_fields_for_con_show()Thomas Haller2019-04-101-49/+43
* cli: cleanup nm_vpn_openconnect_authenticate_helper()Thomas Haller2019-04-101-31/+30
* shared: add flags argument to nm_utils_strsplit_set()Thomas Haller2019-04-104-16/+17
* cli: fix memleak in nm_vpn_openconnect_authenticate_helper()Thomas Haller2019-04-101-1/+1
* cli: fix missing newline for printing error message about "Connection deletio...Thomas Haller2019-04-051-1/+1
* cli: use nm_strstrip_avoid_copy_a() to avoid heap allocationThomas Haller2019-04-041-7/+7
* clients: do not require gsm.apnLubomir Rintel2019-04-031-1/+0
* secret-agent-simple: pass hints to the auth dialogLubomir Rintel2019-04-031-0/+9
* secret-agent-simple: get rid of an extra variableLubomir Rintel2019-04-031-3/+1
* secret-agent-simple: replace a char array with a GPtrArrayLubomir Rintel2019-04-031-13/+19
* clients: only ask secrets for settings that require themBeniamino Galvani2019-04-025-0/+29
* cli: fix a crash on "nmcli d wifi hotspot"Lubomir Rintel2019-04-021-0/+1
* cli: add support for routing rules to nmcliThomas Haller2019-03-273-632/+997
* cli: support escaping for splitting for objlist propertiesThomas Haller2019-03-272-6/+39
* cli: fix accepting %NULL value for '+' modifierThomas Haller2019-03-271-1/+6
* cli: add lldp output testsBeniamino Galvani2019-03-272-784/+1723
* nmcli: add bridge vlans supportBeniamino Galvani2019-03-261-0/+78
* libnm-core: add vlans property to bridge settingBeniamino Galvani2019-03-261-0/+1
* libnm-core: add vlans property to bridge-port settingBeniamino Galvani2019-03-261-0/+1
* all: add vlan-filtering and vlan-default-pvid bridge propertiesBeniamino Galvani2019-03-262-0/+8
* cli/trivial: add comment about partially modifying settings when failing set_...Thomas Haller2019-03-251-0/+11
* cli: freeze/thaw property changed signals in nmc_setting_set_property()Thomas Haller2019-03-251-7/+11
* cli/trivial: add FIXME comment about how wrong editor_init_existing_connectio...Thomas Haller2019-03-252-0/+23
* cli: workaround libnm issue for setting team.runner-tx-hashThomas Haller2019-03-251-2/+82
* nmcli: add clear_all_fcn() hook for mutllist property typesThomas Haller2019-03-252-4/+14
* cli: consistently validate multilist options for add and removeThomas Haller2019-03-252-31/+14
* cli: distinguish between resetting GObject property to default and NULLThomas Haller2019-03-251-5/+14
* cli: accept ',' as delimiter for match.interface-namesThomas Haller2019-03-251-3/+11
* cli: don't support removing sriov vfs by indexThomas Haller2019-03-251-2/+0