summaryrefslogtreecommitdiff
path: root/libnm-core/tests
Commit message (Expand)AuthorAgeFilesLines
...
* libnm: add autoconnect-slaves property to NMSettingConnectionJiří Klimeš2015-06-191-0/+1
* glib-compat: add g_ptr_array_insert()Thomas Haller2015-06-171-0/+29
* utils: add nm_utils_is_power_of_two() macroThomas Haller2015-06-171-0/+98
* all: fix a compiler warning about function declarationsJiří Klimeš2015-06-101-1/+1
* libnm-core: add 'metered' property to NMSettingConnectionBeniamino Galvani2015-06-091-0/+1
* libnm/test: test compare_property() to handle default valuesThomas Haller2015-06-051-0/+46
* build: rename file "include/nm-utils-internal.h" to "nm-macros-internal.h"Thomas Haller2015-06-011-1/+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: move all asserts into testsLubomir Rintel2015-05-262-38/+29
* libnm/test: include "nm-keyfile-internal.h" in test-general.cThomas Haller2015-05-201-0/+1
* libnm: rename DNSOptionDesc and @dns_option_descs to have an "nm"-prefixThomas Haller2015-05-201-2/+2
* libnm-core/trivial: rename 'i' function argument to 'idx'Beniamino Galvani2015-05-131-9/+9
* libnm-core/test: add tests for DNS option utilitiesBeniamino Galvani2015-05-131-0/+88
* libnm-core: add dns-options property to NMSettingIPConfigBeniamino Galvani2015-05-131-0/+8
* keyfile/test: refactor and cleanup _keyfile_convert()Thomas Haller2015-03-201-58/+113
* test: add nmtst_create_connection_from_keyfile()Thomas Haller2015-03-121-0/+7
* keyfile: support writing certificates as blob inside the keyfileThomas Haller2015-03-124-0/+653
* libnm: add define for cert scheme prefix file:// for NMSetting8021xThomas Haller2015-03-121-4/+2
* libnm: move _nm_utils_uuid_generate_from_strings() from src/ to libnm-core/Thomas Haller2015-03-121-0/+48
* libnm: move _nm_utils_ascii_str_to_int64() from src/ to libnm-core/Thomas Haller2015-03-121-0/+133
* build/trivial: cleanup Makefile.am by sorting EXTRA_DIST entriesThomas Haller2015-03-121-16/+16
* test: initialize auto-destructed pointersLubomir Rintel2015-02-093-16/+16
* tests: enable valgrind tests for testsThomas Haller2015-02-091-0/+1
* libnm/tests: fix memleaks in tests for valgrindThomas Haller2015-02-095-17/+31
* libnm-core: validate property types from D-Bus (rh #1182567)Dan Winship2015-01-151-0/+178
* libnm/tests: make tested IPv4 addresses non-palindromicThomas Haller2014-12-191-16/+16
* libnm/tests: fix build failure on big-endian machinesThomas Haller2014-12-191-2/+4
* tests: mute coverity for CHECKED_RETURN (CWE-252) in testsJiří Klimeš2014-12-151-32/+12
* libnm: normalize connections in nm_simple_connection_new_from_dbus()Thomas Haller2014-12-051-1/+1
* libnm: allow empty strings for nm_utils_uuid_generate_from_string()Thomas Haller2014-12-041-16/+11
* libnm: normalize missing connection UUIDThomas Haller2014-12-041-0/+20
* libnm: implement variant3 UUIDs according to rfc4122Thomas Haller2014-12-041-4/+20
* libnm: add a type argument to nm_utils_uuid_generate_from_string()Thomas Haller2014-12-041-11/+14
* libnm: accept additional length argument in nm_utils_uuid_generate_from_string()Thomas Haller2014-12-041-3/+3
* libnm/test: add test for nm_utils_uuid_generate_from_string()Thomas Haller2014-12-041-0/+43
* crypto/test: test crypto_md5_hash() for empty passwordsThomas Haller2014-12-041-0/+4
* libnm-core: drop nm_utils_rsa_key_encrypt(), _encrypt_aes()Dan Winship2014-12-041-26/+2
* libnm-core: relax restrictions on input arguments for crypto_md5_hash()Thomas Haller2014-12-041-1/+5
* libnm: remove nm_utils_init() from the public APIDan Winship2014-12-042-13/+4
* libnm-core: call crypto_init() on the flyDan Winship2014-12-041-6/+5
* libnm-core: reimplement crypto_md5_hash() using GChecksumDan Winship2014-12-041-4/+1
* tests: add a test of libnm-core's crypto_md5_hash()Dan Winship2014-12-041-0/+54
* libnm: drop nm_utils_deinit()Dan Winship2014-12-041-2/+0
* libnm-core: fix the rule for parsing 'gateway' out of 'addresses' (rh #1170199)Dan Winship2014-12-031-6/+66
* libnm-core: add nm_utils_file_is_certificate() and _file_is_private_key()Dan Winship2014-11-212-0/+57
* libnm-core: tweak crypto.c APIsDan Winship2014-11-212-7/+14
* libnm-core, libnm-util: move test cert files to libnm-core/Dan Winship2014-11-2115-1/+513
* libnm-core: port test-crypto to g_assert* macrosDan Winship2014-11-211-117/+78
* libnm-core: Add missing type castLubomir Rintel2014-11-191-2/+2