summaryrefslogtreecommitdiff
path: root/clients
Commit message (Expand)AuthorAgeFilesLines
* 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-074-14/+593
* cli: fix completion for `nmcli connection import`Thomas Haller2019-03-071-2/+5
* cli: add nmc_complete_strv() which takes a string array for completion that m...Thomas Haller2019-03-072-10/+28
* 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/tests: fix cli tests after changing Polish translationsThomas Haller2019-02-252-117/+117
* 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-224-2/+90
* cli/tests: fix tests after adding polkit action for Wi-Fi scansThomas Haller2019-02-211-72/+124
* Add polkit action for Wi-Fi scansJonathan Kang2019-02-211-0/+2
* cli: fix generated documentationThomas Haller2019-02-211-0/+1
* clients/secret-agent: allow suppressing prompting the entry-id when requestin...Thomas Haller2019-02-143-7/+18
* 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: replace strerror() calls with nm_strerror_native()Thomas Haller2019-02-121-6/+6
* all: cache errno in local variable before using itThomas Haller2019-02-121-12/+20
* libnm,core: use _nm_utils_ascii_str_to_uint64() instead of strtol()Thomas Haller2019-02-121-2/+2
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-1229-50/+15
* all: minor coding style fixes (space before parentheses)Thomas Haller2019-02-111-1/+1
* cli: avoid "-Wmissing-braces" warning for INT_VALUE_INFOS() and ENUM_VALUE_IN...Thomas Haller2019-02-081-74/+74
* cli: avoid "-Wduplicate-decl-specifier" warning in nmcli's resolve_color_alias()Thomas Haller2019-02-081-1/+1
* 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
* Revert "clients/tests: fix client tests"Thomas Haller2019-02-061-3/+3
* Revert "cli: verify connections before sending them over to daemon"Thomas Haller2019-02-061-23/+0
* clients/tests: fix client testsThomas Haller2019-02-051-3/+3
* cli: verify connections before sending them over to daemonlr/saeLubomir Rintel2019-02-051-0/+23
* clients/cli: if the AP supports SAE, claim WPA3 supportLubomir Rintel2019-02-053-267/+271
* clients/test: vary RSN capabilities across APsLubomir Rintel2019-02-055-2308/+2320
* clients/cli: don't translate abbreviationsLubomir Rintel2019-02-051-8/+4
* client/cli: send a PSK when using SAELubomir Rintel2019-02-051-2/+4
* client/cli: add support for SAE key management flagLubomir Rintel2019-02-051-1/+3
* client/devices: get rid of useless g_strdup()sLubomir Rintel2019-02-051-20/+14