aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-23filesystem: reject spoofed login protectorsEric Biggers
2022-02-23filesystem: validate size and type of metadata filesEric Biggers
2022-02-23bash_completion: fix command injection and incorrect completionsEric Biggers
2022-02-23Make the output of 'fscrypt status' unambiguousEric Biggers
2022-02-11Merge pull request #345 from google/contributingJoseph Richey
2022-02-11CONTRIBUTING: update maintainers listEric Biggers
2022-02-06v0.3.2v0.3.2Eric Biggers
2022-02-06filesystem: remove an outdated commentEric Biggers
2022-01-26Merge pull request #340 from google/fix-btrfsEric Biggers
2022-01-26filesystem: fall back to path-only links if UUID cannot be determinedEric Biggers
2022-01-26filesystem: make FindMount() fall back to search by pathEric Biggers
2022-01-19filesystem: add back canonicalizePath()Eric Biggers
2022-01-19filesystem: add back the mountsByPath mapEric Biggers
2022-01-19Merge pull request #341 from google/fix-testEric Biggers
2022-01-19cli-tests: fix broken testEric Biggers
2022-01-18Merge pull request #337 from google/broken-linksEric Biggers
2022-01-18Merge pull request #338 from google/remove-protector-from-policyEric Biggers
2021-12-23cmd/fscrypt: don't load protector in remove-protector-from-policyEric Biggers
2021-12-23cli-tests: add helper functions to get protector descriptorsEric Biggers
2021-12-22filesystem: store mountpoint in link files as a fallbackEric Biggers
2021-12-22Merge pull request #336 from google/test-fixEric Biggers
2021-12-22context_text: remove pre-existing test.confEric Biggers
2021-12-21Merge pull request #335 from google/fix-typosEric Biggers
2021-12-21Fix a few typosEric Biggers
2021-12-21Merge pull request #334 from ebiggers/warn-on-chauthtok-failEric Biggers
2021-12-21pam_fscrypt: warn user if OLDAUTHTOK not given in chauthtokEric Biggers
2021-12-21Merge pull request #333 from ebiggers/doc-encryption-solutionsEric Biggers
2021-12-21README: elaborate on alternatives and threat modelEric Biggers
2021-12-21README: write "Linux native filesystem encryption"Eric Biggers
2021-12-20Merge pull request #332 from ebiggers/skip-irrelevant-filesystemsEric Biggers
2021-12-20filesystem: avoid accessing irrelevant filesystemsEric Biggers
2021-12-20Merge pull request #331 from ebiggers/login-protector-permsEric Biggers
2021-12-20Merge pull request #329 from ebiggers/doc-ssh-issueEric Biggers
2021-12-20Merge pull request #330 from google/avoid-warningEric Biggers
2021-12-19Set owner of login protectors to correct userEric Biggers
2021-12-19pam: avoid compiler warning in copyIntoSecret()Eric Biggers
2021-12-19README: document issue with ssh ChallengeResponseAuthenticationEric Biggers
2021-11-29Merge pull request #326 from dimitry-ishenko/stdinEric Biggers
2021-11-29cmd/fscrypt: read key from stdinDimitry Ishenko
2021-10-18Release version v0.3.1v0.3.1Eric Biggers
2021-10-05Adjust recovery passphrase generationEric Biggers
2021-09-22Merge pull request #317 from ebiggers/readme-symlink-bugJoseph Richey
2021-09-22README: mention LTS kernel versions with symlink bug fixEric Biggers
2021-09-14cmd/fscrypt: recognize no-key names containing hyphenEric Biggers
2021-09-14cli-tests/common.sh: remove argument count checksEric Biggers
2021-09-14README: clarify how restoring /.fscrypt directory worksEric Biggers
2021-09-13Merge pull request #310 from ebiggers/readme-updatesJoseph Richey
2021-09-13README: add section about encrypting existing filesEric Biggers
2021-09-13README: consistently format section titlesEric Biggers
2021-09-13README: add section about backup, restore, and recoveryEric Biggers