NetworkManager/clients/cli
Thomas Haller 2c2d9d2e4c build: cleanup default includes
- "gsystem-local-alloc.h" and <gio/gio.h> are already included via
  "nm-default.h". No need to include them separately.

- include "nm-macros-internal.h" via "nm-default.h" and drop all
  explict includes.

- in the modified files, ensure that we always include "config.h"
  and "nm-default.h" first. As second, include the header file
  for the current source file (if applicable). Then follow external
  includes and finally internal nm includes.

- include nm headers inside source code files with quotes

- internal header files don't need to include default headers.
  They can savely assume that "nm-default.h" is already included
  and with it glib, nm-glib.h, nm-macros-internal.h, etc.
2016-02-12 15:36:01 +01:00
..
agent.c cli: turn should_wait into a semaphore 2015-12-05 12:05:17 +01:00
agent.h cli: add 'nmcli agent' command (bgo #739568) 2014-11-07 11:58:25 +01:00
common.c cli: do not present secrets from openconnect to the user for confirmation 2015-12-12 20:06:35 +01:00
common.h cli: do not echo passwords on terminal when asking for them 2015-12-07 14:14:58 +01:00
connections.c cli: fix compile error 2016-02-11 17:14:35 +01:00
connections.h cli: add nmcli monitor 2015-12-05 12:16:23 +01:00
devices.c cli: sort_access_points() doesn't take a NULL argument 2016-02-11 17:01:03 +01:00
devices.h cli: add nmcli monitor 2015-12-05 12:16:23 +01:00
general.c cli: monitor whether NetworkManager is running 2015-12-14 16:37:57 +01:00
general.h cli: add nmcli monitor 2015-12-05 12:16:23 +01:00
Makefile.am build: rename directory "include" to "shared" 2015-12-24 11:42:37 +01:00
nmcli-completion cli: add nmcli d reapply 2016-01-10 23:13:34 +01:00
nmcli.c cli: fix nmcli help for 'monitor' command 2016-02-03 10:04:47 +01:00
nmcli.h cli: add global --show-secrets option 2015-12-07 14:14:58 +01:00
polkit-agent.c cli: use new nmc_readline_echo() in polkit agent 2015-12-07 14:14:58 +01:00
polkit-agent.h cli: add 'nmcli agent' command (bgo #739568) 2014-11-07 11:58:25 +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 build: cleanup default includes 2016-02-12 15:36:01 +01:00
settings.h cli: refactor property to string conversion 2015-06-05 12:26:48 +02:00
utils.c cli: move the decision whether to use colors to nmc_colorize() 2015-12-05 12:05:17 +01:00
utils.h cli: move the decision whether to use colors to nmc_colorize() 2015-12-05 12:05:17 +01:00