Dan Williams
e39435a596
agents: use NMAuthSubject
2013-10-31 14:15:07 -05:00
Dan Williams
16bb798861
agents: add agent capabilities
...
A new agent registration method enables agents to pass capabilities during
the registration process.
2013-07-31 08:16:34 -05:00
Dan Williams
0eb97f3ad5
agents: change secrets request hints back to char **
...
Previously I didn't think they'd be used for anything other than connection secrets
which only have one hint, but in the future we'll want to pass more information.
2013-06-25 17:43:39 -05:00
Dan Williams
6326aea61b
agents: create correct proxy for agents connecting via a private connection
...
We need to use dbus_g_proxy_new_for_peer() when talking to agents on a
private connection.
2013-04-08 10:55:38 -05:00
Jiří Klimeš
edb85e9720
core: fix NM_IS_*_CLASS(klass) macros
...
The argument is 'klass' not 'obj'.
2012-07-27 13:15:54 +02:00
Dan Williams
85708fa5d7
agents: store agent permissions for later
...
Let something else do the actual checking but provide an
interface to let that something else track the permissions
of the user that owns the agent.
2011-07-01 15:38:38 -05:00
Dan Williams
3b226980c7
agents: track agent username
...
Look up the username of the user whose session the agent is
part of andkeep that around for later.
2011-07-01 15:38:38 -05:00
Dan Williams
4e4bfeb499
core: add nm-secrets-flags.h for secret agent flags typedef
...
Make it clearer what's going on instead of using flags here and there
and numbers elsewhere.
2011-03-29 22:53:22 -05:00
Dan Williams
570c0eb2df
settings: implement deleting secrets from agents when connection is deleted
2011-01-31 23:33:46 -06:00
Dan Williams
393bcf8d12
settings: implement saving secrets to agents on Update()
2011-01-31 23:10:33 -06:00
Dan Williams
3a97939525
settings: move agent code into settings directory
...
Since that's where it's used, and it doesn't need to be exposed
to any other code.
2011-01-30 11:00:33 -06:00