NetworkManager/clients/cli
Thomas Haller e847d0f121 cli: pass configuration options separately from NmCli structure
The NmCli structure is passed around everywhere and contains all
the state of the program. It is very hard to follow which parts
are used where.

Split out more configuration options to a NmcConfig field. This field
is mostly immutable, and modified at particular places that now can be
easily found.
2017-03-30 13:09:59 +02:00
..
agent.c cli: pass configuration options separately from NmCli structure 2017-03-30 13:09:59 +02:00
agent.h cli: add 'nmcli agent' command (bgo #739568) 2014-11-07 11:58:25 +01:00
common.c cli: pass configuration options separately from NmCli structure 2017-03-30 13:09:59 +02:00
common.h cli: move utils function from common.h to nm-meta-setting-desc.c 2017-03-30 13:09:58 +02:00
connections.c cli: pass configuration options separately from NmCli structure 2017-03-30 13:09:59 +02:00
connections.h cli: add -f argument completion 2016-08-01 15:51:29 +02:00
devices.c cli: pass configuration options separately from NmCli structure 2017-03-30 13:09:59 +02:00
devices.h cli: add -f argument completion 2016-08-01 15:51:29 +02:00
general.c cli: pass configuration options separately from NmCli structure 2017-03-30 13:09:59 +02:00
general.h cli: output a short summary of devices when called without arguments 2016-07-19 14:29:05 +02:00
nmcli-completion cli: make nmcli do its own command completion 2017-02-13 16:32:15 +01:00
nmcli.c cli: pass configuration options separately from NmCli structure 2017-03-30 13:09:59 +02:00
nmcli.h cli: pass configuration options separately from NmCli structure 2017-03-30 13:09:59 +02:00
polkit-agent.c all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
polkit-agent.h cli: add 'nmcli agent' command (bgo #739568) 2014-11-07 11:58:25 +01:00
settings-docs.xsl clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
settings.c cli: pass configuration options separately from NmCli structure 2017-03-30 13:09:59 +02:00
settings.h cli: split nm-meta-setting-desc out of settings 2017-03-30 13:09:58 +02:00
utils.c cli: pass configuration options separately from NmCli structure 2017-03-30 13:09:59 +02:00
utils.h cli: pass use_colors as separate option instead of global nmc 2017-03-30 13:09:59 +02:00