NetworkManager/clients/cli
Jiří Klimeš 1a64683802 cli: add '--show-secrets' option for 'nmcli connection show'
It can be used to display connection secrets (passwords).  When used, it will
get secrets for the connection profile and merge it into the connection's
settings before displaying it.

Example:
nmcli con show -s hotel-wifi
2014-10-30 09:11:43 +01:00
..
common.c libnm: change GSList to GPtrArray in libnm methods 2014-10-28 17:17:17 -04:00
common.h libnm: change GSList to GPtrArray in libnm methods 2014-10-28 17:17:17 -04:00
connections.c cli: add '--show-secrets' option for 'nmcli connection show' 2014-10-30 09:11:43 +01:00
connections.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
devices.c trivial: fix a typo in comments 2014-10-30 08:25:11 +01:00
devices.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
general.c libnm: strip GDBus gunk from GErrors 2014-10-22 08:29:10 -04:00
general.h cli: rename network-manager.[ch] to general.[ch] 2014-10-01 11:53:07 +02:00
Makefile.am cli: rename network-manager.[ch] to general.[ch] 2014-10-01 11:53:07 +02:00
nmcli-completion cli/bash-completion: normalize OPTIONS_TYPE to use it inside _nmcli_compl_ARGS() 2014-10-21 08:28:02 +02:00
nmcli.c libnm: change GSList to GPtrArray in libnm methods 2014-10-28 17:17:17 -04:00
nmcli.h libnm: change GSList to GPtrArray in libnm methods 2014-10-28 17:17:17 -04: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: check IP configuration when setting connection.master in editor 2014-10-30 08:30:48 +01:00
settings.h cli: check IP configuration when setting connection.master in editor 2014-10-30 08:30:48 +01:00
utils.c cli: use g_print/g_printerr rather than printf/fprintf 2014-09-27 11:45:53 -04:00
utils.h libnm: add NetworkManager.h, disallow including individual headers 2014-08-01 14:34:40 -04:00