summaryrefslogtreecommitdiff
path: root/src/settings/plugins/keyfile/tests
Commit message (Expand)AuthorAgeFilesLines
* keyfile/tests: test tc traffic filter reading and writingLubomir Rintel2017-12-112-0/+53
* keyfile/tests: test tc qdisc reading and writingLubomir Rintel2017-12-112-1/+82
* keyfile: fix reading/writing route metric zeroThomas Haller2017-10-041-3/+3
* core,libnm-core: use same route attribute names of iproute2Beniamino Galvani2017-03-222-5/+5
* keyfile: support route optionsBeniamino Galvani2017-03-062-1/+27
* keyfile: extend internal API to re-read keyfile connection after writingThomas Haller2017-03-021-4/+71
* keyfile/tests: add test for reading dcb connectionThomas Haller2017-01-052-0/+43
* build: don't add subdirectories to include search path but require qualified ...Thomas Haller2016-11-211-3/+3
* build: merge "src/settings/plugins/keyfile/Makefile.am" into toplevel MakefileThomas Haller2016-10-193-79/+3
* build/trivial: rename VALGRIND_RULES in Makefile.am to NM_LOG_COMPILERThomas Haller2016-10-191-1/+1
* keyfile: disable permission checks of keyfile for testsThomas Haller2016-10-192-6/+2
* keyfile/build: set LDFLAGS for buiding keyfile testsThomas Haller2016-10-111-2/+5
* keyfile/build: don't build keyfile settings plugin as libraryThomas Haller2016-10-061-4/+1
* keyfile: rename public keyfile functions and namesThomas Haller2016-10-061-34/+34
* keyfile: rename filesThomas Haller2016-10-062-6/+6
* build: use NetworkManager logging domain for device and settings pluginsThomas Haller2016-10-061-1/+1
* libnm/proxy: add proxy setting for non-slave connection during normalizationThomas Haller2016-10-051-0/+11
* keyfile/tests: refactor loading plain keyfile via glib APIThomas Haller2016-10-051-35/+24
* keyfile/tests: refactor uuid creation in testThomas Haller2016-10-051-51/+18
* keyfile/tests: refactor writing of test keyfileThomas Haller2016-10-051-210/+50
* keyfile/tests: use cleanup attribute for keyfileThomas Haller2016-10-051-14/+5
* keyfile/tests: refactor checking re-reading keyfile in testsThomas Haller2016-10-051-108/+44
* keyfile/tests: refactor tests to use cleanup attributesThomas Haller2016-10-051-297/+142
* tests: add macro NMTST_G_RETURN_MSG for expecting g_return*() failuresThomas Haller2016-06-091-1/+1
* all/tests: split core part out of "nm-test-utils.h"Thomas Haller2016-05-171-1/+1
* build: disable deprecation checks for internal compilationThomas Haller2016-04-051-1/+0
* all/tests: fix tests after adjusting glib logging levelThomas Haller2016-03-101-23/+23
* keyfile/tests: remove trailing space from test nameThomas Haller2016-03-101-45/+45
* logging: change logging format to drop "[file:line] func():" partThomas Haller2016-03-011-5/+5
* libnm-core: remove special handling of missing VLAN_FLAGSBeniamino Galvani2016-02-291-4/+2
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* all/trivial: rename STRLEN() macro to NM_STRLEN()Thomas Haller2016-02-141-3/+3
* keyfile: convert testcases to g_assert()Dan Williams2016-02-111-728/+175
* build: rename directory "include" to "shared"Thomas Haller2015-12-241-2/+2
* libnm/wwan: add GSM setting device-id, sim-id, and sim-operator-id propertiesDan Williams2015-11-182-140/+34
* libnm/vlan: default to vlan.flags=REORDER_HDR for new connections (rh #1250225)Jiří Klimeš2015-10-073-0/+46
* build: extract version macros from "nm-version.h" to new header file "nm-vers...Thomas Haller2015-09-301-0/+1
* core: final gdbus portingDan Winship2015-08-101-2/+0
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-1/+1
* include: add convenience header "nm-default.h"Thomas Haller2015-08-051-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
* keyfile: readd owner check of files (bgo #701112)Thomas Haller2015-05-191-0/+1
* test: setup logging during nmtst_init_assert_logging()Thomas Haller2015-04-081-1/+1
* keyfile: support writing certificates as blob inside the keyfileThomas Haller2015-03-123-10/+20
* keyfile: refactor to use reading and writing of keyfile from libnm-coreThomas Haller2015-03-121-17/+17
* keyfile: update testcase for multicast-snooping propertyJiří Klimeš2015-02-262-0/+2
* keyfile: ignore all dot files (bgo#735824)Pavel Šimerda2015-02-231-1/+1
* keyfile: add nm_keyfile_plugin_utils_escape_filename() functionThomas Haller2015-02-231-0/+53
* keyfile/writer: fix password_raw_writer() to write NMSetting8021x:password-rawThomas Haller2015-02-191-0/+17