mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 13:00:16 +01: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 |
||
|---|---|---|
| .. | ||
| all.xml | ||
| errors.xml | ||
| generic-types.xml | ||
| Makefile.am | ||
| nm-access-point.xml | ||
| nm-active-connection.xml | ||
| nm-device-cdma.xml | ||
| nm-device-ethernet.xml | ||
| nm-device-gsm.xml | ||
| nm-device-serial.xml | ||
| nm-device-wifi.xml | ||
| nm-device.xml | ||
| nm-dhcp4-config.xml | ||
| nm-exported-connection.xml | ||
| nm-ip4-config.xml | ||
| nm-manager-client.xml | ||
| nm-manager.xml | ||
| nm-ppp-manager.xml | ||
| nm-settings-system.xml | ||
| nm-settings.xml | ||
| nm-vpn-connection.xml | ||
| nm-vpn-plugin.xml | ||
| vpn-errors.xml | ||