summaryrefslogtreecommitdiff
path: root/clients/cli/common.c
Commit message (Expand)AuthorAgeFilesLines
...
* cli: separate input and in-out arguments in print_data()Thomas Haller2017-03-301-4/+4
* cli: pass configuration options separately from NmCli structureThomas Haller2017-03-301-3/+3
* cli: use designated initializers for setting NmcOutputField fieldsThomas Haller2017-03-301-21/+23
* cli: move utils function from common.h to nm-meta-setting-desc.cThomas Haller2017-03-301-421/+2
* cli: add values_func() to NmcPropertyInfo and use for "connection" settingThomas Haller2017-03-301-1/+1
* cli: use next_arg() on argument boundaryLubomir Rintel2017-03-281-2/+4
* all: use "unsigned" instead of "unsigned int"Thomas Haller2017-03-141-1/+1
* cli: support route optionsBeniamino Galvani2017-03-061-29/+70
* cli: make match() return booleanLubomir Rintel2017-02-151-3/+3
* cli: complete the [-][-]help argumentsLubomir Rintel2017-02-151-1/+13
* cli: use nmc_do_cmd to get the client and check if the daemon is runningLubomir Rintel2016-11-111-1/+0
* cli: make it possible to call sub-commands with client obtained asynchronouslyLubomir Rintel2016-11-111-16/+114
* cli: get rid of client-global connections listLubomir Rintel2016-11-111-1/+3
* cli: support qualifying proxy.pac-script with "file://" or "js://"Thomas Haller2016-10-041-16/+48
* proxy: change semantics of pac-scriptAtul Anand2016-10-041-0/+44
* 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-231-52/+65
* cli: (trivial) move gen_func_ifnames() from devices.c to common.cJiří Klimeš2016-09-191-0/+27
* clients: don't show "(null)" prompt for secretsBeniamino Galvani2016-09-141-2/+4
* cli: return sane error message for D-Bus policy permission errorsBeniamino Galvani2016-08-201-0/+16
* cli: show pre-filled readline input if it is not a real password (rh #1351272)Jiří Klimeš2016-08-171-1/+2
* 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: do connection completion in get_connection()Lubomir Rintel2016-08-011-15/+33
* cli: do not skip over a nonexistent argument in nmc_do_cmd()Lubomir Rintel2016-08-011-1/+1
* cli: fix parsing of route metric on 32-bit archsBeniamino Galvani2016-06-301-3/+7
* cli: make subcommand dispatch do autocompletionLubomir Rintel2016-06-291-0/+8
* cli: add boolean value completion helperLubomir Rintel2016-06-291-0/+14
* cli: add arbitrary string list completion helperLubomir Rintel2016-06-291-0/+22
* cli: split out do_cmd()Lubomir Rintel2016-06-291-0/+53
* cli: declare external variable nm_cli in <nmcli.h> headerThomas Haller2016-05-031-4/+0
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-3/+1
* cli: do not present secrets from openconnect to the user for confirmationJiří Klimeš2015-12-121-4/+10
* cli: make asking VPN secrets for OpenConnect really workJiří Klimeš2015-12-121-1/+95
* cli: produce new line after readline when echoing was offJiří Klimeš2015-12-071-1/+4
* cli: add global --show-secrets optionJiří Klimeš2015-12-071-1/+1
* cli: do not echo passwords on terminal when asking for themJiří Klimeš2015-12-071-25/+74
* cli: add command for displaying LLDP neighborsBeniamino Galvani2015-11-101-0/+43
* cli: move unique_connection_name() to common.c as nmc_unique_connection_name()Jiří Klimeš2015-11-091-0/+23
* cli: remove static width parameter from fields definitionJiří Klimeš2015-09-251-21/+21
* cli: terminate when the input terminal goes awayLubomir Rintel2015-08-201-0/+10
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-1/+0
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-1/+1
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-3/+1
* cli: add 'metered' property to deviceBeniamino Galvani2015-06-091-0/+17
* core/cli: add missing device state-reason to string conversionsJiří Klimeš2015-05-271-0/+6
* device,libnm,cli: add "new-activation" reason for device state changeLubomir Rintel2015-04-081-0/+3
* trivial: whitespace fixThomas Haller2015-01-111-1/+1
* libnm: rename NMSecretAgent to NMSecretAgentOldDan Winship2014-11-211-1/+1
* cli: add support for secret agent to 'nmcli dev connect' toojk/nmcli-dev-connect-secretsJiří Klimeš2014-11-201-0/+102