summaryrefslogtreecommitdiff
path: root/src/settings/nm-agent-manager.c
Commit message (Expand)AuthorAgeFilesLines
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* core: add defines for common authentication-related error messagesBeniamino Galvani2019-09-051-1/+1
* secret-agent: rework secret-agent to better handle service shutdownThomas Haller2019-08-081-20/+13
* settings: fix registering AgentManager.RegisterWithCapabilities() twiceThomas Haller2019-08-031-10/+0
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* auth-chain: don't clone the permission string for AuthChainThomas Haller2019-05-121-1/+1
* core: remove unused error argument from NMAuthChainResultFuncThomas Haller2019-05-121-60/+36
* core: don't call nm_auth_chain_destroy() from the callbackThomas Haller2019-05-121-14/+4
* shared: build helper "libnm-libnm-core-{intern|aux}.la" library for libnm-coreThomas Haller2019-04-181-1/+1
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-1/+0
* libnm,core: add _nm_connection_aggregate() to replace nm_connection_for_each_...Thomas Haller2019-01-071-44/+2
* agent-manager: upgrade a logging level of new agent noticeLubomir Rintel2018-08-061-1/+1
* agent-manager: order newer agents befor the old oneLubomir Rintel2018-08-061-4/+12
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-111-1/+1
* shared: drop duplicate c-list.h headerBeniamino Galvani2018-04-181-1/+1
* auth-chain/trivial: rename nm_auth_chain_unref() to nm_auth_chain_destroy()Thomas Haller2018-04-131-6/+6
* core/dbus: rework creating numbered D-Bus export path by putting counter into...Thomas Haller2018-03-131-1/+1
* core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller2018-03-121-49/+95
* core: rename "nm-bus-manager.h" to "nm-dbus-manager.h"Thomas Haller2018-03-121-1/+1
* 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