NetworkManager/src/settings/plugins
Thomas Haller 1e313e000d libnm: add a type argument to nm_utils_uuid_generate_from_string()
There are different types (variants) of UUIDs defined.
Especially variants 3 and 5 are name based variants (rfc4122).

The way we create our UUIDs in nm_utils_uuid_generate_from_string()
however does not create them according to RFC and does not set
the flags to indicate the variant.

Modify the signature of nm_utils_uuid_generate_from_string() to accept
a "uuid_type" argument, so that we later can add other algorithms without
breaking API.
2014-12-04 17:02:22 +01:00
..
example all: consistently include config.h 2014-11-13 17:18:42 -05:00
ibft libnm: add a type argument to nm_utils_uuid_generate_from_string() 2014-12-04 17:02:22 +01:00
ifcfg-rh libnm: add a type argument to nm_utils_uuid_generate_from_string() 2014-12-04 17:02:22 +01:00
ifcfg-suse all: consistently include config.h 2014-11-13 17:18:42 -05:00
ifnet libnm: add a type argument to nm_utils_uuid_generate_from_string() 2014-12-04 17:02:22 +01:00
ifupdown libnm: add a type argument to nm_utils_uuid_generate_from_string() 2014-12-04 17:02:22 +01:00
keyfile libnm: add a type argument to nm_utils_uuid_generate_from_string() 2014-12-04 17:02:22 +01:00
Makefile.am build: add configure option for ibft plugin 2014-10-29 15:17:55 +01:00