| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-05-09 | cmd/fscrypt: improve errors | Eric Biggers | |
| In checkEncryptable(), check whether the directory is already encrypted before checking whether it's empty. Also improve the error message for when a directory is nonempty. Finally, translate keyring.ErrKeyAddedByOtherUsers and keyring.ErrKeyFilesOpen into errors which include the directory. | |||
| 2020-05-09 | cli-tests: add t_lock | Eric Biggers | |
| Test locking a directory. | |||