aboutsummaryrefslogtreecommitdiff
path: root/actions/context.go
AgeCommit message (Expand)Author
2023-09-09Re-run 'make format' with latest version of gofmtEric Biggers
2022-02-23Extend ownership validation to entire directory structureEric Biggers
2022-02-23Strictly validate metadata file ownership by defaultEric Biggers
2020-05-09actions/config: improve config file related errorsEric Biggers
2020-03-23Simplify choosing the key description prefixEric Biggers
2020-01-05Keyring support for v2 encryption policiesEric 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-09-08Fix various typos and grammatical errors (#141)ebiggers
2017-08-30actions: context now hold a target user.UserJoe Richey
2017-08-17cmd/fscrypt: purge command now clears cacheJoe Richey joerichey@google.com
2017-07-17actions: Protectors can directly unlock PoliciesJoe 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: generate a config file for fscryptJoe Richey joerichey@google.com