NetworkManager/libnm-core/tests
Thomas Haller 29a451d33a libnm: don't special case "vpn.secrets" property in property_to_dbus()
"nm-setting.c" (and property_to_dbus()) should stay independent of
actualy settings implementations. Instead, the property-info should
control the behavior.

What I like about this change is also that the generic handling is not a
flags "handle_secrets_for_vpn", but it just says to skip checking the
param-spec flags and directly call the to_dbus_fcn(). It's just a
generally useful thing to do, to let the to_dbus_fcn() function also
handle checking the property flags. The fact that only vpn.secrets
properties uses this for a certain pupose, is abstracted in a way that
makes sense.
2019-09-30 08:23:19 +02:00
..
certs libnm/crypto: accept TPM2-wrapped PEM keys 2019-07-10 17:31:48 +02:00
meson.build build/meson: rename "nm_core_dep" to "libnm_core_dep" 2019-04-18 20:13:49 +02:00
nm-core-tests-enum-types.c.template build: use template files for enum types' sources generation 2017-12-18 11:25:06 +01:00
nm-core-tests-enum-types.h.template build: use template files for enum types' sources generation 2017-12-18 11:25:06 +01:00
test-compare.c all: SPDX header conversion 2019-09-10 11:19:56 +02:00
test-crypto.c all: SPDX header conversion 2019-09-10 11:19:56 +02:00
test-general-enums.h all: SPDX header conversion 2019-09-10 11:19:56 +02:00
test-general.c setting-gsm: allow empty apn property in verify() 2019-09-11 14:32:05 +02:00
test-keyfile.c all: SPDX header conversion 2019-09-10 11:19:56 +02:00
test-secrets.c all: SPDX header conversion 2019-09-10 11:19:56 +02:00
test-setting.c libnm: don't special case "vpn.secrets" property in property_to_dbus() 2019-09-30 08:23:19 +02:00
test-settings-defaults.c all: SPDX header conversion 2019-09-10 11:19:56 +02:00