NetworkManager/src/settings
Andrew Zaborowski f11246154e settings-connection: don't expect system_secrets always present
priv->system_secrets may be updated by e.g.
nm_settings_connection_new_secrets and nm_settings_connection_update,
but if the plugin creates the object with g_object_new, then adds some
settings but never adds any secrets there's no reason to call either of
those two methods.  A call to nm_settings_connection_get_secrets should
still be able to request new secrets (and may then update
priv->system_secrets as a result).
2018-06-22 16:39:01 +02:00
..
plugins ifcfg: enable writing/reading of speed and duplex when autoneg is enabled 2018-06-15 14:19:50 +02:00
nm-agent-manager.c shared: drop duplicate c-list.h header 2018-04-18 15:22:14 +02:00
nm-agent-manager.h core/dbus: rework D-Bus implementation to use lower layer GDBusConnection API 2018-03-12 18:37:08 +01:00
nm-secret-agent.c shared: drop duplicate c-list.h header 2018-04-18 15:22:14 +02:00
nm-secret-agent.h core: refactor NMSecretAgentCallId typedef not to be a pointer to struct 2017-11-24 16:24:40 +01:00
nm-settings-connection.c settings-connection: don't expect system_secrets always present 2018-06-22 16:39:01 +02:00
nm-settings-connection.h settings-connection: expose Filename property on D-Bus 2018-06-11 15:06:49 +02:00
nm-settings-plugin.c settings-plugin: drop all properties 2018-05-31 11:50:02 +02:00
nm-settings-plugin.h settings-plugin: drop all properties 2018-05-31 11:50:02 +02:00
nm-settings.c settings: let connections keep NMSettings alive 2018-06-03 16:46:48 +02:00
nm-settings.h settings: pass in authentication subject to nm_settings_add_connection_dbus() 2018-04-24 10:25:26 +02:00