summaryrefslogtreecommitdiff
path: root/libnm/tests/test-secret-agent.c
Commit message (Expand)AuthorAgeFilesLines
* all: unify format of our Copyright source code commentsth/copyright-comment-cleanupThomas Haller2019-10-011-1/+1
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-1/+0
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-1/+0
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-111-4/+4
* tests: use libnm via pygobject in tools/test-networkmanager-service.pyThomas Haller2018-05-111-0/+23
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-2/+0
* all: get rid of a handful of unused-but-set variablesLubomir Rintel2017-12-181-2/+1
* libnm/tests: work around ObjectManager bogus warningLubomir Rintel2016-11-101-0/+9
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-7/+7
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+2
* libnm/tests: rename test functions to follow common patternThomas Haller2015-12-241-14/+10
* libnm/tests: move common testing code to nm-test-libnm-utilsThomas Haller2015-12-241-1/+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
* test: initialize tests with nmtst_init()Thomas Haller2015-07-121-7/+5
* test: initialize auto-destructed pointersLubomir Rintel2015-02-091-1/+1
* libnm/tests: fix memleaks in test code for valgrindThomas Haller2015-02-091-5/+5
* libnm: rename NMSecretAgent to NMSecretAgentOldDan Winship2014-11-211-49/+50
* all: consistently include config.hDan Winship2014-11-131-0/+2
* libnm-core, libnm, settings: move NMSecretAgentError to nm-errorsDan Winship2014-10-221-2/+2
* libnm-core, settings: move NMAgentManagerError to nm-errorsDan Winship2014-10-221-14/+3
* tools: add a bit more activation support to test-networkmanager-service.pyDan Winship2014-10-191-7/+2
* libnm: abstract out duplicated device-creating code in testsDan Winship2014-10-191-40/+6
* libnm: merge NMRemoteSettings into NMClientDan Winship2014-10-101-11/+7
* libnm: make sync/async APIs more GLib-likeDan Winship2014-09-251-46/+65
* libnm: merge saved and unsaved connection methodsDan Winship2014-09-251-0/+1
* libnm: port to GDBusDan Winship2014-09-181-0/+4
* libnm-core: change connection hash tables to variants in APIDan Winship2014-09-181-12/+13
* libnm: start glib-ifying NMSecretAgent APIsDan Winship2014-09-091-26/+69
* libnm: add test-secret-agentDan Winship2014-09-091-0/+638