aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-13cmd/fscrypt: adjust status message for v1-encrypted dirsEric Biggers
2020-06-13cli-tests/t_v1_policy: clean up user keyrings at end of testEric Biggers
2020-06-02Merge pull request #235 from ebiggers/32bit-fixEric Biggers
2020-06-02cmd/fscrypt: fix 32-bit buildEric Biggers
2020-06-02travis.yml: build 32-bit binaryEric Biggers
2020-05-20Release version v0.2.8 (#230)v0.2.8Eric 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-13README.md: try to disambiguate "fscrypt" (#226)Eric Biggers
2020-05-13README.md: further improve the "encryption not enabled" section (#227)Eric Biggers
2020-05-13README.md: fix typo "nrounds" => "rounds" (#228)Eric Biggers
2020-05-12README.md: improve documentation for login protectors (#223)Eric Biggers
2020-05-10Declare instead of define variable in header file. (#224)Shuai Wang
2020-05-09Merge pull request #219 from ebiggers/improve-errorsEric 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-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