aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-09cli-tests: add t_encrypt_customEric Biggers
2020-05-09cli-tests: add t_encryptEric Biggers
2020-05-09cli-tests: add t_change_passphraseEric Biggers
2020-05-09Wire up shellcheck of cli-tests/*.sh to 'make lint'Eric Biggers
2020-05-09Add cli-tests frameworkEric Biggers
2020-05-09cmd/fscrypt: add FSCRYPT_CONSISTENT_OUTPUT environmental variableEric Biggers
2020-05-09cmd/fscrypt: add FSCRYPT_ROOT_MNT environmental variableEric Biggers
2020-05-09cmd/fscrypt: add FSCRYPT_CONF environmental variableEric Biggers
2020-05-09travis.yml: stop overriding e2fsprogs version (#222)Eric Biggers
2020-05-09keyring: cast FS_IOC_REMOVE_ENCRYPTION_KEY to uintptr (#221)Filip Stanis
2020-04-16Allow fscrypt to work in containers (#213)Eric Biggers
2020-03-24Release version v0.2.7v0.2.7Joe Richey
2020-03-24Makefile: Use trimpath if available (#208)Joseph Richey
2020-03-23cmd: Simplify "fscrypt --version" output (#207)Joseph Richey
2020-03-23Merge pull request #205 from ebiggers/autoselect-v2Joseph Richey
2020-03-23README.md: update v2 policy-related documentationEric Biggers
2020-03-23README.md: update examples to use v2 policiesEric Biggers
2020-03-23Improve error message when unlocking v2 policy is unsupportedEric Biggers
2020-03-23Improve error message when setting v2 policy is unsupportedEric Biggers
2020-03-23Create /etc/fscrypt.conf with policy_version 2 on kernel v5.4+Eric Biggers
2020-03-23Simplify choosing the key description prefixEric Biggers
2020-03-19README.md: improve documentation for PAM configuration (#204)Eric Biggers
2020-02-22Makefile: clean up installation commands (#201)Eric Biggers
2020-02-18Use DESTDIR for install prefix (#200)Anatol Pomozov
2020-02-10Release version v0.2.6 (#198)v0.2.6Joseph Richey
2020-01-29cmd/fscrypt/commands: allow disabling recovery passphrase (#193)Eric Biggers
2020-01-29Merge pull request #192 from ebiggers/cleanup-on-errorEric Biggers
2020-01-28actions/policy: revert new protector links on failureEric Biggers
2020-01-28filesystem: don't overwrite existing protector linksEric Biggers
2020-01-28cmd/fscrypt/commands: clean up properly when encryptPath() failsEric Biggers
2020-01-28actions/recovery: revert protector if it can't be added to policyEric Biggers
2020-01-28cmd/fscrypt/errors: explicitly mark error messages as errors (#191)Eric Biggers
2020-01-28cmd/fscrypt/setup: don't prompt to create /etc/fscrypt.conf (#190)Eric Biggers
2020-01-27actions/recovery: ensure recovery passphrase is really custom_passphraseEric Biggers
2020-01-23Document how to check for kernel config options (#183)ebiggers
2020-01-23privileges.go: remove a stale comment (#184)ebiggers
2020-01-23filesystem: remove canonicalizePath() (#185)ebiggers
2020-01-22Merge pull request #167 from ebiggers/recovery-passphraseebiggers
2020-01-22Automatically generate recovery passphrase when usefulEric Biggers
2020-01-22Merge pull request #148 from ebiggers/fscrypt-key-mgmt-improvementsebiggers
2020-01-05README.md: document new settings and troubleshooting key accessEric Biggers
2020-01-05cmd/fscrypt, keyring: add --all-users option to 'fscrypt lock'Eric Biggers
2020-01-05Keyring support for v2 encryption policiesEric Biggers
2020-01-05Metadata support for v2 encryption policiesEric Biggers
2020-01-05pam_fscrypt: update to handle filesystem keyringEric Biggers
2020-01-05cmd/fscrypt: adjust user and keyring validation and preparationEric Biggers
2020-01-05cmd/fscrypt: add 'fscrypt lock' commandEric Biggers
2020-01-05keyring: support filesystem keyring with v1 encryption policiesEric Biggers
2020-01-05Add keyring packageEric Biggers
2020-01-05README.md: document /etc/fscrypt.confEric Biggers