NetworkManager/clients/cli
Jiří Klimeš 3c9b8671fa cli: add 'passwd-file' option for 'nmcli connection up' to provide passwords
It is useful for running nmcli without --ask option, i.e. non-interactively.

Example contents of the file:
wifi.psk: s e c r e t 12345
802-1x.password:kili manjaro
802-1x.pin:987654321
2014-11-07 09:32:32 +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 'passwd-file' option for 'nmcli connection up' to provide passwords 2014-11-07 09:32:32 +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: use secret agent for getting passwords from user 2014-11-07 09:32:32 +01:00
nmcli-completion cli: add 'passwd-file' option for 'nmcli connection up' to provide passwords 2014-11-07 09:32:32 +01:00
nmcli.c cli: add 'passwd-file' option for 'nmcli connection up' to provide passwords 2014-11-07 09:32:32 +01:00
nmcli.h cli: add 'passwd-file' option for 'nmcli connection up' to provide passwords 2014-11-07 09:32:32 +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: display '<hidden>' string for secret properties 2014-10-30 09:18:01 +01:00
settings.h cli: display '<hidden>' string for secret properties 2014-10-30 09:18:01 +01:00
utils.c cli: Add mode option for wifi connecitons 2014-10-23 18:34:39 +02:00
utils.h cli: Add mode option for wifi connecitons 2014-10-23 18:34:39 +02:00