NetworkManager/clients/common
Beniamino Galvani b7b3f54f98 clients: fix matching of connection path
Since we use g_str_has_prefix() to match a request_id with the
connection path, there can be wrong matches. For example:

 request_id: /org/freedesktop/NetworkManager/Settings/10/802-1x
 connection: /org/freedesktop/NetworkManager/Settings/1

would match. Add a trailing slash to the connection path stored in the
agent to prevent this.

(cherry picked from commit f666efed0d)
2016-09-15 08:32:58 +02:00
..
nm-polkit-listener.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
nm-polkit-listener.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nm-secret-agent-simple.c clients: fix matching of connection path 2016-09-15 08:32:58 +02:00
nm-secret-agent-simple.h clients: add define for NMSecretAgentSimple signal name 2016-09-15 08:32:49 +02:00
nm-vpn-helpers.c clients,vpn/trivial: rename argument of nm_vpn_get_secret_names() 2016-06-20 19:04:34 +02:00
nm-vpn-helpers.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00