summaryrefslogtreecommitdiff
path: root/libnm-util/tests
AgeCommit message (Expand)AuthorFilesLines
2013-12-05libnm-util: add INFERRABLE flag and remove CANDIDATEDan Williams1-2/+63
2013-10-31libnm-util: add Data Center Bridging (DCB) settingDan Williams2-2/+320
2013-09-18core: remove 'wep40' and 'wep104' from several places in NMJiří Klimeš1-1/+1
2013-09-09libnm-util: accept old-style UUIDs as validDaniel Drake1-0/+24
2013-09-02test: remove deprecated 'security' property from testsJiří Klimeš1-1/+0
2013-08-22build: switch from $(INCLUDES) to $(AM_CPPFLAGS) to make automake happyDan Winship1-22/+5
2013-06-24libnm-util: fix tests after 'gateway-ping-timeout' additionJiří Klimeš1-12/+13
2013-05-28libnm-util: implement connection changed signalDan Williams1-0/+425
2013-05-20libnm-util: fix hashing of secrets broken by 4d326182Dan Williams1-0/+75
2013-04-17libnm-util: add nm_connection_replace_settings_from_connection() (bgo #696387)Dan Williams1-0/+63
2013-04-03Revert :carrier-detect properties and associated codeDan Winship1-1/+0
2013-04-01libnm-util: convert remaining NMConnection users to GHashTableIterDan Williams1-37/+176
2013-04-01libnm-util: convert nm_setting_new_from_hash() to GHashTableIterDan Williams1-0/+22
2013-04-01libnm-util: convert nm_connection_compare() to GHashTableIterDan Williams1-0/+79
2013-04-01libnm-util: fix some memory leaks in testcasesDan Williams1-0/+6
2013-03-25all: use G_VALUE_INIT to initialize GValue variablesJiří Klimeš2-4/+4
2013-03-13libnm-util: add NMSettingConnection:interface-nameDan Winship1-11/+12
2013-02-26build: avoid GValueArray deprecation warningsDan Winship1-0/+1
2013-02-18trivial: fix up test-general.c after carrier-detect changesDan Williams1-0/+1
2013-02-13all: remove more pointless NULL checksDan Winship1-28/+0
2013-02-13all: remove pointless NULL checksDan Winship1-8/+2
2012-11-13build: improve documentation and test configure optionsPavel Šimerda1-3/+2
2012-10-04build: "make check" fixesDan Winship1-0/+1
2012-06-03tests: fix libnm-util testcase on 32-bit platformsDan Williams1-1/+1
2012-02-22build: fix srcdir != builddir for new generated headersColin Walters1-1/+2
2012-02-02libnm-util: allow empty number for gsm settingsThomas Bechtold1-0/+21
2012-01-09build: fix srcdir != builddirColin Walters1-0/+1
2011-12-06core: use nm_connection_get_setting_<type>() whenever possibleThomas Graf2-5/+5
2011-12-02libnm-util: fix nm_utils_hwaddr_aton() for input with no leading zerosDan Williams1-0/+48
2011-11-09core: make testcases work after bonding mergeDan Williams1-0/+2
2011-11-09libnm-util: fix up connection diff testDan Williams1-0/+1
2011-08-16settings: preserve agent secrets over Update operationDan Williams1-1/+82
2011-06-30core: add MAC address blacklisting feature for WiFi and ethernet connectionsJiří Klimeš1-10/+11
2011-06-14libnm-util: remove unused D-Bus dbus_g_bus_get() call from test-secrets.cJiří Klimeš1-2/+0
2011-06-14libnm-util: remove unused D-Bus dbus_g_bus_get() call from test-secrets.cJiří Klimeš1-3/+0
2011-06-14libnm-util: remove unused D-Bus dbus_g_bus_get() call from test-setting-8021x.cJiří Klimeš1-3/+0
2011-06-14libnm-util: remove unused D-Bus dbus_g_bus_get() call from test-settings-defa...Jiří Klimeš1-4/+1
2011-06-07libnm-util: add new compare flags for ignoring various types of secretsDan Williams1-0/+99
2011-05-20libnm-util: make VPN secret and data iterators change-safeDan Williams1-0/+70
2011-05-17libnm-util: allow _ as a valid character for GSM APNsDan Williams1-0/+20
2011-05-13libnm-util: recognize PKCS#8 private keys and check passwords (bgo #649326)Dan Williams6-1/+103
2011-04-28libnm-util: fix loading/verifying certificates to allow DER format (rh #699591)Jiří Klimeš3-0/+4
2011-03-28libnm-util: verify connection's 'type' setting is actually a base typeDan Williams1-0/+219
2011-03-09libnm-util: allow setting-only hashes with nm_connection_update_secrets()Dan Williams2-8/+192
2011-03-02libnm-util: rework certificate and private key handlingDan Williams4-150/+441
2011-02-22libnm-util: add nm_connection_diff()Dan Williams1-0/+242
2011-02-08libnm-util: fix VPN update_one_secret()Dan Williams1-1/+61
2011-02-07libnm-util: rework permissions helpers to be more usefulDan Williams1-19/+146
2011-02-07libnm-util: add utility functions for adding/removing permissionsDan Williams1-0/+71
2011-02-02libnm-util: private keys are now required for TLS connections to verifyDan Williams1-140/+8