summaryrefslogtreecommitdiff
path: root/clients/cli
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* clients: don't tread secret agent as NMSecretAgentOldThomas Haller2019-02-056-9/+8
* cli: clear fields in nmc_cleanup()Thomas Haller2019-02-051-5/+5
* wifi-p2p: rename Wi-Fi P2PThomas Haller2019-02-011-1/+1
* core: Add basic P2P Wi-Fi SettingsBenjamin Berg2019-01-271-0/+1
* all: fix misspellingsRafael Fontenelle2019-01-241-1/+1
* merge: branch 'master' of https://github.com/balrog-kun/NetworkManagerLubomir Rintel2019-01-041-102/+150
|\
| * cli/devices: remove redundant Device/AC state evaluationLubomir Rintel2018-12-041-39/+7
| * cli: reuse connections in nmcli dev wifi conAndrew Zaborowski2018-12-041-62/+137
| * cli: match both ssid and bssid when connecting to wifiAndrew Zaborowski2018-12-041-11/+16
* | build: meson: Add trailing commasIñigo Martínez2018-12-201-4/+4
* | cli: drop gettext() wrappers for no_l10n to-string functionsThomas Haller2018-12-114-25/+13
* | cli: don't translate connectivity state in terse outputThomas Haller2018-12-111-4/+4
* | cli: avoid crash on device disconnectBeniamino Galvani2018-11-301-2/+11
* | cli: fix a couple of typosLubomir Rintel2018-11-291-2/+2
* | all: say Wi-Fi instead of "wifi" or "WiFi"Lubomir Rintel2018-11-292-2/+2
|/
* cli/connections: improve sort by active connectionsLubomir Rintel2018-11-211-4/+2
* cli: deduplicate active connections sortLubomir Rintel2018-11-212-107/+84
* cli/connections: export nmc_active_connection_cmp()Lubomir Rintel2018-11-212-4/+6
* cli/devices: sort hotspots above in nmcli outputLubomir Rintel2018-11-211-1/+26
* cli: wait for changed signal after updating a connectionBeniamino Galvani2018-11-201-2/+43
* cli: editor: reload secrets after updating connectionBeniamino Galvani2018-11-201-1/+2
* cli: add --rescan option to help outputBeniamino Galvani2018-11-051-3/+4
* cli: display double-dash long options in helpBeniamino Galvani2018-11-051-13/+13