NetworkManager/cli/src
Thomas Haller 7d73ee75df trivial: more wrong compiler warnings
connection_parser.c: In function 'make_ip4_setting':
  connection_parser.c:660:33: error: 'method' may be used uninitialized in this function [-Werror=maybe-uninitialized]
    if (!is_static_block && strstr (method, "dhcp")) {

  connections.c: In function ‘load_cmd_line_edit_lib’:
  connections.c:5744:17: error: ‘module’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
    g_module_close (module);

Signed-off-by: Thomas Haller <thaller@redhat.com>
2014-02-27 18:31:07 +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 trivial: more wrong compiler warnings 2014-02-27 18:31:07 +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 crash if active connection doesn't have a device (rh #1064333) 2014-02-12 16:31:39 +01:00
devices.h cli: add initial pieces of nmcli 2010-02-25 09:52:30 -08:00
Makefile.am libnm-util, libnm-glib: add versioned deprecation/availability macros 2014-02-13 11:24:37 -05: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 replace snprintf by g_snprintf 2014-02-24 21:35:33 +01:00
settings.h cli: show warning when setting band/channel for infra mode (rh #1000096) 2014-02-13 12:22:52 +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