summaryrefslogtreecommitdiff
path: root/src/settings/plugins/keyfile/tests/test-keyfile.c
Commit message (Expand)AuthorAgeFilesLines
* keyfile: fix handling of enum/flags properties after fcfb4b40dcbw/keyfile-enum-flagsDan Williams2014-10-151-0/+181
* libnm-core: make NMSettingSerial:parity an enumDan Winship2014-10-031-0/+16
* libnm-core: change DBUS_TYPE_G_UCHAR_ARRAY properties to G_TYPE_BYTESDan Winship2014-09-041-53/+62
* libnm-core: improve NMSettingIP4Config / NMSettingIP6Config property typesDan Winship2014-09-041-43/+9
* libnm-core: change all mac-address properties to G_TYPE_STRINGDan Winship2014-09-041-97/+46
* libnm-core: drop :interface-name properties on virtual NMSetting typesDan Winship2014-09-041-4/+0
* all: stop using virtual interface-name propertiesDan Winship2014-09-041-1/+1
* keyfile/tests: test reading minimal keyfiles that needs normalization of type...Thomas Haller2014-08-221-0/+87
* tests: refactor tests to use g_test framework (g_test_add_func)Thomas Haller2014-08-221-45/+40
* keyfile/tests: add keyfile_read_connection_from_file() utility functionThomas Haller2014-08-221-0/+16
* keyfile: let reader normalize() the connection, not only verify()Thomas Haller2014-08-221-8/+8
* keyfile/tests: refactor tests to use nmtst_assert_connection_equals() functionThomas Haller2014-08-221-14/+8
* libnm-core, libnm, core: make NMConnection an interfaceDan Winship2014-08-161-15/+15
* libnm-core: include ETH_ALEN/INFINIBAND_ALEN defines in nm-utils.hDan Winship2014-08-071-2/+0
* libnm: remove all deprecated functions and typesDan Winship2014-08-011-1/+0
* all: port everything to libnmDan Winship2014-08-011-1/+1
* keyfile: allow missing 'id' and 'uuid' in [connection] section (bgo #683345)Jiří Klimeš2014-06-251-0/+22
* nmtst: add new mode where tests assert against logged messages (assert_messages)Thomas Haller2014-06-051-9/+4
* core: add compatibility wrapper for g_test_skip() to nm-glib-compat.hThomas Haller2014-06-051-2/+0
* nmtst: combine files nm-test-helpers.h and nm-test-utils.hThomas Haller2014-06-051-1/+2
* keyfile: fix reading MAC in old format (list of integers)Jiří Klimeš2014-05-291-1/+76
* all: g_type_init() has been deprecated in GLib 2.35.0Jiří Klimeš2014-05-271-0/+3
* core: use g_test_expect_message() in test programsDan Winship2014-04-231-0/+44
* keyfile: fix reader and writer for writing routesThomas Haller2013-12-091-0/+12
* keyfile: add test cases for reading route and addressesThomas Haller2013-12-091-4/+26
* test: remove deprecated 'security' property from testsJiří Klimeš2013-09-021-8/+0
* all: replace struct in_addr with guint32Pavel Šimerda2013-08-031-20/+18
* keyfile: ensure all-default VLAN setting is read correctlyDan Williams2013-04-111-0/+24
* keyfile: use 'ethernet', 'wifi' and 'wifi-security' group names (bgo #696940)Dan Williams2013-04-111-4/+258
* keyfile: fix testcase comparisonDan Williams2013-04-051-5/+2
* settings: read/write NMSettingConnection:interface-nameDan Winship2013-03-131-0/+1
* all: remove more pointless NULL checksDan Winship2013-02-131-78/+0
* keyfile: fix some test error message cut+paste errorsDan Winship2013-02-121-6/+6
* keyfile: add some tests for bridgesJiří Klimeš2012-11-301-0/+263
* build: avoid -WshadowPavel Šimerda2012-11-131-8/+8
* keyfile: improve address and route testsPavel Šimerda2012-11-071-229/+92
* keyfile: fix testcases after InfiniBand transport-mode default changeMathieu Trudel-Lapierre2012-03-191-0/+1
* Fix capitalization of "InfiniBand"Dan Winship2012-03-061-5/+5
* libnm-util: add nm_connection_get_setting_serial()Thomas Graf2011-12-061-2/+2
* core: use nm_connection_get_setting_<type>() whenever possibleThomas Graf2011-12-061-35/+35
* keyfile: add support for Infiniband connectionsDan Williams2011-12-021-0/+132
* keyfile: add another testcase for intlist-like SSID (bgo #660232)Jiří Klimeš2011-10-181-0/+123
* keyfile: add testcase for intlist-like SSID (lp:874328)Dan Williams2011-10-141-0/+123
* keyfile: fix integer list SSID parsing after 30c41a4b800408150edcca9047a3996f...Dan Williams2011-07-201-0/+128
* keyfile: better handle cert/key files that don't exist (bgo #649807)Dan Williams2011-06-011-0/+130
* keyfile: write relative cert/key paths tooDan Williams2011-06-011-4/+25
* keyfile: convert relative cert/key paths to absolute ones when readingDan Williams2011-06-011-3/+9
* keyfile: write certificates and keys in a human-readable mannerDan Williams2011-03-031-4/+246
* keyfile: allow paths to be used for certificates and private keysDan Williams2011-03-021-0/+120
* keyfile: fix tests for no-longer-required serial and PPP settingsDan Williams2011-02-251-32/+0