summaryrefslogtreecommitdiff
path: root/clients/cli/nmcli.h
Commit message (Expand)AuthorAgeFilesLines
* cli: don't use global variable nm_cli in nmc_terminal_spawn_pager()Thomas Haller2018-10-101-0/+2
* cli: minor cleanup explicitly checking print_outputThomas Haller2018-07-251-1/+1
* cli: avoid passing NmCli to set_color() functionsThomas Haller2018-06-261-1/+1
* cli: rework printing of `nmcli connection` for multiple active connectionsThomas Haller2018-06-011-0/+8
* cli: cleanup code paths in "connections.c"Thomas Haller2018-05-141-0/+5
* cli: allow setting the colors with terminal-colors.d(5)lr/nmcli-colorsLubomir Rintel2018-05-101-0/+2
* cli: use a palette to implement coloringLubomir Rintel2018-05-101-2/+2
* cli: rework enabling and disabling colorsLubomir Rintel2018-05-101-7/+1
* cli: drop --prompt-colorLubomir Rintel2018-05-101-2/+1
* cli: rework callbacks in NMPolkitListener to use one vtable structureThomas Haller2018-04-161-2/+3
* clients: cleanup includes for polkit sourcesThomas Haller2018-04-161-7/+0
* nmcli: add overview option to skip default values in outputBeniamino Galvani2018-04-131-0/+1
* clients: drop redundant #include "NetworkManager.h"Thomas Haller2018-01-081-1/+0
* cli: spawn a pager when running on a terminalLubomir Rintel2017-05-151-1/+2
* cli: fix redundant "const const" declaration in nmcli.hThomas Haller2017-05-121-1/+1
* cli: move completion for connection type to meta dataThomas Haller2017-04-121-0/+2
* cli: move global "loop" variable to nmcli.h headerThomas Haller2017-04-121-0/+2
* cli: merge editor_show_secrets with NmcConfig.show_secretsThomas Haller2017-04-121-2/+1
* cli: move show_secret field to NmcConfigThomas Haller2017-04-121-4/+4
* cli: move and rename TermColor and TermFormatThomas Haller2017-04-051-25/+3
* cli: move NmcMetaGenericInfo to "utils.h"Thomas Haller2017-04-051-23/+0
* cli: add get_fcn() to NMMetaAbstractInfoThomas Haller2017-04-051-0/+7
* cli: split tracking of meta data out of NmcOutputFieldThomas Haller2017-04-051-13/+25
* cli: pass arguments for print_data separately of NmcOutputDataThomas Haller2017-04-051-3/+1
* cli: merge NmcPrintFields into NmcOutputData and pass it directly to print_re...Thomas Haller2017-04-051-7/+3
* cli: use enum NmcOfFlags instead of plain integer flags and pass to print_req...Thomas Haller2017-04-051-6/+8
* cli: don't track output data in global NmCli structureThomas Haller2017-03-301-1/+7
* cli: split output data from NmCli to a separate fieldThomas Haller2017-03-301-2/+6
* cli: pass configuration options separately from NmCli structureThomas Haller2017-03-301-5/+8
* cli: pass use_colors as separate option instead of global nmcThomas Haller2017-03-301-1/+5
* cli: use designated initializers for setting NmcOutputField fieldsThomas Haller2017-03-301-1/+0
* cli/trivial: rename metadata related namesThomas Haller2017-03-301-2/+2
* cli: rework property handling via NmcPropertyInfo for NMSettingConnectionThomas Haller2017-03-301-1/+11
* include: use double-quotes to include our own headersThomas Haller2017-03-091-2/+2
* cli: use nmc_do_cmd to get the client and check if the daemon is runningLubomir Rintel2016-11-111-1/+0
* cli: get rid of client-global connections listLubomir Rintel2016-11-111-2/+0
* cli: remove editor threadBeniamino Galvani2016-09-231-0/+1
* cli: add ability to indicate command completion expects a file nameLubomir Rintel2016-08-011-1/+4
* nmcli: enable connection autocompletion for 802.1x propertiesFrancesco Giudici2016-06-211-0/+1
* cli: declare external variable nm_cli in <nmcli.h> headerThomas Haller2016-05-031-1/+2
* cli: remove version check against NMFrancesco Giudici2016-04-281-2/+1
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+0
* cli: add global --show-secrets optionJiří Klimeš2015-12-071-0/+1
* cli: turn should_wait into a semaphoreLubomir Rintel2015-12-051-1/+1
* nmcli: add global '--colors' option for controlling color outputJiří Klimeš2015-02-231-1/+8
* nmcli: add support for terminal formatting, like bold, dim, underline, etc.Jiří Klimeš2015-02-231-0/+11
* nmcli: add support for printing color stringsJiří Klimeš2015-02-231-12/+13
* libnm: rename NMSecretAgent to NMSecretAgentOldDan Winship2014-11-211-1/+2
* cli: add a polkit agent support for nmcliJiří Klimeš2014-11-071-0/+10
* cli: add 'passwd-file' option for 'nmcli connection up' to provide passwordsJiří Klimeš2014-11-071-0/+2