summaryrefslogtreecommitdiff
path: root/clients/cli/common.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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