summaryrefslogtreecommitdiff
path: root/clients/cli
Commit message (Expand)AuthorAgeFilesLines
* 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
* cli: sort options in man page and program helpBeniamino Galvani2018-11-051-8/+8
* cli: fix memory leaksBeniamino Galvani2018-11-022-1/+3
* cli: wait for all wifi scans to finish before displaying the resultBeniamino Galvani2018-11-021-62/+78
* cli: initialize readline before installing the redisplay handlerlr/readline-initLubomir Rintel2018-10-231-0/+4
* cli: fix memory leakBeniamino Galvani2018-10-221-0/+1
* cli: fix crash when removing devicesBeniamino Galvani2018-10-221-5/+3
* cli: check we have an active connection before showing hintbg/fix-hint-assertionBeniamino Galvani2018-10-111-0/+3
* cli: don't needlessly cast function pointer for rl_attempted_completion_functionThomas Haller2018-10-102-4/+4
* cli: don't access global nm_cli variable from nmc_setting_set_property()Thomas Haller2018-10-103-23/+29
* cli: don't use global variable nm_cli in nmc_terminal_spawn_pager()Thomas Haller2018-10-106-18/+26
* cli: don't use global nm_cli in nmc_readline_*()Thomas Haller2018-10-106-135/+194
* cli: don't pass complex info argument to active_connection_hint()Thomas Haller2018-10-101-10/+12
* cli: fix memory leakbg/issue51Beniamino Galvani2018-10-091-0/+4
* cli: fix cleanup after activation from editorBeniamino Galvani2018-10-091-4/+6
* cli: add support for wpan.page and wpan.channel propertieslr/wpan-channelLubomir Rintel2018-10-071-2/+4
* cli: advise the user to consult logs when a connection fails to activateLubomir Rintel2018-10-011-0/+34
* cli: print per-device & per-AF connectivity statusLubomir Rintel2018-09-245-22/+54
* all: pass O_CLOEXEC flag to g_mkstemp()Thomas Haller2018-09-211-1/+2
* cli: adjust error message about incompatible connection/deviceThomas Haller2018-09-201-1/+1
* docs: misc. typosluz.paz2018-09-154-13/+13
* cli: fix reading "vpn.secrets.*" from passwd-fileThomas Haller2018-09-142-4/+12