NetworkManager/libnm-util/tests
Dan Williams 1d8ab72a60 libnm-util: fix hashing of secrets broken by 4d326182
4d326182 changed connection hashing slightly such that now base type settings
are always returned even if they are empty. Unfortunately a bunch of code in
the settings hashed connections with the ONLY_SECRETS flag and then checked
whether the returned hash was NULL or not to determine whether there were
any secrets, and then called nm_connection_update_secrets() with the hash.

nm_connection_update_secrets() would fail in the case where a setting
name was given, but the passed-in secrets hash did not contain any secrets
for the requested setting.  Instead, the function should return success
to match the semantics of passing in an entire connection hash which may
not have any secrets either.
2013-05-20 13:56:48 -05:00
..
certs libnm-util: recognize PKCS#8 private keys and check passwords (bgo #649326) 2011-05-13 14:22:06 -05:00
Makefile.am build: improve documentation and test configure options 2012-11-13 20:23:06 +01:00
test-crypto.c all: remove pointless NULL checks 2013-02-13 13:38:13 -05:00
test-general.c libnm-util: add nm_connection_replace_settings_from_connection() (bgo #696387) 2013-04-17 12:23:34 -05:00
test-secrets.c libnm-util: fix hashing of secrets broken by 4d326182 2013-05-20 13:56:48 -05:00
test-setting-8021x.c libnm-util: remove unused D-Bus dbus_g_bus_get() call from test-setting-8021x.c 2011-06-14 16:14:40 +02:00
test-settings-defaults.c all: use G_VALUE_INIT to initialize GValue variables 2013-03-25 08:41:18 +01:00