summaryrefslogtreecommitdiff
path: root/clients/cli/nmcli.c
Commit message (Expand)AuthorAgeFilesLines
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-1/+0
* cli: avoid "-Wduplicate-decl-specifier" warning in nmcli's resolve_color_alias()Thomas Haller2019-02-081-1/+1
* clients: don't tread secret agent as NMSecretAgentOldThomas Haller2019-02-051-1/+1
* cli: clear fields in nmc_cleanup()Thomas Haller2019-02-051-5/+5
* all: fix misspellingsRafael Fontenelle2019-01-241-1/+1
* cli: display double-dash long options in helpBeniamino Galvani2018-11-051-13/+13
* cli: sort options in man page and program helpBeniamino Galvani2018-11-051-8/+8
* cli: don't use global variable nm_cli in nmc_terminal_spawn_pager()Thomas Haller2018-10-101-0/+8
* cli: rework printing of "wired" and "wifi" device detailsThomas Haller2018-07-091-3/+3
* cli: rework printing of "capabilities" device detailsThomas Haller2018-07-091-1/+1
* cli: rework printing of "connections" device detailsThomas Haller2018-07-091-1/+1
* cli: rework printing of "general" device detailsThomas Haller2018-07-091-1/+1
* cli: rework printing of device statusThomas Haller2018-07-091-1/+1
* cli: drop duplicate IPv6 property metadataThomas Haller2018-07-091-1/+1
* cli: rework printing of dhcp optionsThomas Haller2018-07-091-1/+1
* cli: rework printing of vpn active-connection propertiesThomas Haller2018-07-091-1/+1
* cli: rework check-colors to first evaluate enabled/disabledThomas Haller2018-06-261-68/+149
* cli: only modify color platte when parsing is successful in parse_color_scheme()Thomas Haller2018-06-261-37/+44
* cli: drop unused color_option argument from check_colors_file()Thomas Haller2018-06-261-13/+11
* cli: avoid passing NmCli to set_color() functionsThomas Haller2018-06-261-30/+33
* cli: rework printing of general active-connection propertiesThomas Haller2018-06-011-1/+1
* cli: rework printing of `nmcli connection` for multiple active connectionsThomas Haller2018-06-011-1/+1
* build: unifiy specifying locale directory defineThomas Haller2018-05-311-1/+1
* cli: allow setting the colors with terminal-colors.d(5)lr/nmcli-colorsLubomir Rintel2018-05-101-5/+270
* cli: use a palette to implement coloringLubomir Rintel2018-05-101-0/+36
* cli: rework enabling and disabling colorsLubomir Rintel2018-05-101-4/+32
* cli: drop --prompt-colorLubomir Rintel2018-05-101-1/+0
* cli: use static initializer for NmCliLubomir Rintel2018-05-101-37/+31
* cli: drop a useless commentLubomir Rintel2018-05-101-1/+0
* cli: do not leave dangling pointers in a global structLubomir Rintel2018-05-101-1/+1
* cli: merge IPv4 and IPv6 variants of print_dhcp_config()Thomas Haller2018-04-231-2/+1
* nmcli: add overview option to skip default values in outputBeniamino Galvani2018-04-131-4/+12
* nmcli: fix signal handlingLubomir Rintel2018-01-241-8/+10
* all: require glib 2.40lr/glib-2-40Lubomir Rintel2018-01-181-2/+0
* all: include "nm-utils/nm-hash-utils.h" by defaultThomas Haller2017-11-161-2/+0
* core,clients: use our own string hashing function nm_str_hash()Thomas Haller2017-10-181-1/+3
* cli: allow the GNU option formatlr/nmcli-improvementsLubomir Rintel2017-05-151-87/+126
* cli: spawn a pager when running on a terminalLubomir Rintel2017-05-151-3/+13
* cli: make properties list a list of pointersThomas Haller2017-04-131-1/+1
* cli: use nmc_print() to output device's IP4 infoThomas Haller2017-04-121-1/+1
* cli: use nmc_print() to output setting dataThomas Haller2017-04-121-2/+0
* cli: merge editor_show_secrets with NmcConfig.show_secretsThomas Haller2017-04-121-1/+0
* cli: move show_secret field to NmcConfigThomas Haller2017-04-121-1/+1
* cli: move and rename TermColor and TermFormatThomas Haller2017-04-051-1/+1
* cli: move NmcMetaGenericInfo to "utils.h"Thomas Haller2017-04-051-59/+2
* cli: add get_fcn() to NMMetaAbstractInfoThomas Haller2017-04-051-0/+22
* cli: add nmc_output_selection_create() to parse field selectionThomas Haller2017-04-051-0/+23
* cli: split tracking of meta data out of NmcOutputFieldThomas Haller2017-04-051-33/+41
* nmcli: allow cmd specific option parsing in next_arg() funcFrancesco Giudici2017-04-051-4/+4
* cli: don't track output data in global NmCli structureThomas Haller2017-03-301-4/+0