summaryrefslogtreecommitdiff
path: root/clients/cli/agent.c
Commit message (Expand)AuthorAgeFilesLines
* clients/secret-agent: allow suppressing prompting the entry-id when requestin...Thomas Haller2019-02-141-1/+4
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-1/+0
* clients: don't tread secret agent as NMSecretAgentOldThomas Haller2019-02-051-1/+1
* cli: don't use global nm_cli in nmc_readline_*()Thomas Haller2018-10-101-9/+9
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-1/+0
* nmcli/agent: fix handling of polkit agent failureLubomir Rintel2018-01-241-1/+7
* clients: some cleanup of requesting VPN secretsThomas Haller2017-11-231-1/+1
* cli: move NmcMetaGenericInfo to "utils.h"Thomas Haller2017-04-051-1/+2
* nmcli: allow cmd specific option parsing in next_arg() funcFrancesco Giudici2017-04-051-0/+4
* cli: pass configuration options separately from NmCli structureThomas Haller2017-03-301-1/+1
* cli: use nmc_do_cmd to get the client and check if the daemon is runningLubomir Rintel2016-11-111-13/+4
* cli: make it possible to call sub-commands with client obtained asynchronouslyLubomir Rintel2016-11-111-8/+8
* clients: don't show "(null)" prompt for secretsBeniamino Galvani2016-09-141-1/+2
* clients: add define for NMSecretAgentSimple signal nameBeniamino Galvani2016-09-141-1/+4
* cli/agent: add subcommand completionLubomir Rintel2016-08-011-4/+9
* cli/agent: use nmc_do_cmd()Lubomir Rintel2016-08-011-35/+9
* cli: get rid of the global command completion whitelistLubomir Rintel2016-08-011-0/+4
* cli: remove version check against NMFrancesco Giudici2016-04-281-3/+0
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-3/+1
* cli: turn should_wait into a semaphoreLubomir Rintel2015-12-051-2/+2
* 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-1/+1
* clients: merge nm_secret_agent_simple_set_connection_path() into nm_secret_ag...Dan Williams2014-11-211-1/+1
* clients: NMSecretAgentSimple API fixupsDan Winship2014-11-211-1/+1
* cli,vpn: merge branch 'lr/nm-1-0-fixes'Lubomir Rintel2014-11-201-1/+2
|\
| * cli: Process secret agent request for a connection only if we know its pathlr/nm-1-0-fixesLubomir Rintel2014-11-201-1/+2
* | translations: avoid preprocessor strings inside translation macroThomas Haller2014-11-201-1/+1
|/
* clients: only handle secret requests for connection being explicitly activatedJiří Klimeš2014-11-121-1/+1
* cli: add 'nmcli agent' command (bgo #739568)Jiří Klimeš2014-11-071-0/+251