NetworkManager/clients/cli
Dan Winship 862d4efeac libnm-core, core: move NMManagerError to nm-errors
Move the definition of NMManagerError to nm-errors, register it with
D-Bus, and verify in the tests that it maps correctly.

NM_MANAGER_ERROR_INTERNAL gets renamed to NM_MANAGER_ERROR_FAILED for
consistency. NM_MANAGER_ERROR_UNMANAGED_DEVICE is dropped since that
name doesn't really describe the one place it was previously used in.
NM_MANAGER_ERROR_SYSTEM_CONNECTION is dropped because it was't being
used. NM_MANAGER_ERROR_UNSUPPORTED_CONNECTION_TYPE is dropped because
it can be replaced with an NM_CONNECTION_ERROR.
NM_MANAGER_ERROR_AUTOCONNECT_NOT_ALLOWED is turned into the more
generic NM_MANAGER_ERROR_CONNECTION_NOT_AVAILABLE.

Also, remove the <tp:possible-errors> sections from nm-manager.xml,
since they were completely out of date.
2014-10-22 08:29:09 -04: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: show active connection even if the connection profile is not visible 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 libnm-core, core: move NMManagerError to nm-errors 2014-10-22 08:29:09 -04:00
devices.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
general.c cli: fix getting/setting hostname (bgo #738796) 2014-10-20 10:05:59 +02: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/bash-completion: normalize OPTIONS_TYPE to use it inside _nmcli_compl_ARGS() 2014-10-21 08:28:02 +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