mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-31 18:20:10 +01:00
Two issues here: first, the daemon code was using the wrong D-Bus type (strings instead of object-path) to send the connection path to the secret agent, which resulted in a method-not-found error and nothing happening in the agent. Second, the agent-side method call verification code would fail the request anyway, becuase verify_request() determined success based on the reconstructed connection, which isn't given when canceling secrets requests. |
||
|---|---|---|
| .. | ||
| plugins | ||
| tests | ||
| Makefile.am | ||
| nm-agent-manager.c | ||
| nm-agent-manager.h | ||
| nm-default-wired-connection.c | ||
| nm-default-wired-connection.h | ||
| nm-inotify-helper.c | ||
| nm-inotify-helper.h | ||
| nm-secret-agent.c | ||
| nm-secret-agent.h | ||
| nm-settings-connection.c | ||
| nm-settings-connection.h | ||
| nm-settings-error.c | ||
| nm-settings-error.h | ||
| nm-settings-utils.c | ||
| nm-settings-utils.h | ||
| nm-settings.c | ||
| nm-settings.h | ||
| nm-system-config-interface.c | ||
| nm-system-config-interface.h | ||