aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-09actions/config: improve config file related errorsEric Biggers
2020-05-09cmd/fscrypt: make wrapText() support code blocksEric Biggers
2020-05-09Merge pull request #217 from ebiggers/detect-incomplete-v1-lockingEric Biggers
2020-05-09Try to detect incomplete locking of v1-encrypted directoryEric Biggers
2020-05-09keyring/user_keyring: switch to KEYCTL_UNLINKEric Biggers
2020-05-09Merge pull request #218 from ebiggers/cli-testsEric Biggers
2020-05-09cli-tests: add t_v1_policy_fs_keyringEric Biggers
2020-05-09cli-tests: add t_v1_policyEric Biggers
2020-05-09cli-tests: add t_unlockEric Biggers
2020-05-09cli-tests: add t_statusEric Biggers
2020-05-09cli-tests: add t_setupEric Biggers
2020-05-09cli-tests: add t_passphrase_hashingEric Biggers
2020-05-09cli-tests: add t_not_supportedEric Biggers
2020-05-09cli-tests: add t_not_enabledEric Biggers
2020-05-09cli-tests: add t_lockEric Biggers
2020-05-09cli-tests: add t_encrypt_raw_keyEric Biggers
2020-05-09cli-tests: add t_encrypt_loginEric Biggers
2020-05-09cli-tests: add t_encrypt_customEric Biggers
2020-05-09cli-tests: add t_encryptEric Biggers
2020-05-09cli-tests: add t_change_passphraseEric Biggers
2020-05-09Wire up shellcheck of cli-tests/*.sh to 'make lint'Eric Biggers
2020-05-09Add cli-tests frameworkEric 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-05-09travis.yml: stop overriding e2fsprogs version (#222)Eric Biggers
2020-05-09keyring: cast FS_IOC_REMOVE_ENCRYPTION_KEY to uintptr (#221)Filip Stanis
2020-04-16Allow fscrypt to work in containers (#213)Eric Biggers
2020-03-24Release version v0.2.7v0.2.7Joe Richey
2020-03-24Makefile: Use trimpath if available (#208)Joseph Richey
2020-03-23cmd: Simplify "fscrypt --version" output (#207)Joseph Richey
2020-03-23Merge pull request #205 from ebiggers/autoselect-v2Joseph Richey
2020-03-23README.md: update v2 policy-related documentationEric Biggers
2020-03-23README.md: update examples to use v2 policiesEric Biggers
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-03-19README.md: improve documentation for PAM configuration (#204)Eric Biggers
2020-02-22Makefile: clean up installation commands (#201)Eric Biggers
2020-02-18Use DESTDIR for install prefix (#200)Anatol Pomozov
2020-02-10Release version v0.2.6 (#198)v0.2.6Joseph Richey
2020-01-29cmd/fscrypt/commands: allow disabling recovery passphrase (#193)Eric Biggers
2020-01-29Merge pull request #192 from ebiggers/cleanup-on-errorEric Biggers
2020-01-28actions/policy: revert new protector links on failureEric Biggers
2020-01-28filesystem: don't overwrite existing protector linksEric Biggers
2020-01-28cmd/fscrypt/commands: clean up properly when encryptPath() failsEric Biggers
2020-01-28actions/recovery: revert protector if it can't be added to policyEric 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