NetworkManager/cli/src
Jiří Klimeš e9e2c5645f cli: replace 'dev' and 'con' OBJECTs by 'device', resp. 'connection'
Shorter forms work as previously. Thus, all of these commands are valid:
nmcli device, nmcli devic, nmcli devi, nmcli dev, nmcli de, nmcli d
nmcli connection, nmcli connectio, ..., nmcli conn, nmcli con, ..., nmcli c
2012-11-13 15:41:20 +01:00
..
common.c typo: replace all misstyped 'seconadary' strings with 'secondary' 2012-11-04 23:08:02 +01:00
common.h cli: show progress in --pretty mode for 'nmcli con up' 2012-05-09 14:19:03 +02:00
connections.c cli: replace 'dev' and 'con' OBJECTs by 'device', resp. 'connection' 2012-11-13 15:41:20 +01:00
connections.h cli: add initial pieces of nmcli 2010-02-25 09:52:30 -08:00
devices.c cli: replace 'dev' and 'con' OBJECTs by 'device', resp. 'connection' 2012-11-13 15:41:20 +01:00
devices.h cli: add initial pieces of nmcli 2010-02-25 09:52:30 -08:00
Makefile.am build: remove G_DISABLE_DEPRECATED 2012-10-31 19:41:07 +01:00
network-manager.c cli: allow more forms of "help" command showing OBJECTs' description 2012-11-13 15:41:20 +01:00
network-manager.h cli: add initial pieces of nmcli 2010-02-25 09:52:30 -08:00
nmcli.c cli: replace 'dev' and 'con' OBJECTs by 'device', resp. 'connection' 2012-11-13 15:41:20 +01:00
nmcli.h cli: use an error quark for domain in g_set_error() instead of 0 (rh #842975) 2012-07-25 13:57:45 +02:00
settings.c cli: print 'secondaries' property of 'connection' setting 2012-09-24 10:38:17 +02:00
settings.h adsl: add libnm-glib and nmcli code 2012-05-18 15:42:56 -05:00
utils.c cli: use an error quark for domain in g_set_error() instead of 0 (rh #842975) 2012-07-25 13:57:45 +02:00
utils.h cli: add 'connect to SSID' feature: nmcli dev wifi connect <SSID> ... 2012-04-28 22:33:30 +02:00