aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-07travis.yml: upgrade to Ubuntu 20.04 and enable cli testsEric Biggers
2020-11-07cmd/fscrypt: fix race condition in getPassphraseKey()Eric Biggers
2020-11-07cli-tests/common.sh: fix _user_do()Eric Biggers
2020-11-07cmd/fscrypt: fix isDirUnlockedHeuristic() on latest kernelsEric Biggers
2020-10-15Travis-ci: added support for ppc64le (#257)sanjaymsh
2020-08-09Fix nil error issue, Resolves https://github.com/google/fscrypt/issues/242bitcodr
2020-08-07README.md: recommend 'sudo make install PREFIX=/usr' on Ubuntu (#244)Eric Biggers
2020-06-13Release version v0.2.9 (#238)v0.2.9Eric Biggers
2020-06-13Merge pull request #237 from ebiggers/t_v1_policy_fixEric Biggers
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