summaryrefslogtreecommitdiff
path: root/libnm/nm-secret-agent-old.c
Commit message (Expand)AuthorAgeFilesLines
* all: SPDX header conversionLubomir Rintel2019-09-101-15/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* libnm: don't use strlen() for checking for non-empty stringThomas Haller2019-03-251-2/+1
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-2/+0
* all: don't use "static inline" in source filesThomas Haller2019-02-061-1/+1
* libnm/secret-agent/trivial: rename internal init-data structureThomas Haller2019-02-051-9/+9
* libnm/secret-agent: use cleanup attribute in NMSecretAgentOldPrivateThomas Haller2019-02-051-56/+49
* libnm/secret-agent: reorder fields in NMSecretAgentOldPrivateThomas Haller2019-02-051-8/+9
* libnm/secret-agent: use CList instead of GSList for tracking requestsThomas Haller2019-02-051-33/+34
* clients/secret-agent: fix cancel_get_secrets() implementationThomas Haller2019-02-051-8/+6
* libnm/secret-agent: refactor GObject properties in NMSecretAgentOldThomas Haller2019-02-051-36/+31
* libnm/secret-agent: reorder codeThomas Haller2019-02-051-94/+104
* libnm/trival: fix indention in "libnm/nm-secret-agent-old.c"Thomas Haller2019-02-051-34/+34
* all: use the elvis operator wherever possibleLubomir Rintel2018-05-101-1/+1
* libnm: don't use deprecated tags for GOobject introspectionJiří Klimeš2018-03-261-9/+3
* Add calls to g_simple_async_result_set_check_cancellableBenjamin Berg2018-03-081-0/+6
* secret-agent: construct the dbus proxy for async agent with the correct bus nameLubomir Rintel2018-01-111-2/+2
* all: get rid of a handful of unused-but-set variablesLubomir Rintel2017-12-181-2/+0
* agent: don't clear "error", g_simple_async_result_take_error() overtakes itJiří Klimeš2016-11-251-1/+0
* all: rename the introspection data to use the interface paths in namesLubomir Rintel2016-11-231-2/+2
* libnm: change the secret agent to use the generated GDBus bindingsLubomir Rintel2016-11-101-19/+17
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-5/+5
* libnm: don't check if the agent is still registered when unregisteringLubomir Rintel2016-03-291-8/+0
* libnm: accept invalid connections in NMSecretAgentOldThomas Haller2016-03-261-1/+2
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-1/+1
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-1/+1
* libnm: fix take ownership of floating argument in NMSecretAgentOld:get_secret...Thomas Haller2015-06-031-1/+2
* libnm: don't take ownership of input argument in NMSecretAgentOld:get_secrets...Thomas Haller2015-06-031-1/+1
* libnm: set error when failing registration of old secret agentLubomir Rintel2015-04-281-1/+1
* agent-manager: don't ever fail the secrets requests from GetSecrets()Lubomir Rintel2014-12-111-0/+1
* libnm: rename NMSecretAgent to NMSecretAgentOldDan Winship2014-11-211-0/+1365