summaryrefslogtreecommitdiff
path: root/libnm-util/tests/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* build: rename directory "include" to "shared"Thomas Haller2015-12-241-2/+2
* build: extract version macros from "nm-version.h" to new header file "nm-vers...Thomas Haller2015-09-301-0/+1
* builds: only enable TAP driver for glib >= 2.37.6Lubomir Rintel2015-05-281-2/+0
* tests: use the TAP formatterLubomir Rintel2015-05-261-0/+2
* tests: enable valgrind tests for testsThomas Haller2015-02-091-0/+1
* libnm-core, libnm-util: move test cert files to libnm-core/Dan Winship2014-11-211-3/+1
* libnm-core, libnm-util: convert test-crypto, test-setting-8021x.c to gtestutilsDan Winship2014-08-071-64/+5
* libnm, libnm-utils: error out if mixed libnm/libnm-util symbols are detectedDan Winship2014-08-011-1/+14
* build: more srcdir!=builddir fixesDan Winship2014-07-151-1/+0
* libnm-util: allow AES cipher for private keysJiří Klimeš2014-05-121-0/+3
* all/test: modify makefiles to run tests (without arguments) via autoconf TESTS=Thomas Haller2014-04-231-6/+3
* libnm-util, libnm-glib: add versioned deprecation/availability macrosDan Winship2014-02-131-0/+1
* libnm-util: add Data Center Bridging (DCB) settingDan Williams2013-10-311-2/+12
* build: switch from $(INCLUDES) to $(AM_CPPFLAGS) to make automake happyDan Winship2013-08-221-22/+5
* build: improve documentation and test configure optionsPavel Šimerda2012-11-131-3/+2
* build: fix srcdir != builddir for new generated headersColin Walters2012-02-221-1/+2
* build: fix srcdir != builddirColin Walters2012-01-091-0/+1
* libnm-util: recognize PKCS#8 private keys and check passwords (bgo #649326)Dan Williams2011-05-131-0/+8
* libnm-util: fix loading/verifying certificates to allow DER format (rh #699591)Jiří Klimeš2011-04-281-0/+3
* libnm-util: allow setting-only hashes with nm_connection_update_secrets()Dan Williams2011-03-091-7/+7
* libnm-util: rework certificate and private key handlingDan Williams2011-03-021-32/+20
* libnm-util: client certificate should not be required to set private key (bgo...Dan Williams2009-12-081-1/+31
* libnm-util: handle PEM files without an ending newline (rh #507315)Dan Williams2009-11-181-11/+33
* libnm-util: don't allow blank or NULL VPN items or secrets (rh #532084)Dan Williams2009-11-021-1/+18
* libnm-util: fix checking for TLS and TTLS phase2 secretsDan Williams2009-10-181-2/+15
* libnm-util: fix NSS padding checking and add testcaseDan Williams2009-10-021-0/+11
* libnm-util: add nm_utils_rsa_key_encrypt() and fix crypto padding mixupsDan Williams2009-09-151-0/+1
* build: always link locally-built libraries first (bgo #580131)Dan Williams2009-08-201-4/+4
* core: use _GNU_SOURCE consistentlyDan Williams2009-04-211-2/+1
* makefile cleanupsDan Williams2009-02-151-2/+2
* libnm-util: move crypto tests to libnm-util/tests/Dan Williams2009-02-021-2/+23
* libnm-util: flag properties with G_PARAM_CONSTRUCT so default values get setDan Williams2009-02-011-0/+25