summaryrefslogtreecommitdiff
path: root/src/settings/nm-secret-agent.c
Commit message (Expand)AuthorAgeFilesLines
* libnm: port to GDBusDan Winship2014-09-181-3/+3
* libnm-core: change connection hash tables to variants in APIDan Winship2014-09-181-2/+9
* libnm-core: rename NMConnection to/from_hash methodsDan Winship2014-09-041-5/+5
* libnm-core, libnm, core: make NMConnection an interfaceDan Winship2014-08-161-0/+1
* libnm: rename NetworkManager.h and NetworkManagerVPN.hDan Winship2014-08-011-1/+1
* include: drop nm-settings-flags.h, move NMSecretAgentGetSecretsFlagsDan Winship2014-08-011-2/+2
* core: fill in nm-types.h, clean out other headersDan Winship2014-07-231-0/+1
* settings: free memory in finalize(), not in dispose() in NMSecretAgent (rh #1...Jiří Klimeš2014-02-251-12/+16
* settings: prefer secret agents in the same process as the requestDan Winship2013-12-031-0/+8
* agents: use NMAuthSubjectDan Williams2013-10-311-31/+36
* core: cleanup freeing of glib collections of pointersThomas Haller2013-10-221-2/+1
* agents: don't make method calls with a destroyed proxyDan Williams2013-07-311-1/+19
* agents: add agent capabilitiesDan Williams2013-07-311-1/+12
* agents: change secrets request hints back to char **Dan Williams2013-06-251-2/+1
* core: convert the DBus manager to a single-ref objectDan Williams2013-05-201-4/+1
* agents: create correct proxy for agents connecting via a private connectionDan Williams2013-04-081-7/+7
* all: remove redundant return-if-fail checksDan Winship2013-03-071-6/+0
* all: remove more pointless NULL checksDan Winship2013-02-131-20/+18
* core: fix agent secret cancelationDan Williams2012-12-041-6/+24
* agents: store agent permissions for laterDan Williams2011-07-011-0/+75
* agents: track agent usernameDan Williams2011-07-011-1/+23
* vpn: fix handling of connections with only system secretsDan Williams2011-06-151-0/+3
* core: add nm-secrets-flags.h for secret agent flags typedefDan Williams2011-03-291-1/+1
* agents: send available secrets to the agentsDan Williams2011-02-101-1/+1
* settings: don't pass all secrets to agents when requesting secretsDan Williams2011-02-011-2/+1
* settings: implement deleting secrets from agents when connection is deletedDan Williams2011-01-311-21/+54
* settings: implement saving secrets to agents on Update()Dan Williams2011-01-311-5/+58
* settings: move agent code into settings directoryDan Williams2011-01-301-0/+313