mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-18 06:58:08 +02:00
Add connection UUIDs, since connection names can be changed, and since old-style connection IDs could change over the life of the connection. The UUID should be assigned at connection creation time, be stable for a given connection, and should be unique among all connections for a given settings service. * configure.in libnm-util/Makefile.am - Require libuuid * introspection/nm-exported-connection.xml - Remove "GetID" method * libnm-glib/nm-dbus-connection.c libnm-glib/nm-settings.c libnm-glib/nm-settings.h - Remove id-related stuff * libnm-util/nm-utils.c libnm-util/nm-utils.h libnm-util/libnm-util.ver - (nm_utils_uuid_generate, nm_utils_uuid_generate_from_string): Add utility functions to generate UUIDs * libnm-util/nm-setting-connection.c libnm-util/nm-setting-connection.h - Add 'uuid' member to the connection setting - (verify): require valid 'uuid' for a valid connection * system-settings/plugins/ifcfg-fedora/nm-ifcfg-connection.c system-settings/plugins/ifcfg-fedora/reader.c system-settings/plugins/ifcfg-suse/nm-suse-connection.c system-settings/plugins/ifcfg-suse/parser.c system-settings/plugins/keyfile/nm-keyfile-connection.c system-settings/src/main.c - Remove id-related stuff - Give connections UUIDs where needed git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4013 4912f4e0-d625-0410-9fb7-b9a5a253dbdc |
||
|---|---|---|
| .. | ||
| libnm-glib-test.c | ||
| libnm_glib.c | ||
| libnm_glib.h | ||
| libnm_glib.pc.in | ||
| libnm_glib.ver | ||
| libnm_glib_vpn.pc.in | ||
| libnm_glib_vpn.ver | ||
| Makefile.am | ||
| nm-access-point.c | ||
| nm-access-point.h | ||
| nm-active-connection.c | ||
| nm-active-connection.h | ||
| nm-cdma-device.c | ||
| nm-cdma-device.h | ||
| nm-client.c | ||
| nm-client.h | ||
| nm-dbus-connection.c | ||
| nm-dbus-connection.h | ||
| nm-dbus-settings-system.c | ||
| nm-dbus-settings-system.h | ||
| nm-dbus-settings.c | ||
| nm-dbus-settings.h | ||
| nm-dbus-utils.c | ||
| nm-dbus-utils.h | ||
| nm-device-ethernet.c | ||
| nm-device-ethernet.h | ||
| nm-device-private.h | ||
| nm-device-wifi.c | ||
| nm-device-wifi.h | ||
| nm-device.c | ||
| nm-device.h | ||
| nm-dhcp4-config.c | ||
| nm-dhcp4-config.h | ||
| nm-gsm-device.c | ||
| nm-gsm-device.h | ||
| nm-ip4-config.c | ||
| nm-ip4-config.h | ||
| nm-object-cache.c | ||
| nm-object-cache.h | ||
| nm-object-private.h | ||
| nm-object.c | ||
| nm-object.h | ||
| nm-serial-device.c | ||
| nm-serial-device.h | ||
| nm-settings.c | ||
| nm-settings.h | ||
| nm-types-private.h | ||
| nm-types.c | ||
| nm-types.h | ||
| nm-vpn-connection.c | ||
| nm-vpn-connection.h | ||
| nm-vpn-plugin-ui-interface.c | ||
| nm-vpn-plugin-ui-interface.h | ||
| nm-vpn-plugin.c | ||
| nm-vpn-plugin.h | ||