NetworkManager/clients/cli
Jiří Klimeš 278ec17448 cli: fix errors and crash for invisible connections
* two users are logged in: user_a and user_b
* user_b creates a connection visible only to him 'user_b_private'
  (permissions: user:user_b)
* user_b activates the connection user_b_private
* user_a does not see the connection profile, but he does see the active
  connection

* user_a calls
  nmcli con
  nmcli con show user_b_private
2014-10-20 09:11:57 +02:00
..
common.c cli: fix crash by getting addresses and routes 2014-09-19 22:59:39 +02:00
common.h libnm: add NetworkManager.h, disallow including individual headers 2014-08-01 14:34:40 -04:00
connections.c cli: fix errors and crash for invisible connections 2014-10-20 09:11:57 +02:00
connections.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
devices.c cli: strip errors from D-Bus before presenting to a user 2014-10-01 11:53:07 +02:00
devices.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
general.c libnm: merge NMRemoteSettings into NMClient 2014-10-10 12:40:19 -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: support new bond option 'lacp_rate' 2014-10-02 16:36:11 +02:00
nmcli.c libnm: merge NMRemoteSettings into NMClient 2014-10-10 12:40:19 -04:00
nmcli.h libnm: merge NMRemoteSettings into NMClient 2014-10-10 12:40:19 -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: support connection.autoconnect-priority property 2014-10-12 20:13:18 +02:00
settings.h libnm: add NetworkManager.h, disallow including individual headers 2014-08-01 14:34:40 -04: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