summaryrefslogtreecommitdiff
path: root/clients
Commit message (Expand)AuthorAgeFilesLines
* cli: support the autoconnect-retries propertyBeniamino Galvani2016-10-161-22/+52
* tui,cli/build: add linker version script for nmcli and nmtuiThomas Haller2016-10-133-0/+9
* 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: fix check on secret request pathBeniamino Galvani2016-09-151-1/+1
* clients: fix matching of connection pathBeniamino Galvani2016-09-141-2/+10
* clients: handle secret requests only for current connectionBeniamino Galvani2016-09-141-15/+19
* clients: add secrets request message for wired and DSL connectionsBeniamino Galvani2016-09-141-9/+4
* clients: don't show "(null)" prompt for secretsBeniamino Galvani2016-09-142-3/+6
* clients: add define for NMSecretAgentSimple signal nameBeniamino Galvani2016-09-146-6/+22
* cli: connections: fail the activation if the ac deactivatesBeniamino Galvani2016-09-091-0/+4
* libnm: fix regression serializing empty "cloned-mac-address"Thomas Haller2016-09-061-1/+2
* all: fix typos in documentation and translated stringsYuri Chornoivan2016-08-261-1/+1
* 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-1765-261/+0
* auth: check when setting statistics refresh rateAlfonso Sanchez-Beato2016-08-171-0/+2
* permissions: properly add checkpoint-rollback permissionThomas Haller2016-08-171-0/+2
* cli: show pre-filled readline input if it is not a real password (rh #1351272)Jiří Klimeš2016-08-171-1/+2
* cli: fix error reporting for connection deleteBeniamino Galvani2016-08-021-2/+3
* cli: fix connection delete/monitorBeniamino Galvani2016-08-021-8/+5
* nmcli: fix connection clone/modifyFrancesco Giudici2016-08-021-3/+1
* tui: avoid failed assertion when adding bond slavesBeniamino Galvani2016-08-011-2/+7
* cli: add -f argument completionlr/completion-2Lubomir Rintel2016-08-017-54/+185
* cli: complete global flagsLubomir Rintel2016-08-011-0/+9
* cli: make global flags parsing sanerLubomir Rintel2016-08-011-34/+36
* cli: don't call the nmc_do_cmds() default handler if we're at the end of comm...Lubomir Rintel2016-08-011-0/+3
* cli/connections: there's nothing to complete for reloadLubomir Rintel2016-08-011-1/+0
* cli/connections: add completion to show subcommandLubomir Rintel2016-08-011-14/+30
* cli/connections: add completion to down subcommandLubomir Rintel2016-08-011-9/+15
* cli/connections: add completion to import subcommandLubomir Rintel2016-08-011-4/+10
* cli/connections: add completion to load subcommandLubomir Rintel2016-08-011-6/+4
* cli/connections: add completion to up subcommandLubomir Rintel2016-08-011-5/+21