NetworkManager/cli/src
Jiří Klimeš 0c4d2b2b9e cli: allow processing all connections with the same name
When there are multiple connection profiles of the same name, we used to take
and process only the first one.
We change the behaviour to process all the connections now in these commands:

nmcli connection show   <duplicated name>
nmcli connection down   <duplicated name>
nmcli connection delete <duplicated name>
2014-01-23 13:46:46 +01:00
..
common.c trivial: annotate/adjust some code to appease Coverity 2014-01-16 14:23:45 -05:00
common.h cli: allow specifying 'group.name' syntax for '--fields' 2013-12-17 13:51:34 +01:00
connections.c cli: allow processing all connections with the same name 2014-01-23 13:46:46 +01:00
connections.h cli: reset terminal using libreadline when quitting on signal (bgo #706118) 2013-09-10 11:45:21 +02:00
devices.c cli: fix printing error on incorrect 'nmcli -f blah dev show' 2014-01-10 13:21:27 +01:00
devices.h cli: add initial pieces of nmcli 2010-02-25 09:52:30 -08:00
Makefile.am build: switch from $(INCLUDES) to $(AM_CPPFLAGS) to make automake happy 2013-08-22 11:49:16 -04:00
network-manager.c cli: add 'help' for second level commands (bgo #698237) (rh #1034119) 2014-01-09 10:14:03 +01:00
network-manager.h cli: remove obsolete 'nmcli nm' 2013-04-24 10:04:43 +02:00
nmcli.c nmcli: fix some leaks found by valgrind 2013-10-23 22:22:35 -04:00
nmcli.h cli: allow specifying 'group.name' syntax for '--fields' 2013-12-17 13:51:34 +01:00
settings.c cli: fix leaks for getter functions (release GValue) 2014-01-08 14:29:19 +01:00
settings.h cli: allow '--field group.field' for nmcli con show conf <bla> 2013-12-17 13:52:11 +01:00
utils.c cli: consolidate active and configured connections (rh #997999) 2014-01-23 13:45:46 +01:00
utils.h cli: consolidate active and configured connections (rh #997999) 2014-01-23 13:45:46 +01:00