| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-09-08 | Fix various typos and grammatical errors (#141) | ebiggers | |
| These were found by a combination of manual review and a custom script that checks for common errors. Also removed an outdated sentence from the comment for setupBefore(). | |||
| 2018-02-11 | cmd/fscrypt: don't show build time if not set | Joseph Richey | |
| 2017-07-17 | cmd/fscrypt: more nits to fix "make lint" | Joe Richey joerichey@google.com | |
| 2017-06-28 | cmd/fscrypt: setup, encrypt, unlock commands | Joe Richey joerichey@google.com | |
| This commit adds in the framework for adding commands and subcommands to the fscrypt tool. This commit adds in the "setup", "encrypt", and "unlock" commands. Additional information can be found by running: fscrypt <command> --help. This commit defines how flags are parsed and errors are handled. It also creates an extensible framework for prompting the user for information. Change-Id: I159d7f44ee2b2bbc5e072f0802850e082d9a13ce | |||