63
63
- clarified how to contribute to the ecryptfs kernel module
64
* tests/lib/etl_funcs.sh:
65
- created eCryptfs test library of bash functions for use in test
66
cases and test harnesses
67
* test/etl_add_passphrase_key_to_keyring.c:
68
- created a C helper program to allow bash scripts to interface to
69
the libecryptfs function that adds passphrase-based keys to the
71
* tests/kernel/tests.rc, tests/userspace/tests.rc:
72
- created a test case category files for test harnesses to source
73
when running testcases of a certain category (destructive, safe,
76
- created a test harness to run eCryptfs test cases
77
* tests/kernel/miscdev-bad-count.sh,
78
tests/kernel/miscdev-bad-count/test.c:
79
- created test case for miscdev issue reported to mailing list
80
* tests/kernel/lp-885744.sh:
81
- created test case for pathconf bug
83
- created new test case template to copy from
84
* configure.ac, Makefile.am, tests/Makefile.am, tests/lib/Makefile.am,
85
tests/kernel/Makefile.am:
86
- updated and created autoconf/automake files to build the new tests
66
90
* img/*: LP: #907131