NetworkManager/system-settings/plugins/keyfile
Dan Williams 275e5c5e62 keyfile: handle different connections with the same ID
Since keyfile uses the connection's ID as the filename by default,
we could run into a situation where two connections with the same
ID are visible to different users.  We don't want one connection
overwriting the other in that case, so we need to pick a new name
for one of them.  Append the connection's UUID to the end to
minimize the risk of further conflicts for that name.
2011-02-09 18:09:47 -06:00
..
tests keyfile: split nm_keyfile_plugin_write_connection() 2011-02-09 17:23:10 -06:00
common.h keyfile: ignore temporary files (bgo #602868) 2010-11-10 16:21:25 +01:00
errors.c keyfile: clean up directory structure 2010-09-16 17:39:06 -05:00
Makefile.am core: build keyfile plugin into NetworkManager 2011-01-12 18:12:23 -06:00
nm-keyfile-connection.c keyfile: handle different connections with the same ID 2011-02-09 18:09:47 -06:00
nm-keyfile-connection.h core: rename NMSysconfigConnection -> NMSettingsConnection 2011-01-26 11:38:12 -06:00
plugin.c keyfile: split nm_keyfile_plugin_write_connection() 2011-02-09 17:23:10 -06:00
plugin.h core: build keyfile plugin into NetworkManager 2011-01-12 18:12:23 -06:00
reader.c keyfile: namespace commonly-named functions (bgo #639537) 2011-01-18 13:22:00 -06:00
reader.h keyfile: namespace commonly-named functions (bgo #639537) 2011-01-18 13:22:00 -06:00
utils.c keyfile: namespace potentially conflicting symbols 2011-02-04 15:59:45 -06:00
utils.h keyfile: namespace potentially conflicting symbols 2011-02-04 15:59:45 -06:00
writer.c keyfile: handle different connections with the same ID 2011-02-09 18:09:47 -06:00
writer.h keyfile: split nm_keyfile_plugin_write_connection() 2011-02-09 17:23:10 -06:00