| Age | Commit message (Collapse) | Author | 
|---|
|  | The DirIV feature flag is already mandatory, dropping the command
line option is the final step. | 
|  | The v0.6-plaintextnames example FS lacks the GCMIV128 feature
flag, is no longer mountable and can no longer be used for testing.
Add a new "-plaintextnames" filesystem created by gocryptfs v0.7.
There have been no format changes to "-plaintextnames" since then. | 
|  |  | 
|  | The v0.6 and older example filesystem are mounted read-only
because they are deprecated, so skip the read-write tests. | 
|  | extpass_test and example_filesystems_test did it wrong,
always returning 0. | 
|  | Running these tests from integration_tests' TestMain() was awkward
because they were run twice with unchanged settings.
integration_tests tests everything with OpenSSL and with native
Go crypto, but this does not take affect for the example filesystems.
To make this work, test_helpers is also split into its own package. |