aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-09-13README: remove note about stabilityEric Biggers
2021-09-13README: remove note about planned commandsEric Biggers
2021-08-31Merge pull request #309 from ebiggers/troubleshootingJoseph Richey
2021-08-31README: document symlink size bugEric Biggers
2021-08-31README: documentation tweaksEric Biggers
2021-07-16cli-tests: fix failure with latest bash versionEric Biggers
2021-07-16README: add troubleshooting section for ENOPKG errorEric Biggers
2021-06-27README: add troubleshooting section for keyring linkage issueEric Biggers
2021-06-27cmd/fscrypt: fix detection of GRUB installationEric Biggers
2021-06-14README: improve troubleshooting tips for unlocked encrypted filesEric Biggers
2021-06-09README: improve troubleshooting section for login protector not in syncEric Biggers
2021-05-24Merge pull request #292 from josephlr/memJoseph Richey
2021-05-24Run the Garbage Collector in the timing loopJoe Richey
2021-05-24Only use 1/8 of the system RAMJoe Richey
2021-05-12filesystem: skip TestHaveReadAccessTo() when running as rootEric Biggers
2021-05-05Specify -buildmode=c-shared after GO_FLAGS rather than beforeEric Biggers
2021-04-27cmd/fscrypt: fix word mismatch "protector" => "policy"Gibeom Gwon
2021-04-22cmd/fscrypt: use golang.org/x/termTobias Klauser
2021-04-22Makefile: Optionally avoid installation of Ubuntu-specific PAM configFlorian Schmaus
2021-03-31Release version v0.3.0 (#282)v0.3.0Eric Biggers
2021-03-31Merge pull request #283 from google/coverageJoseph Richey
2021-03-31Only run CI on master branch and PRs to masterJoe Richey
2021-03-31Stop generating and uploading coverage in CIJoe Richey
2021-03-09Merge pull request #281 from ebiggers/pam_fscrypt-updatesJoseph Richey