summaryrefslogtreecommitdiff
path: root/src/settings/nm-agent-manager.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* settings: rework NMSecretAgent disconnection detectionDan Winship2015-07-241-29/+13
* core: move D-Bus export/unexport into NMExportedObjectDan Winship2015-07-241-2/+5
* core: add an NMExportedObject base classDan Winship2015-07-241-3/+3
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-1/+1
* agent-manager: memleak: unref the last agent for a request tooLubomir Rintel2015-02-181-4/+5
* agent: don't enforce user sessionPavel Šimerda2015-02-171-8/+0
* core: declare nm_agent_manager_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-01-121-39/+45
* auth: remove session monitor argumentPavel Šimerda2015-01-051-1/+1
* session: switch code to nm_session_monitor_session_exists()Pavel Šimerda2015-01-051-13/+5
* agent-manager: don't ever fail the secrets requests from GetSecrets()Lubomir Rintel2014-12-111-1/+7
* all: consistently include config.hDan Winship2014-11-131-1/+2
* libnm-core, settings: move NMAgentManagerError to nm-errorsDan Winship2014-10-221-19/+5
* libnm-util: don't assert in nm_setting_get_secret_flags() and avoid assertion...Thomas Haller2014-10-121-1/+2
* auth: rework polkit autorization to use DBUS interface directlyThomas Haller2014-09-291-15/+21
* auth: rename file nm-manager-auth.* to nm-auth-utils.*Thomas Haller2014-09-291-2/+2
* libnm: port to GDBusDan Winship2014-09-181-3/+3
* libnm-core: change connection hash tables to variants in APIDan Winship2014-09-181-3/+12