NetworkManager/src/settings
Thomas Haller cfdb962ebd ifcfg-rh: avoid coverity false positive in write_secrets()
Comparing @secrets_keys indicates to coverity that it might be NULL.
Below, we access @secrets_keys without check, and coverity doesn't realize
that this cannot crash, because secrets_keys_n would be zero too.

Anyway, this way we safe the sorting, in case we only have
one element.
2017-11-15 18:19:12 +01:00
..
plugins ifcfg-rh: avoid coverity false positive in write_secrets() 2017-11-15 18:19:12 +01:00
nm-agent-manager.c core,clients: use our own string hashing function nm_str_hash() 2017-10-18 13:05:00 +02:00
nm-agent-manager.h core: refactor private data in "src" 2016-10-04 09:50:56 +02:00
nm-inotify-helper.c core: use nm_close() 2017-10-19 15:49:58 +02:00
nm-inotify-helper.h core: refactor private data in "src" 2016-10-04 09:50:56 +02:00
nm-secret-agent.c secret-agent: use CList to track requests 2017-05-11 18:26:10 +02:00
nm-secret-agent.h include: use double-quotes to include our own headers 2017-03-09 14:12:35 +01:00
nm-settings-connection.c policy: move nm_settings_connection_can_autoconnect() to policy 2017-10-31 19:35:33 +01:00
nm-settings-connection.h policy: move nm_settings_connection_can_autoconnect() to policy 2017-10-31 19:35:33 +01:00
nm-settings-plugin.c ifcfg-rh: refactor nm_settings_plugin_add_connection() to return on error early 2017-10-27 10:28:41 +02:00
nm-settings-plugin.h include: use double-quotes to include our own headers 2017-03-09 14:12:35 +01:00
nm-settings.c settings: get rid of callback arguments for nm_settings_connection_delete() 2017-10-25 14:04:36 +02:00
nm-settings.h hostname: split out hostname management from NMSettings 2017-05-12 17:29:33 +02:00