summaryrefslogtreecommitdiff
path: root/src/settings/nm-agent-manager.c
Commit message (Expand)AuthorAgeFilesLines
* all: drop explicit casts from _GET_PRIVATE() macro callsThomas Haller2020-02-141-1/+1
* agent-manager: fix races registering secret agent and track auth-chain per agentThomas Haller2019-12-311-95/+87
* agent-manager: move and inline _agent_remove_by_owner() to impl_agent_manager...Thomas Haller2019-12-311-17/+6
* agent-manager: disconnect agent_disconnected_cb handler from secret-agentThomas Haller2019-12-311-3/+5
* agent-manager: pass agent-manager to maybe_remove_agent_on_error() and don't ...Thomas Haller2019-12-311-8/+12
* agent-manager: let nm_settings_connection_check_permission() check all secret...Thomas Haller2019-12-311-20/+20
* agent-manager: track secret agents with CList instead of hash tableThomas Haller2019-12-311-76/+95
* agent-manager/trivial: rename CList fields to track Request instancesThomas Haller2019-12-311-15/+15
* agent-manager: don't handle failure of nm_secret_agent_new() in agent_manager...Thomas Haller2019-12-311-6/+0
* agent-manager: use cleanup macro for subject in agent_manager_register_with_c...Thomas Haller2019-12-311-2/+1
* agent-manager: drop unused error handling in agent_manager_register_with_capa...Thomas Haller2019-12-311-12/+4
* shared: nm-auth-subject: add unix-session typeAntonio Cardace2019-12-241-4/+4
* shared: move nm-dbus-auth-subject to shared/nm-libnm-core-internAntonio Cardace2019-12-241-1/+1
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-2/+1
* 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