aboutsummaryrefslogtreecommitdiff
path: root/actions
AgeCommit message (Expand)Author
2022-02-23Strictly validate metadata file ownership by defaultEric Biggers
2022-02-23Make 'fscrypt setup' offer a choice of directory modesEric Biggers
2021-12-23cmd/fscrypt: don't load protector in remove-protector-from-policyEric Biggers
2021-12-22context_text: remove pre-existing test.confEric Biggers
2021-10-05Adjust recovery passphrase generationEric Biggers
2021-05-24Run the Garbage Collector in the timing loopJoe Richey
2021-05-24Only use 1/8 of the system RAMJoe Richey
2020-05-09filesystem: improve errorsEric Biggers
2020-05-09actions/policy: improve errorsEric Biggers
2020-05-09actions/protector: improve errorsEric Biggers
2020-05-09actions/config: improve config file related errorsEric Biggers
2020-05-09Try to detect incomplete locking of v1-encrypted directoryEric Biggers
2020-05-09cmd/fscrypt: add FSCRYPT_ROOT_MNT environmental variableEric Biggers
2020-03-23Improve error message when unlocking 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-01-28actions/policy: revert new protector links on failureEric Biggers
2020-01-28filesystem: don't overwrite existing protector linksEric Biggers
2020-01-28actions/recovery: revert protector if it can't be added to policyEric Biggers
2020-01-27actions/recovery: ensure recovery passphrase is really custom_passphraseEric Biggers
2020-01-22Automatically generate recovery passphrase when usefulEric 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: add 'fscrypt lock' commandEric Biggers
2020-01-05keyring: support filesystem keyring with v1 encryption policiesEric Biggers
2020-01-05Add keyring packageEric Biggers
2019-11-27Rename some variables from 'target' to 'targetUser'Eric Biggers
2019-11-27Use latest fscrypt declarations from sys/unixEric Biggers
2019-10-29filesystem: rename Mount.Filesystem to Mount.FilesystemTypeEric Biggers
2019-10-23actions/config: ensure config file is created with mode 0644 (#152)ebiggers
2019-09-09cmd/fscrypt: show encryption options with 'fscrypt status DIR' (#145)ebiggers
2019-09-08Fix various typos and grammatical errors (#141)ebiggers
2018-08-30Use proto.Equal instead of reflect.DeepEqualsJoe Richey joerichey@google.com
2018-02-11vet: eliminate unnecessary shadowingJoseph Richey
2018-02-09dep: Run dep ensureJoseph Richey
2018-01-10Format files correctlyJoe Richey joerichey@google.com
2018-01-10Limit the amount of RAM that will be usedJoe Richey joerichey@google.com
2017-09-01security: Change user keyring lookup algorithmJoseph Richey
2017-08-30actions: context now hold a target user.UserJoe Richey
2017-08-22Various small nits a helper functions for PAMJoe Richey joerichey@google.com
2017-08-17cmd/fscrypt: purge command now clears cacheJoe Richey joerichey@google.com
2017-08-15crypto: Switch from session to user keyringJoe Richey joerichey@google.com
2017-08-07actions: calculate password hash difficulty correctlyEric Biggers
2017-07-18tests: Unit tests and Integration tests workJoe Richey joerichey@google.com
2017-07-17actions: Fixed flaky hashing testJoe Richey joerichey@google.com
2017-07-17Small fixes so "make lint" doesn't complain.Joe Richey joerichey@google.com
2017-07-17actions: Add tests for policy unlockingJoe Richey joerichey@google.com
2017-07-17actions: Protectors can directly unlock PoliciesJoe Richey joerichey@google.com