NetworkManager/clients
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
..
cli clients: don't show "(null)" prompt for secrets 2016-09-15 08:32:51 +02:00
common clients: fix matching of connection path 2016-09-15 08:32:58 +02:00
tui clients: add define for NMSecretAgentSimple signal name 2016-09-15 08:32:49 +02:00
Makefile.am build: disable deprecation checks for internal compilation 2016-04-05 22:22:58 +02:00
nm-online.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00