summaryrefslogtreecommitdiff
path: root/src/settings/nm-agent-manager.c
Commit message (Expand)AuthorAgeFilesLines
* c-list: re-import latest version of c-list.h from upstreamThomas Haller2017-11-281-3/+3
* core: fix race of blocking autoconnect for no-secrets when a new secret-agent...Thomas Haller2017-11-271-0/+14
* core: use #define for "agent-registered" signal nameThomas Haller2017-11-271-1/+1
* core: refactor NMSecretAgentCallId typedef not to be a pointer to structThomas Haller2017-11-241-4/+4
* core/vpn: mark secret hints as constThomas Haller2017-11-231-1/+1
* core,clients: use our own string hashing function nm_str_hash()Thomas Haller2017-10-181-1/+1
* agent-manager: use CList to track requestsThomas Haller2017-05-111-57/+37
* agent-manager/trivial: move codeThomas Haller2017-05-111-46/+48
* logging: log device and connection along with the messageLubomir Rintel2017-03-241-1/+1
* all: fix typos in documentation and commentsYuri Chornoivan2017-03-171-1/+1
* all: rename the introspection data to use the interface paths in namesLubomir Rintel2016-11-231-1/+1
* src: drop generated nm-src-enum-types.hThomas Haller2016-10-221-1/+0
* build: merge "src/Makefile.am" into toplevel MakefileThomas Haller2016-10-191-1/+1
* core: refactor private data in "src"Thomas Haller2016-10-041-60/+70
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-10/+10
* all: move NM_AUTH_PERMISSION_* defines to "nm-common-macros.h" headerThomas Haller2016-06-011-1/+3
* all: fix a couple more gvariant iteration leaksLubomir Rintel2016-03-081-0/+1
* all: don't include error->code in log messagesThomas Haller2016-03-031-4/+4
* all: clean-up usage of GErrorThomas Haller2016-03-031-1/+1
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* agent-manager: add a missing break in caseLubomir Rintel2015-11-121-0/+1
* agent-manager: cancel pending auth chain for the disappearing agentLubomir Rintel2015-11-061-0/+14
* agent-manager: don't try to cancel requests that already finishedLubomir Rintel2015-11-041-2/+4
* agent-manager: fix up bad cherry-pick from 1.0Lubomir Rintel2015-10-231-1/+1
* agent-manager: cancel secrets requests on an errorLubomir Rintel2015-10-231-0/+3
* all: use glib compatibility functions for g_hash_table_add() and g_hash_table...Thomas Haller2015-09-301-15/+3
* all: g_hash_table_add doesn't return a value before 2.40Lubomir Rintel2015-09-301-0/+12
* core: use NM_UTILS_ERROR_CANCELLED_DISPOSING error reasonThomas Haller2015-09-251-11/+9
* core: separate active and applied connectionLubomir Rintel2015-09-181-16/+6
* secrets: make agent-manager independent from NMSettingsConnectionThomas Haller2015-09-181-4/+18
* agent-manager: always invoke complete function for asynchronous nm_agent_mana...Thomas Haller2015-09-181-32/+87
* settings: refactor call_id type of async functions for NMAgentManager, NMSett...Thomas Haller2015-09-181-29/+25
* agent-manager: fix type of idle_id in Request structureThomas Haller2015-09-181-1/+1
* agent-manager/refact: return early from _con_get_try_complete_early() instead...Thomas Haller2015-09-181-49/+43
* agent-manager/trivial: rename functionsThomas Haller2015-09-181-41/+41
* agent-manager/refact: replace get_start() by request_start()Thomas Haller2015-09-181-10/+19
* agent-manager/refact: replace function callbacks by direct calls or inlineThomas Haller2015-09-181-159/+81
* agent-manager/refact: merge the subclasses into RequestThomas Haller2015-09-181-324/+285
* agent-manager: fix wrong unref in request_remove_agent()Thomas Haller2015-08-251-1/+1
* agent-manager: fix leak of secret-agentThomas Haller2015-08-251-2/+9
* agent-manager: refactor logging in agent-managerThomas Haller2015-08-251-82/+144
* agent-manager: remove @asked field from requestThomas Haller2015-08-251-10/+0
* secret-agent: rework handling of asynchronous request and cancellingThomas Haller2015-08-251-23/+47
* agent-manager: fix checking for D-Bus error after gdbus switchThomas Haller2015-08-251-1/+1
* secret-agent: refactor call-id to be of an opaque pointer type instead of a v...Thomas Haller2015-08-251-7/+7
* agent-manager: have NMAgentManager own NMSessionMonitor instanceThomas Haller2015-08-131-0/+2
* session-monitor: explicitly use singleton instanceThomas Haller2015-08-131-2/+2
* settings: port to gdbusDan Winship2015-08-101-89/+80
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-2/+1
* core: rename NMDBusManager to NMBusManagerDan Winship2015-07-241-6/+6