NetworkManager/clients/cli
Jiří Klimeš 098d655ef1 cli: fix an error path in second level 'set' command of nmcli editor
Test case:
nmcli> goto ipv4.addresses
nmcli ipv4.addresses> set 1.1.1.1
Do you also want to set 'ipv4.method' to 'manual'? [yes]: no
nmcli ipv4.addresses> set 3.3.3.3/99
Error: failed to set 'addresses' property: invalid prefix '99'; <1-32> allowed
Do you also want to set 'ipv4.method' to 'manual'? [yes]:

The second question (after failed 'set') should not be asked.
2014-11-06 16:44:41 +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: fix an error path in second level 'set' command of nmcli editor 2014-11-06 16:44:41 +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 nmcli/bash-completion: complete "help" for nmcli general status|permissions <TAB> 2014-11-06 10:38:18 +01:00
nmcli.c cli: allow showing secrets in the editor 2014-10-30 09:18:01 +01:00
nmcli.h cli: allow showing secrets in the editor 2014-10-30 09:18:01 +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