| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-05-09 | actions/protector: improve errors | Eric Biggers | |
| ErrProtectorName: Rename to ErrLoginProtectorName for clarity, and include the name and user. ErrMissingProtectorName: Include the correct protector source. ErrDuplicateName: Rename to ErrProtectorNameExists for clarity, and remove a level of wrapping by including the name directly. ErrDuplicateUID: Rename to ErrLoginProtectorExists for clarity, and remove a level of wrapping by including the user directly. | |||
| 2020-05-09 | cli-tests: add t_encrypt_custom | Eric Biggers | |
| Test encrypting a directory using a custom_passphrase protector. | |||