mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 01:20:07 +01:00
Fix a few problems... No plugin should return secrets in the GetSettings method, which some plugins did. When that was committed in the commit "system-settings: don't return secrets in the settings", it broke those plugins that didn't implement GetSecrets. Each plugin can actually use the same code for GetSettings and GetSecrets, so implement those generically in the NMExportedConnection class and remove plugin-specific implementations that all did the same thing. |
||
|---|---|---|
| .. | ||
| Makefile.am | ||
| nm-suse-connection.c | ||
| nm-suse-connection.h | ||
| parser.c | ||
| parser.h | ||
| plugin.c | ||
| plugin.h | ||
| shvar.c | ||
| shvar.h | ||