aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-31Stop generating and uploading coverage in CIJoe Richey
2021-03-09Merge pull request #281 from ebiggers/pam_fscrypt-updatesJoseph Richey
2021-03-08README: improve PAM configuration documentation (again)Eric Biggers
2021-03-08README: make it clear that pam_fscrypt also handles lockingEric Biggers
2021-03-08pam_fscrypt: make "lock_policies" the default behaviorEric Biggers
2021-03-08pam_fscrypt: decide cache dropping behavior automaticallyEric Biggers
2021-03-03pam_fscrypt/config: prioritise over other session modulesRobert McQueen
2021-02-02ci.yml: always run apt-get updateEric Biggers
2021-01-25Avoid using the word "whitelist"Eric Biggers
2021-01-19cmd/fscrypt: fix missing protector error formatAlastair Hughes
2020-11-30bash-completion: add completion scriptHenry-Joseph Audéoud
2020-11-26README: Fix badge imageJoe Richey
2020-11-26Switch from Travis CI to GitHub ActionsEric Biggers
2020-11-26cli-tests: force processes spawned by 'expect' to have 80 column-outputEric Biggers
2020-11-09README.md: add table of contentsEric Biggers
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