summaryrefslogtreecommitdiff
path: root/src/settings/nm-secret-agent.c
Commit message (Expand)AuthorAgeFilesLines
* shared: drop duplicate c-list.h headerBeniamino Galvani2018-04-181-1/+1
* core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller2018-03-121-11/+11
* core: rename "nm-bus-manager.h" to "nm-dbus-manager.h"Thomas Haller2018-03-121-1/+1
* secret-agent: don't use generated NMDBusSecretAgent proxyThomas Haller2018-03-121-53/+71
* all: drop trailing spacesThomas Haller2018-02-071-1/+1
* c-list: re-import latest version of c-list.h from upstreamThomas Haller2017-11-281-4/+4
* core: fix race of blocking autoconnect for no-secrets when a new secret-agent...Thomas Haller2017-11-271-5/+2
* core: drop internal typedef Result for NMSecretAgentCallIdThomas Haller2017-11-241-17/+15
* core: refactor NMSecretAgentCallId typedef not to be a pointer to structThomas Haller2017-11-241-4/+4
* core/vpn: log capabilities of secret-agentThomas Haller2017-11-171-2/+11
* secret-agent: use CList to track requestsThomas Haller2017-05-111-21/+20
* settings/secret-agent: add initializersLubomir Rintel2017-04-031-1/+1
* logging: log device and connection along with the messageLubomir Rintel2017-03-241-1/+1
* all: rename the introspection data to use the interface paths in namesLubomir Rintel2016-11-231-1/+1
* core: refactor private data for NMExportedObject and othersThomas Haller2016-10-031-39/+47
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-8/+8
* secret-agent: increase timeout for GetSecrets D-Bus callBeniamino Galvani2016-07-081-0/+4
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* core: always use gulong to store signal handler idsBeniamino Galvani2016-01-061-1/+1
* exported-object: add support for DBus ObjectManager interfaceDan Williams2015-11-181-1/+1
* logging: swap names of logging macros _LOGT() and _LOGt()Thomas Haller2015-11-061-6/+6
* core: use NM_UTILS_ERROR_CANCELLED_DISPOSING error reasonThomas Haller2015-09-251-14/+4
* secrets: make agent-manager independent from NMSettingsConnectionThomas Haller2015-09-181-16/+20
* secret-agent/trivial: add code commentThomas Haller2015-09-181-0/+11
* secret-agent: fix detection of disapearing secret-agentThomas Haller2015-08-251-21/+98
* secret-agent: add trace logging to secret agentThomas Haller2015-08-251-12/+68
* agent-manager: remove @asked field from requestThomas Haller2015-08-251-14/+0
* secret-agent: don't assert against existing getpwuid() entryThomas Haller2015-08-251-3/+4
* secret-agent: rework handling of asynchronous request and cancellingThomas Haller2015-08-251-42/+129
* secret-agent: refactor call-id to be of an opaque pointer type instead of a v...Thomas Haller2015-08-251-6/+8
* secret-agent: fix leak of @dbus_ownerThomas Haller2015-08-251-2/+1
* settings: port to gdbusDan Winship2015-08-101-147/+135
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-2/+1
* settings: fix failed assertion 'owner != NULL in nm-agent-manager.cBeniamino Galvani2015-07-301-2/+2
* core: rename NMDBusManager to NMBusManagerDan Winship2015-07-241-10/+10
* settings: rework NMSecretAgent disconnection detectionDan Winship2015-07-241-12/+52
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-2/+1
* agent-manager: don't ever fail the secrets requests from GetSecrets()Lubomir Rintel2014-12-111-1/+2
* all: consistently include config.hDan Winship2014-11-131-1/+1
* auth: rework polkit autorization to use DBUS interface directlyThomas Haller2014-09-291-8/+9
* 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