aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Expand)Author
2022-10-19Make pam_fscrypt.so support the unlock_only optionEric Biggers
2022-10-19Add support for AES_256_HCTR2 filenames encryptionEric Biggers
2022-04-08Add lustre to allowed filesystems and update documentationEric Biggers
2022-04-08Bump up required Go version to 1.16Eric Biggers
2022-02-23filesystem: create metadata files with mode 0600Eric Biggers
2022-02-23Strictly validate metadata file ownership by defaultEric Biggers
2022-02-23Make 'fscrypt setup' offer a choice of directory modesEric Biggers
2021-12-21Fix a few typosEric Biggers
2021-12-21README: elaborate on alternatives and threat modelEric Biggers
2021-12-21README: write "Linux native filesystem encryption"Eric Biggers
2021-12-19README: document issue with ssh ChallengeResponseAuthenticationEric Biggers
2021-10-05Adjust recovery passphrase generationEric Biggers
2021-09-22README: mention LTS kernel versions with symlink bug fixEric Biggers
2021-09-14README: clarify how restoring /.fscrypt directory worksEric Biggers
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-31README: document symlink size bugEric Biggers
2021-08-31README: documentation tweaksEric Biggers
2021-07-16README: add troubleshooting section for ENOPKG errorEric Biggers
2021-06-27README: add troubleshooting section for keyring linkage issueEric 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-03-31Stop generating and uploading coverage in CIJoe 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-01-25Avoid using the word "whitelist"Eric Biggers
2020-11-26README: Fix badge imageJoe Richey
2020-11-26Switch from Travis CI to GitHub ActionsEric Biggers
2020-11-09README.md: add table of contentsEric Biggers
2020-08-07README.md: recommend 'sudo make install PREFIX=/usr' on Ubuntu (#244)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-03-23README.md: update v2 policy-related documentationEric Biggers
2020-03-23README.md: update examples to use v2 policiesEric Biggers
2020-03-23Simplify choosing the key description prefixEric Biggers
2020-03-19README.md: improve documentation for PAM configuration (#204)Eric Biggers
2020-01-28cmd/fscrypt/setup: don't prompt to create /etc/fscrypt.conf (#190)Eric Biggers
2020-01-23Document how to check for kernel config options (#183)ebiggers
2020-01-05README.md: document new settings and troubleshooting key accessEric Biggers
2020-01-05Keyring support for v2 encryption policiesEric Biggers
2020-01-05Metadata support for v2 encryption policiesEric Biggers
2020-01-05cmd/fscrypt: add 'fscrypt lock' commandEric Biggers
2020-01-05README.md: document /etc/fscrypt.confEric Biggers