aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2020-06-02cmd/fscrypt: fix 32-bit buildEric Biggers
2020-05-14cmd/fscrypt: fix up path formatting in ErrDirNotEmpty suggestion (#229)Eric Biggers
2020-05-13cmd/fscrypt: link to guide when interactively creating login protector (#225)Eric Biggers
2020-05-09cmd/fscrypt: improve errorsEric Biggers
2020-05-09cmd/fscrypt: remove ErrMaxPassphraseEric Biggers
2020-05-09filesystem: improve errorsEric Biggers
2020-05-09metadata: improve errorsEric Biggers
2020-05-09keyring: improve errorsEric Biggers
2020-05-09crypto: improve errorsEric Biggers
2020-05-09actions/policy: improve errorsEric Biggers
2020-05-09actions/protector: improve errorsEric Biggers
2020-05-09actions/config: improve config file related errorsEric Biggers
2020-05-09cmd/fscrypt: make wrapText() support code blocksEric Biggers
2020-05-09Try to detect incomplete locking of v1-encrypted directoryEric Biggers
2020-05-09cmd/fscrypt: add FSCRYPT_CONSISTENT_OUTPUT environmental variableEric Biggers
2020-05-09cmd/fscrypt: add FSCRYPT_ROOT_MNT environmental variableEric Biggers
2020-05-09cmd/fscrypt: add FSCRYPT_CONF environmental variableEric Biggers
2020-03-23cmd: Simplify "fscrypt --version" output (#207)Joseph Richey
2020-03-23Improve error message when unlocking v2 policy is unsupportedEric Biggers
2020-03-23Improve error message when setting v2 policy is unsupportedEric Biggers
2020-03-23Create /etc/fscrypt.conf with policy_version 2 on kernel v5.4+Eric Biggers
2020-03-23Simplify choosing the key description prefixEric Biggers
2020-01-29cmd/fscrypt/commands: allow disabling recovery passphrase (#193)Eric Biggers
2020-01-28cmd/fscrypt/commands: clean up properly when encryptPath() failsEric Biggers
2020-01-28cmd/fscrypt/errors: explicitly mark error messages as errors (#191)Eric Biggers
2020-01-28cmd/fscrypt/setup: don't prompt to create /etc/fscrypt.conf (#190)Eric Biggers
2020-01-22Automatically generate recovery passphrase when usefulEric Biggers
2020-01-05cmd/fscrypt, keyring: add --all-users option to 'fscrypt lock'Eric Biggers
2020-01-05Keyring support for v2 encryption policiesEric Biggers
2020-01-05cmd/fscrypt: adjust user and keyring validation and preparationEric Biggers
2020-01-05cmd/fscrypt: add 'fscrypt lock' commandEric Biggers
2020-01-05keyring: support filesystem keyring with v1 encryption policiesEric Biggers
2020-01-05Add keyring packageEric Biggers
2019-11-27cmd/fscrypt: preserve paragraphs in wrapText()Eric Biggers
2019-11-27Rename some variables from 'target' to 'targetUser'Eric Biggers
2019-11-27cmd/fscrypt: adjust message when listing protector sourcesEric Biggers
2019-10-29filesystem: rename Mount.Filesystem to Mount.FilesystemTypeEric Biggers
2019-09-24cmd/fscrypt: make 'fscrypt setup' create /.fscrypt (#149)ebiggers
2019-09-09cmd/fscrypt: show encryption options with 'fscrypt status DIR' (#145)ebiggers
2019-09-08Fix various typos and grammatical errors (#141)ebiggers
2019-07-27cmd/fscrypt: give newly encrypted directories mode 0700 (#134)ebiggers
2018-09-02feat(spell-check): add make command for spell check.Deepesh Pathak
2018-02-11vet: eliminate unnecessary shadowingJoseph Richey
2018-02-11cmd/fscrypt: don't show build time if not setJoseph Richey
2018-02-11lint: Remove all build tagsJoseph Richey
2017-10-02security: Sync filesystem before dropping cachesJoe Richey joerichey@google.com
2017-09-29security: Add check option to UserKeyringIDJoseph Richey
2017-09-06Fixes logging string for policiesJoseph Richey
2017-09-01cmd/fscrypt: Add explanations for keyring failuresJoseph Richey
2017-09-01cmd/fscrypt: Check that keyrings are setupJoseph Richey