summaryrefslogtreecommitdiff
path: root/clients/cli
Commit message (Expand)AuthorAgeFilesLines
* cli: add support for pkcs11: URI scheme on relevant propertiesLubomir Rintel2017-01-061-13/+10
* cli: support printing the pkcs11: URI schemeLubomir Rintel2017-01-061-24/+66
* cli: do not require a password when setting a PKLubomir Rintel2017-01-061-13/+6
* all: use nm_utils_is_valid_iface_name()Lubomir Rintel2017-01-062-10/+10
* cli: (trivial) fix a typoJiří Klimeš2016-12-151-1/+1
* cli: enable TAB-completion for connection.lldp in interactive editorJiří Klimeš2016-12-151-1/+4
* cli: enable TAB-completion for connection.metered in interactive editorJiří Klimeš2016-12-151-1/+5
* cli: add SLAVE field for 'nmcli con show' outputJiří Klimeš2016-12-151-2/+6
* cli: remove duplicate duplicate check on nmc->completeBeniamino Galvani2016-12-141-2/+0
* cli: add DNS information to overview outputBeniamino Galvani2016-12-121-0/+34
* cli: implement 'networking' subcommand using nmc_do_cmd()Beniamino Galvani2016-12-092-74/+77
* cli: the 'networking' command needs a client and NM runningBeniamino Galvani2016-12-051-1/+1
* nmcli: add get functions for 802-3.speed and 802-3.duplex propertiesFrancesco Giudici2016-11-221-2/+24
* nmcli: enable set on 802-3 propertiesFrancesco Giudici2016-11-221-12/+13
* cli: always include "settings-docs.c"Thomas Haller2016-11-211-4/+0
* cli/general: defer printing the permissions until we know themlr/async-clientLubomir Rintel2016-11-111-1/+65
* cli: use nmc_do_cmd to get the client and check if the daemon is runningLubomir Rintel2016-11-117-142/+54
* cli: make it possible to call sub-commands with client obtained asynchronouslyLubomir Rintel2016-11-117-115/+215
* cli: get rid of client-global connections listLubomir Rintel2016-11-116-47/+67
* cli/trivial: fix some whitespace errorsLubomir Rintel2016-11-111-10/+10
* client: don't do g_criticalsLubomir Rintel2016-11-091-1/+1
* cli: completion: escape shell special characters "()&!"Beniamino Galvani2016-10-261-1/+6
* build: merge "clients/cli/Makefile.am" into toplevel MakefileThomas Haller2016-10-211-81/+0
* cli: support the autoconnect-retries propertyBeniamino Galvani2016-10-161-22/+52
* tui,cli/build: add linker version script for nmcli and nmtuiThomas Haller2016-10-131-0/+3
* cli: fix synopsis for hotspot arguments for `nmcli device wifi --help`Thomas Haller2016-10-121-3/+3
* proxy: cleanup handling of proxy-methodThomas Haller2016-10-052-5/+5
* cli: properly set multiple addresses in questionnaire modeBeniamino Galvani2016-10-041-2/+4
* cli: support qualifying proxy.pac-script with "file://" or "js://"Thomas Haller2016-10-041-16/+48
* proxy: change semantics of pac-scriptAtul Anand2016-10-043-2/+63
* proxy: remove unnecessary APIsAtul Anand2016-10-042-200/+7
* nmcli: Add Proxy support to nmcliAtul Anand2016-10-044-2/+367
* cli: reject team.config from files with '\0'Thomas Haller2016-09-271-0/+6
* cli: support explicitly selecting team-config as file or json dataThomas Haller2016-09-271-18/+44
* cli: remove editor threadBeniamino Galvani2016-09-234-219/+97
* cli: clear source when progress callback terminatesBeniamino Galvani2016-09-231-0/+1
* cli: fix wrong memory allocation sizeBeniamino Galvani2016-09-231-1/+1
* cli: fix yes/no completion in questionnaire modeJiří Klimeš2016-09-191-2/+2
* cli: tab-complete "Interface name [*]" in questionnaire modeJiří Klimeš2016-09-191-1/+5
* cli: enable bash completion for some more properties of add/modifyJiří Klimeš2016-09-191-7/+17
* cli: fix completion/add missing functions for '--complete-args' (rh #1375933)Jiří Klimeš2016-09-191-10/+28
* cli: (trivial) move gen_func_ifnames() from devices.c to common.cJiří Klimeš2016-09-193-29/+30
* cli: (trivial): remove stray %sJiří Klimeš2016-09-191-1/+1
* clients: don't show "(null)" prompt for secretsBeniamino Galvani2016-09-142-3/+6
* clients: add define for NMSecretAgentSimple signal nameBeniamino Galvani2016-09-143-4/+14
* cli: connections: fail the activation if the ac deactivatesBeniamino Galvani2016-09-091-0/+4
* cli: only connect handlers for property changes in interactive editLubomir Rintel2016-08-242-3/+8
* cli: default to method=manual when adding an addressLubomir Rintel2016-08-241-2/+43
* cli: return sane error message for D-Bus policy permission errorsBeniamino Galvani2016-08-204-3/+21
* all: cleanup includes in header filesThomas Haller2016-08-173-4/+0