NetworkManager/libnm-util/tests
Dan Williams 864db9f9e8 libnm-util: add new compare flags for ignoring various types of secrets
It turns out we need a way to ignore transient (agent-owned or unsaved)
secrets during connection comparison.  For example, if the user is
connecting to a network where the password is not saved, other
changes could trigger a writeout of that connection to disk when
connecting, which would the connection back in due to inotify, and the
re-read connection would then no longer be recognized as the same as
the in-memory connection due to the transient secret which obviously
wasn't read in from disk.

Adding these compare flags allows the code to not bother writing the
connection out to disk when the only difference between the on-disk
and in-memory connections are secrets that shouldn't get written to
disk anyway.
2011-06-07 18:22: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 libnm-util: recognize PKCS#8 private keys and check passwords (bgo #649326) 2011-05-13 14:22:06 -05:00
test-crypto.c libnm-util: recognize PKCS#8 private keys and check passwords (bgo #649326) 2011-05-13 14:22:06 -05:00
test-general.c libnm-util: add new compare flags for ignoring various types of secrets 2011-06-07 18:22:48 -05:00
test-secrets.c libnm-util: allow setting-only hashes with nm_connection_update_secrets() 2011-03-09 09:31:44 -06:00
test-setting-8021x.c libnm-util: rework certificate and private key handling 2011-03-02 12:00:47 -06:00
test-settings-defaults.c test: enable IPv6 setting defaults test 2010-01-08 14:57:23 -08:00