aboutsummaryrefslogtreecommitdiff
path: root/actions
AgeCommit message (Expand)Author
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
2017-07-14actions: Policies now have Description methodJoe Richey joerichey@google.com
2017-06-28Finalize import paths and documentationv0.1.00.1.0Joe Richey joerichey@google.com
2017-06-28actions: error handling and API changedJoe Richey joerichey@google.com
2017-06-26actions: Simplify the callback mechanismJoe Richey joerichey@google.com
2017-05-31actions: creating and unlocking policiesJoe Richey joerichey@google.com
2017-05-31actions: creating and unlocking protectorsJoe Richey joerichey@google.com
2017-05-31actions: generate a config file for fscryptJoe Richey joerichey@google.com