aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-23v0.3.3v0.3.3Eric Biggers
2022-02-23Merge pull request #346 from google/fixesEric Biggers
2022-02-23pam_fscrypt: ignore system usersEric Biggers
2022-02-23pam_fscrypt: log errors getting protector in policiesUsingProtector()Eric Biggers
2022-02-23filesystem: create metadata files with mode 0600Eric Biggers
2022-02-23filesystem: preserve metadata file permissions on updatesEric Biggers
2022-02-23Make all new metadata files owned by user when neededEric Biggers
2022-02-23Extend ownership validation to entire directory structureEric Biggers
2022-02-23Strictly validate metadata file ownership by defaultEric Biggers
2022-02-23Make 'fscrypt setup' offer a choice of directory modesEric Biggers
2022-02-23filesystem: fall back to non-atomic overwrites when requiredEric Biggers
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