NetworkManager/src/modem-manager
Dan Williams 0e6a5365d4 core: move secrets handling to NMSettingsConnection
It's the thing that owns the secrets anyway, and it simplifies things to
have the secrets handling there instead of half in NMActRequest and
half in NMManager.  It also means we can get rid of the ugly signals
that NMSettingsConnection had to emit to get agent's secrets, and
we can consolidate the requests for the persistent secrets that the
NMSettingsConnection owned into NMSettingsConnection itself instead
of also in NMAgentManager.

Since the NMActRequest and the NMVPNConnection classes already tracked
the underlying NMSettingsConnection representing the activation, its
trivial to just have them ask the NMSettingsConnection for secrets
instead of talking to the NMAgentManager.  Thus, only the
NMSettingsConnection now has to know about the agent manager, and it
presents a cleaner interface to other objects further up the chain,
instead of having bits of the secrets request splattered around the
activation request, the VPN connection, the NMManager, etc.
2011-01-27 10:41:02 -06:00
..
Makefile.am build: enable AM_SILENT_RULES (bgo #625263) 2010-08-03 12:58:46 -07:00
nm-modem-cdma.c core: move generic connection complete function to a generic location 2011-01-13 13:28:52 -06:00
nm-modem-cdma.h Merge commit 'origin/master' into btdun 2010-01-27 17:21:06 -08:00
nm-modem-gsm.c core: move generic connection complete function to a generic location 2011-01-13 13:28:52 -06:00
nm-modem-gsm.h Merge commit 'origin/master' into btdun 2010-01-27 17:21:06 -08:00
nm-modem-manager.c core: use #defines for NMDBusManager signal names 2010-12-10 11:36:55 -06:00
nm-modem-manager.h Merge commit 'origin/master' into btdun 2010-01-27 17:21:06 -08:00
nm-modem-types.h misc: license fixups 2010-01-21 15:11:50 -08:00
nm-modem.c core: move secrets handling to NMSettingsConnection 2011-01-27 10:41:02 -06:00
nm-modem.h core: add AddAndActivate D-Bus method 2011-01-10 23:39:12 -06:00