~ecryptfs/ecryptfs/trunk

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Tyler Hicks
  • Date: 2012-01-25 10:05:09 UTC
  • Revision ID: tyhicks@canonical.com-20120125100509-jjhslpdp3p36w9ek
* tests/lib/etl_funcs.sh:
  - created eCryptfs test library of bash functions for use in test
    cases and test harnesses
* test/etl_add_passphrase_key_to_keyring.c:
  - created a C helper program to allow bash scripts to interface to
    the libecryptfs function that adds passphrase-based keys to the
    kernel keyring
* tests/kernel/tests.rc, tests/userspace/tests.rc:
  - created a test case category files for test harnesses to source
    when running testcases of a certain category (destructive, safe,
    etc.)
* tests/run_tests.sh:
  - created a test harness to run eCryptfs test cases
* tests/kernel/miscdev-bad-count.sh,
  tests/kernel/miscdev-bad-count/test.c:
  - created test case for miscdev issue reported to mailing list
* tests/kernel/lp-885744.sh:
  - created test case for pathconf bug
* tests/new.sh:
  - created new test case template to copy from
* configure.ac, Makefile.am, tests/Makefile.am, tests/lib/Makefile.am,
  tests/kernel/Makefile.am:
  - updated and created autoconf/automake files to build the new tests
    directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
  [ Tyler Hicks ]
62
62
  * CONTRIBUTING:
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
 
70
      kernel keyring
 
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,
 
74
      etc.)
 
75
  * tests/run_tests.sh:
 
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
 
82
  * tests/new.sh:
 
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
 
87
      directory
64
88
 
65
89
  [ Eddie Garcia ]
66
90
  * img/*: LP: #907131