summaryrefslogtreecommitdiff
path: root/clients/common/nm-secret-agent-simple.c
Commit message (Expand)AuthorAgeFilesLines
* clients: fix GVariantBuilder memory leakbg/nmcli-agent-fixesBeniamino Galvani2019-03-051-1/+4
* clients: fix i/o stream memory leaksBeniamino Galvani2019-03-041-0/+6
* clients: fix keyfile string memory leakBeniamino Galvani2019-03-041-1/+4
* clients: fix double freeBeniamino Galvani2019-03-041-1/+1
* libnm: add NMWireGuardPeer and libnm support for peersThomas Haller2019-02-221-7/+73
* libnm,cli: add NMSettingWireGuardThomas Haller2019-02-221-2/+56
* clients/secret-agent: split creation of secret-request dataThomas Haller2019-02-141-124/+122
* clients/secret-agent: fail request_secrets_from_ui() if there are no secrets ...Thomas Haller2019-02-141-0/+3
* clients/secret-agent: keep setting-name in request-dataThomas Haller2019-02-141-0/+7
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-1/+0
* clients/secret-agent: respond to SAE password requestsLubomir Rintel2019-02-051-2/+1
* wifi,clients/secret-agent: use defines for property names in secret hintsThomas Haller2019-02-051-1/+1
* clients/secret-agent: refactor code in request_secrets_from_ui() to return earlyThomas Haller2019-02-051-39/+40
* clients/secret-agent: fix leaks in request_secrets_from_ui()Thomas Haller2019-02-051-3/+2
* clients/secret-agent: use g_hash_table_get_keys_as_array() in nm_secret_agent...Thomas Haller2019-02-051-6/+5
* clients/secret-agent: fix cancel_get_secrets() implementationThomas Haller2019-02-051-1/+14
* clients/secret-agent: sink reference for variant passed to callbackThomas Haller2019-02-051-3/+3
* clients/secret-agent: add complete function for invoking secret callbackThomas Haller2019-02-051-21/+25
* clients: don't tread secret agent as NMSecretAgentOldThomas Haller2019-02-051-1/+1
* clients/secret-agent: use nm-utils error reason for callback while disposing ...Thomas Haller2019-02-051-7/+4
* clients/secret-agent: minor cleanup of child-watch-id for secret-agentThomas Haller2019-02-051-8/+12
* clients/secret-agent: don't let request keep secret-agent aliveThomas Haller2019-02-051-3/+11
* clients/secret-agent: cancel pending operationsThomas Haller2019-02-051-1/+1
* clients/secret-agent: remove request in finalize loop earlyThomas Haller2019-02-051-0/+1
* clients/secret-agent: rework tracking of requests in secret-agent-simpleThomas Haller2019-02-051-10/+12
* clients/secret-agent: only pass char buffer to _auth_dialog_write_done()Thomas Haller2019-02-051-4/+9
* clients/secret-agent: various cleanups in secret-agent-simpleThomas Haller2019-02-051-59/+54
* clients/secret-agent: drop strv_has() implementationThomas Haller2019-02-051-15/+1
* clients/secret-agent/trival: rename internal types, functions and variablesThomas Haller2019-02-051-159/+159
* clients/secret-agent: embed private data in NMSecretAgentSimple classThomas Haller2019-02-051-3/+10
* clients/secret-agent: reorder code in nm-secret-agent-simple.cThomas Haller2019-02-051-71/+79
* clients/secret-agent-simple: support auth helperslr/auth-dialogLubomir Rintel2018-10-221-6/+312
* cli: fix reading "vpn.secrets.*" from passwd-fileThomas Haller2018-09-141-1/+1
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-111-13/+13
* clients: fix using hints for 802-1x secret requestThomas Haller2018-06-241-1/+2
* cli: use the hints from 802.1x secrets requests if givenAndrew Zaborowski2018-06-221-0/+15
* clients: drop redundant #include "NetworkManager.h"Thomas Haller2018-01-081-1/+0
* all: get rid of a handful of unused-but-set variablesLubomir Rintel2017-12-181-13/+0
* clients: some cleanup of requesting VPN secretsThomas Haller2017-11-231-109/+111
* all: include "nm-utils/nm-hash-utils.h" by defaultThomas Haller2017-11-161-2/+0
* clients: implement CancelGetSecrets() secret-agent APIBeniamino Galvani2017-11-021-1/+6
* core,clients: use our own string hashing function nm_str_hash()Thomas Haller2017-10-181-2/+4
* all: change handling of connection.type for bluetooth NAP and in generalThomas Haller2017-06-071-15/+22
* clients: respond to the secret requests that we can't serviceLubomir Rintel2017-06-021-0/+9
* cli: fix leak in add_vpn_secrets()Thomas Haller2017-04-051-7/+7
* cli: macsec supportBeniamino Galvani2017-01-161-1/+20
* clients: fix check on secret request pathBeniamino Galvani2016-09-151-1/+1
* clients: fix matching of connection pathBeniamino Galvani2016-09-141-2/+10
* clients: handle secret requests only for current connectionBeniamino Galvani2016-09-141-15/+19
* clients: add secrets request message for wired and DSL connectionsBeniamino Galvani2016-09-141-9/+4