aboutsummaryrefslogtreecommitdiff
path: root/cmd/fscrypt
AgeCommit message (Expand)Author
2022-02-23Extend ownership validation to entire directory structureEric Biggers
2022-02-23Strictly validate metadata file ownership by defaultEric Biggers
2022-02-23Make 'fscrypt setup' offer a choice of directory modesEric Biggers
2022-02-23bash_completion: fix command injection and incorrect completionsEric Biggers
2022-02-23Make the output of 'fscrypt status' unambiguousEric Biggers
2021-12-23cmd/fscrypt: don't load protector in remove-protector-from-policyEric Biggers
2021-12-21README: write "Linux native filesystem encryption"Eric Biggers
2021-11-29cmd/fscrypt: read key from stdinDimitry Ishenko
2021-10-05Adjust recovery passphrase generationEric Biggers
2021-09-14cmd/fscrypt: recognize no-key names containing hyphenEric Biggers
2021-06-27cmd/fscrypt: fix detection of GRUB installationEric Biggers
2021-04-27cmd/fscrypt: fix word mismatch "protector" => "policy"Gibeom Gwon
2021-04-22cmd/fscrypt: use golang.org/x/termTobias Klauser
2021-01-19cmd/fscrypt: fix missing protector error formatAlastair Hughes
2020-11-30bash-completion: add completion scriptHenry-Joseph Audéoud
2020-11-07cmd/fscrypt: fix race condition in getPassphraseKey()Eric Biggers
2020-11-07cmd/fscrypt: fix isDirUnlockedHeuristic() on latest kernelsEric Biggers
2020-08-09Fix nil error issue, Resolves https://github.com/google/fscrypt/issues/242bitcodr
2020-06-13cmd/fscrypt: adjust status message for v1-encrypted dirsEric Biggers
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