summaryrefslogtreecommitdiff
path: root/clients/common
Commit message (Expand)AuthorAgeFilesLines
...
* cli: let DEFINE_REMOVER_INDEX_OR_VALUE_DIRECT handle static value listThomas Haller2019-03-251-31/+25
* cli: validate remove_fcn() for NM_SETTING_802_1X_EAP against allowed valuesThomas Haller2019-03-251-5/+5
* cli: reuse property info in DEFINE_REMOVER_INDEX_OR_VALUE_VALIDATING_STATIC()Thomas Haller2019-03-251-16/+11
* cli: directly define setter function via DEFINE_SETTER_STR_LIST_MULTI()Thomas Haller2019-03-251-45/+17
* cli: merge property implementations for vlan.ingress-priority-map and egress-...Thomas Haller2019-03-251-67/+23
* cli: minor cleanup parsing dcb prioritiesThomas Haller2019-03-251-9/+7
* cli: use cleanup attributes in "nm-meta-setting-desc.c"Thomas Haller2019-03-251-84/+84
* cli: don't use bogus error domains for GErrorThomas Haller2019-03-251-4/+8
* cli: avoid unnecessary string clones for stripping whitespace for property va...Thomas Haller2019-03-251-38/+38
* cli: don't interpret value as index too early for nmc_setting_remove_property...Thomas Haller2019-03-252-24/+28
* cli: support removing multiple vlan ingress/egress priority mappingsThomas Haller2019-03-251-8/+6
* cli: don't fail removing non-existing option (pt6)Thomas Haller2019-03-251-25/+8
* cli: don't fail removing non-existing option (pt5)Thomas Haller2019-03-251-8/+3
* cli: don't fail removing non-existing option (pt4)Thomas Haller2019-03-251-158/+90
* cli: don't fail removing non-existing option (pt3)Thomas Haller2019-03-251-66/+58
* cli: don't fail removing non-existing option (pt2)Thomas Haller2019-03-251-69/+28
* cli: don't fail removing non-existing option (pt1)Thomas Haller2019-03-251-148/+64
* libnm,cli: move cleanup macros to "shared/nm-libnm-core-utils.h"Thomas Haller2019-03-251-7/+1
* libnm/cli: support deleting VLAN egress/ingress priority map by "from"Thomas Haller2019-03-251-3/+4
* cli: don't treat empty string as valid number in nmc_string_to_uint_base()Thomas Haller2019-03-251-0/+4
* cli: reuse nm_utils_vlan_priority_map_parse_str() in _parse_vlan_priority_maps()Thomas Haller2019-03-251-35/+13
* shared: add "shared/nm-libnm-core-utils.h" utilsThomas Haller2019-03-251-1/+1
* cli: fix leaking error variables setting vfs, qdiscs and tfiltersThomas Haller2019-03-251-3/+3
* cli: fix appending team link-watchersThomas Haller2019-03-251-2/+0
* all: codespell fixesLubomir Rintel2019-03-112-3/+3
* clients/tests: add wireguard import testsLubomir Rintel2019-03-075-0/+128
* cli/wireguard: add import functionality for WireGuardThomas Haller2019-03-073-0/+569
* wireguard: add "peer-routes" setting for WireGuard profilesThomas Haller2019-03-052-0/+4
* wireguard: add "mtu" setting for WireGuard profilesThomas Haller2019-03-052-0/+4
* clients: fix GVariantBuilder memory leakBeniamino Galvani2019-03-051-1/+4
* clients: fix i/o stream memory leaksBeniamino Galvani2019-03-051-0/+6
* clients: fix keyfile string memory leakBeniamino Galvani2019-03-051-1/+4
* clients: fix double freeBeniamino Galvani2019-03-051-1/+1
* cli: support NM_SETTING_WIFI_P2P_WFD_IES propertyThomas Haller2019-02-221-0/+3
* cli: rework NM_SETTING_802_1X_PASSWORD_RAW property functions to operate on g...Thomas Haller2019-02-222-17/+32
* cli: use nm_utils_bin2hexstr_full() in nmcli to convert bytes to stringThomas Haller2019-02-221-8/+6
* cli: use correct define for NM_SETTING_WIFI_P2P_WPS_METHOD nameThomas Haller2019-02-221-1/+1
* libnm: add NMWireGuardPeer and libnm support for peersThomas Haller2019-02-222-7/+74
* libnm,cli: add NMSettingWireGuardThomas Haller2019-02-223-2/+89
* cli: fix generated documentationThomas Haller2019-02-211-0/+1
* clients/secret-agent: allow suppressing prompting the entry-id when requestin...Thomas Haller2019-02-141-1/+2
* clients/secret-agent: split creation of secret-request dataThomas Haller2019-02-142-125/+123
* clients/secret-agent: fail request_secrets_from_ui() if there are no secrets ...Thomas Haller2019-02-141-0/+3
* clients/secret-agent: keep setting-name in request-dataThomas Haller2019-02-141-0/+7
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-123-4/+0
* cli: avoid "-Wmissing-braces" warning for INT_VALUE_INFOS() and ENUM_VALUE_IN...Thomas Haller2019-02-081-74/+74
* clients: avoid "-Wduplicate-decl-specifier" warning in array declarions in "n...Thomas Haller2019-02-081-5/+5
* cli: drop invalid validation for default-routes in nmcliThomas Haller2019-02-071-13/+0
* clients/secret-agent: respond to SAE password requestsLubomir Rintel2019-02-051-2/+1
* clients/meta-setting-desc: allow setting wifi-sec.key-mgmt to SAELubomir Rintel2019-02-051-1/+1