NetworkManager/src/settings
Thomas Haller 238efbbb12 settings: refactor nm_settings_connection_read_and_fill_timestamp()
Coverity complains about not checking the return value:

  src/settings/nm-settings-connection.c:2329: check_return: Calling "g_key_file_load_from_file" without checking return value (as is done elsewhere 6 out of 7 times).

While at it, refactor the code and check whether the timestamp
is valid.
2017-06-02 20:17:30 +02:00
..
plugins tests: work around coverity false-positives 2017-06-02 20:00:56 +02:00
nm-agent-manager.c agent-manager: use CList to track requests 2017-05-11 18:26:10 +02:00
nm-agent-manager.h core: refactor private data in "src" 2016-10-04 09:50:56 +02:00
nm-inotify-helper.c all: use O_CLOEXEC for file descriptors 2016-12-13 11:26:59 +01: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 settings: refactor nm_settings_connection_read_and_fill_timestamp() 2017-06-02 20:17:30 +02:00
nm-settings-connection.h settings-connection: all method to internally supply new secrets 2017-05-15 12:59:55 +02:00
nm-settings-plugin.c settings: set @error on failure of nm_settings_plugin_add_connection() 2016-03-03 18:54:20 +01: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 hostname: cache hostname-manager's hostname property 2017-05-12 17:29:33 +02:00
nm-settings.h hostname: split out hostname management from NMSettings 2017-05-12 17:29:33 +02:00