summaryrefslogtreecommitdiff
path: root/clients/cli/common.c
Commit message (Expand)AuthorAgeFilesLines
* cli: add nmc_complete_strv() which takes a string array for completion that m...Thomas Haller2019-03-071-9/+25
* clients/secret-agent: allow suppressing prompting the entry-id when requestin...Thomas Haller2019-02-141-5/+12
* 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: drop gettext() wrappers for no_l10n to-string functionsThomas Haller2018-12-111-7/+1
* cli: initialize readline before installing the redisplay handlerlr/readline-initLubomir Rintel2018-10-231-0/+4
* cli: don't use global nm_cli in nmc_readline_*()Thomas Haller2018-10-101-21/+28
* cli: print per-device & per-AF connectivity statusLubomir Rintel2018-09-241-0/+17
* cli: fix reading "vpn.secrets.*" from passwd-fileThomas Haller2018-09-141-3/+3
* cli: add additional user-data argument to get_fcn()Thomas Haller2018-07-091-0/+2
* cli: merge IPv4 and IPv6 versions of ip/dhcp config printThomas Haller2018-07-091-37/+22
* cli/trivial: move codeThomas Haller2018-07-091-11/+15
* cli: drop duplicate IPv6 property metadataThomas Haller2018-07-091-10/+0
* cli: rework printing of dhcp optionsThomas Haller2018-07-091-38/+72
* cli: return NULL strv array from _ip_config_get_routes() if there are no routesThomas Haller2018-06-151-0/+3
* cli: allow specifying the connection by its filenameLubomir Rintel2018-06-111-1/+17
* cli: use macro for list of argument for NmcMetaGenericInfo.get_fcn()th/cli-connection-handlingThomas Haller2018-05-141-18/+2
* cli: add and use macro for creating NmcMetaGenericInfo parent groupsThomas Haller2018-05-141-12/+2
* cli: rework connection handling for multiple resultsThomas Haller2018-05-141-28/+41
* cli: move find_active_connection() to common.cThomas Haller2018-05-141-0/+77
* cli: cleanup code paths in "connections.c"Thomas Haller2018-05-141-18/+20
* cli: use a palette to implement coloringLubomir Rintel2018-05-101-3/+3
* cli: sort DHCP options in connection show outputThomas Haller2018-04-231-7/+8
* cli: merge IPv4 and IPv6 variants of print_dhcp_config()Thomas Haller2018-04-231-60/+8
* clients: set @out_is_default in property gettersBeniamino Galvani2018-04-131-2/+14
* clients: change nm_meta_abstract_info_get() to report defaultsBeniamino Galvani2018-04-131-0/+2
* cli: fix completion of help sub-commandBeniamino Galvani2018-02-131-3/+2
* clients/cli: use a nicer password promptLubomir Rintel2017-12-181-12/+30
* clients/cli: don't store a password in historyLubomir Rintel2017-12-181-0/+5
* clients: some cleanup of requesting VPN secretsThomas Haller2017-11-231-30/+28
* all: include "nm-utils/nm-hash-utils.h" by defaultThomas Haller2017-11-161-1/+0
* libnm: avoid unnecessary copies accessing NMIPRoute's attributesThomas Haller2017-10-301-9/+16
* core,clients: use our own string hashing function nm_str_hash()Thomas Haller2017-10-181-1/+2
* build: move nm-client-utils.c to libnmc-base.aBeniamino Galvani2017-10-161-249/+0
* cli: show additional route attributes in IP4_CONFIG outputThomas Haller2017-09-261-42/+57
* cli: refactor printing IP6 device infoThomas Haller2017-09-261-67/+117
* cli: fix failed assertion in readline helperBeniamino Galvani2017-06-151-2/+4
* cli: fix completion of connection typesBeniamino Galvani2017-04-201-2/+7
* cli: move completion for connection type to meta dataThomas Haller2017-04-121-0/+32
* cli: use nmc_print() to output device's IP4 infoThomas Haller2017-04-121-81/+124
* cli: move global "loop" variable to nmcli.h headerThomas Haller2017-04-121-4/+0
* cli: move show_secret field to NmcConfigThomas Haller2017-04-121-1/+1
* cli: move NmcMetaGenericInfo to "utils.h"Thomas Haller2017-04-051-1/+2
* cli: split tracking of meta data out of NmcOutputFieldThomas Haller2017-04-051-65/+50
* cli: pass arguments for print_data separately of NmcOutputDataThomas Haller2017-04-051-8/+8
* cli: merge NmcPrintFields into NmcOutputData and pass it directly to print_re...Thomas Haller2017-04-051-8/+8
* nmcli: allow cmd specific option parsing in next_arg() funcFrancesco Giudici2017-04-051-1/+0
* cli: don't track output data in global NmCli structureThomas Haller2017-03-301-34/+30
* cli: split print_data() in a part with and without side-effectsThomas Haller2017-03-301-4/+8
* cli: split output data from NmCli to a separate fieldThomas Haller2017-03-301-24/+20