NetworkManager/src/settings/plugins
Jiří Klimeš eea23747ce ifcfg-rh: fix storing connections in the hash table
We have to copy the UUID (key) because otherwise the pointer can be invalidated
when the connection is destroyed and problems will start.

The issue showed up as an unability to delete a conenction via D-Bus.

Reproducer:
$ nmcli con add type eth con-name AAA ifname blah
$ nmcli con delete AAA
$ nmcli con add type eth con-name AAA ifname blah
$ nmcli con delete AAA
-- here the connection is not removed from NM
   (even though ifcfg- file) was removed --
2013-06-19 12:41:36 -05:00
..
example core: add monitor-connection-files=false and ReloadConnections 2013-06-14 12:57:47 -03:00
ifcfg-rh ifcfg-rh: fix storing connections in the hash table 2013-06-19 12:41:36 -05:00
ifcfg-suse settings: don't pass config_path to NMSettings and settings plugins 2013-04-03 10:23:48 -04:00
ifnet core: add monitor-connection-files=false and ReloadConnections 2013-06-14 12:57:47 -03:00
ifupdown ifupdown: recalculate unmanaged specs on interface change (debian #707070) 2013-05-14 10:45:48 -05:00
keyfile keyfile: remove some debugging 2013-06-14 12:57:47 -03:00
Makefile.am settings: add support for code coverage to the settings plugins 2013-02-19 13:05:52 +01:00