summaryrefslogtreecommitdiff
path: root/clients/common/nm-secret-agent-simple.c
Commit message (Expand)AuthorAgeFilesLines
* clients/trivial: rename VpnPasswordName struct to have NM prefixThomas Haller2020-04-291-1/+1
* clients: define VPN password list closer to where it is used in nm_vpn_get_se...Thomas Haller2020-04-291-2/+2
* clients/secret-agent: don't require secrets for OWE connectionsDavid Bauer2019-12-051-1/+1
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-2/+2
* all: SPDX header conversionLubomir Rintel2019-09-101-13/+1
* wifi: drop support for wpa-none key-mgmtBeniamino Galvani2019-08-261-1/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* shared: move most of "shared/nm-utils" to "shared/nm-glib-aux"Thomas Haller2019-04-181-1/+1
* clients: fix assertion when requesting gsm pin secretBeniamino Galvani2019-04-111-1/+1
* secret-agent-simple: pass hints to the auth dialogLubomir Rintel2019-04-031-0/+9
* secret-agent-simple: get rid of an extra variableLubomir Rintel2019-04-031-3/+1
* secret-agent-simple: replace a char array with a GPtrArrayLubomir Rintel2019-04-031-13/+19
* clients: fix GVariantBuilder memory leakBeniamino Galvani2019-03-051-1/+4
* clients: fix i/o stream memory leaksBeniamino Galvani2019-03-051-0/+6
* clients: fix keyfile string memory leakBeniamino Galvani2019-03-051-1/+4
* clients: fix double freeBeniamino Galvani2019-03-051-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