NetworkManager/clients/cli
Francesco Giudici 4bdb6b026a nmcli: show secrets when the --show-secrets option is put after the connection id
'nmcli connection show <con_id1> --show-secrets'
secrets were not shown.
'nmcli connection show <con_id1> --show-secrets <con_id2>'
secrets were shown only for connection ids following the
"--show-secrets" option (so only for 'con_id2').

Fix these behaviors showing secrets for all connections also
if the "--show-secrets" option is put after the connection ids.
2017-04-20 12:41:08 +02:00
..
agent.c cli: move NmcMetaGenericInfo to "utils.h" 2017-04-05 16:53:06 +02:00
agent.h cli: add 'nmcli agent' command (bgo #739568) 2014-11-07 11:58:25 +01:00
common.c cli: move completion for connection type to meta data 2017-04-12 14:12:20 +02:00
common.h cli: move completion for connection type to meta data 2017-04-12 14:12:20 +02:00
connections.c nmcli: show secrets when the --show-secrets option is put after the connection id 2017-04-20 12:41:08 +02:00
connections.h cli: move and rename TermColor and TermFormat 2017-04-05 16:53:06 +02:00
devices.c all: detect SR-IOV device support 2017-04-18 22:48:34 +02:00
devices.h cli: move and rename TermColor and TermFormat 2017-04-05 16:53:06 +02:00
general.c cli: use nmc_print() to output device's IP4 info 2017-04-12 14:00:00 +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: make properties list a list of pointers 2017-04-13 10:10:12 +02:00
nmcli.h cli: move completion for connection type to meta data 2017-04-12 14:12:20 +02:00
polkit-agent.c cli: move NmcMetaGenericInfo to "utils.h" 2017-04-05 16:53:06 +02:00
polkit-agent.h cli: add 'nmcli agent' command (bgo #739568) 2014-11-07 11:58:25 +01:00
settings.c cli: move setting creation to meta data 2017-04-12 14:12:20 +02:00
settings.h cli: move setting creation to meta data 2017-04-12 14:12:20 +02:00
utils.c cli: move parsing of meta data fields 2017-04-13 10:10:12 +02:00
utils.h cli/trivial: remove whitespace between N_ macro and parenthesis 2017-04-19 18:27:19 +02:00