summaryrefslogtreecommitdiff
path: root/clients/cli
Commit message (Expand)AuthorAgeFilesLines
* clients: Wi-Fi Mesh supportlr/wifi-meshLubomir Rintel2019-07-292-0/+6
* cli: use nm_client_add_connection2() API from nmcliThomas Haller2019-07-251-116/+114
* clients: add ovs-dpdk interface supportlr/ovs-dpdkLubomir Rintel2019-06-141-1/+2
* cli: fix crash on autocompletionBeniamino Galvani2019-06-111-2/+3
* cli: enforce int type in for loopsFrancesco Giudici2019-05-291-15/+15
* cli: don't force interface name on add_and_activateLubomir Rintel2019-05-281-1/+0
* cli: allow completing filenamesBeniamino Galvani2019-05-061-7/+16
* cli: remove bluetooth completion codeBeniamino Galvani2019-05-061-8/+2
* cli: drop GValue transform functions for strdict and implement it in _get_fcn...Thomas Haller2019-04-251-36/+0
* cli: drop GValue transformation of GBytes to string and implement bytes gette...Thomas Haller2019-04-251-32/+0
* cli: drop GValue transform function for G_TYPE_STRV to G_TYPE_STRINGThomas Haller2019-04-251-16/+0
* cli: don't wait for connection change on update failureBeniamino Galvani2019-04-241-2/+4
* build/meson: rename "nm_core_dep" to "libnm_core_dep"Thomas Haller2019-04-181-1/+1
* shared: build helper "libnm-libnm-core-{intern|aux}.la" library for libnm-coreThomas Haller2019-04-182-2/+2
* 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
* cli: fix typo in nmcli usage outputThomas Haller2019-04-121-1/+1
* cli: cleanup split_required_fields_for_con_show()Thomas Haller2019-04-101-49/+43
* shared: add flags argument to nm_utils_strsplit_set()Thomas Haller2019-04-103-4/+5
* cli: fix missing newline for printing error message about "Connection deletio...Thomas Haller2019-04-051-1/+1
* clients: only ask secrets for settings that require themBeniamino Galvani2019-04-021-0/+6
* cli: fix a crash on "nmcli d wifi hotspot"Lubomir Rintel2019-04-021-0/+1
* cli: fix accepting %NULL value for '+' modifierThomas Haller2019-03-271-1/+6
* 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: merge set_fcn() and remove_fcn()Thomas Haller2019-03-251-10/+5
* cli: allow resetting all values via set_fcn() property handlerThomas Haller2019-03-251-45/+7
* cli: reset default value of properties via set_fcn()Thomas Haller2019-03-251-41/+40
* cli: merge remove-property, reset-property and set-propertyThomas Haller2019-03-253-197/+115
* cli: don't use nmc_property_get_gvalue() in ipv4_method_changed_cb()Thomas Haller2019-03-251-14/+14
* cli: drop nmc_property_set_default_value()Thomas Haller2019-03-253-19/+13
* cli: implement nmc_setting_reset_property() based on nmc_setting_set_property()Thomas Haller2019-03-253-65/+41
* cli: don't interpret value as index too early for nmc_setting_remove_property...Thomas Haller2019-03-253-33/+9
* cli/wireguard: add import functionality for WireGuardThomas Haller2019-03-071-14/+24
* 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
* libnm,cli: add NMSettingWireGuardThomas Haller2019-02-221-0/+1
* Add polkit action for Wi-Fi scansJonathan Kang2019-02-211-0/+2
* clients/secret-agent: allow suppressing prompting the entry-id when requestin...Thomas Haller2019-02-142-6/+16
* 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
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-128-11/+0
* all: minor coding style fixes (space before parentheses)Thomas Haller2019-02-111-1/+1
* cli: avoid "-Wduplicate-decl-specifier" warning in nmcli's resolve_color_alias()Thomas Haller2019-02-081-1/+1
* Revert "cli: verify connections before sending them over to daemon"Thomas Haller2019-02-061-23/+0
* 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-051-1/+5
* clients/cli: don't translate abbreviationsLubomir Rintel2019-02-051-8/+4