summaryrefslogtreecommitdiff
path: root/libnm/nm-secret-agent-old.c
Commit message (Expand)AuthorAgeFilesLines
* build: move "libnm/" to "src/" and split itThomas Haller2021-02-241-1995/+0
* build: move "shared/nm-{glib-aux,log-null,log-core}" to "src/libnm-{glib-aux,...Thomas Haller2021-02-241-3/+3
* build: move "libnm-core/" to "src/" and split itThomas Haller2021-02-181-1/+1
* all: add "libnm/nm-default-libnm.h" as replacement for "nm-default.h"Thomas Haller2021-02-091-1/+1
* all: update deprecated SPDX license identifiersThomas Haller2021-01-051-1/+1
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-291-1/+1
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-281-81/+81
* all: reformat all with new clang-format styleAntonio Cardace2020-09-281-1244/+1203
* all: fix minor typosYuri Chornoivan2020-07-071-2/+2
* libnm/doc: fix gtk-doc for deprecated markers in libnmThomas Haller2020-03-231-4/+4
* all: add nm_utils_error_is_cancelled() and nm_utils_error_is_cancelled_or_dis...Thomas Haller2020-02-101-3/+3
* libnm/secret-agent: rework NMSecretAgentOldThomas Haller2020-01-281-653/+1192
* libnm/secret-agent: add dbus-connection and main-context properties to NMSecr...Thomas Haller2020-01-281-43/+130
* libnm/secret-agent: remove unused variableThomas Haller2019-12-171-1/+0
* libnm/secret-agent: fix reseting timeout when registration completesThomas Haller2019-12-161-2/+1
* libnm/secret-agent: fix race registering secret agentThomas Haller2019-12-161-32/+193
* libnm/secret-agent: use GTask for nm_secret_agent_old_register*()Thomas Haller2019-12-161-55/+31
* libnm/secret-agent: support debug logging from secret-agentThomas Haller2019-12-161-1/+21
* libnm/secret-agent: drop fallback to Register() method for secret-agentThomas Haller2019-12-161-68/+29
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-1/+1
* libnm/secret-agent-old: steal pointer instead of taking additional referenceThomas Haller2019-10-021-2/+4
* libnm/trivial: fix whitespaceThomas Haller2019-10-021-3/+4
* secret-agent-old: Use GTask for Async initializingMarco Trevisan (Treviño)2019-10-021-65/+32
* libnm: drop _nm_dbus_is_connection_private()Thomas Haller2019-09-211-16/+3
* libnm: drop nm_dbus_new_connection() helper APIThomas Haller2019-09-211-3/+6
* 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