| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-05-14 | cmd/fscrypt: fix up path formatting in ErrDirNotEmpty suggestion (#229) | Eric Biggers | |
| Use %q, in case the paths contain whitespace. Also clean the directory path to remove trailing slashes before appending the ".new" suffix. | |||
| 2020-05-09 | cli-tests: add t_encrypt | Eric Biggers | |
| Add general tests for 'fscrypt encrypt'. For protector-specific tests, see t_encrypt_custom, t_encrypt_login, and t_encrypt_raw_key. | |||