index
:
fscrypt.git
chr-fork-doc-02
ext4
man
master
refactor
sshd-bug-workaround
Go tool for managing Linux filesystem encryption
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
actions
/
policy.go
Age
Commit message (
Expand
)
Author
2020-01-05
Metadata support for v2 encryption policies
Eric Biggers
2020-01-05
pam_fscrypt: update to handle filesystem keyring
Eric Biggers
2020-01-05
cmd/fscrypt: add 'fscrypt lock' command
Eric Biggers
2020-01-05
keyring: support filesystem keyring with v1 encryption policies
Eric Biggers
2020-01-05
Add keyring package
Eric Biggers
2019-09-09
cmd/fscrypt: show encryption options with 'fscrypt status DIR' (#145)
ebiggers
2019-09-08
Fix various typos and grammatical errors (#141)
ebiggers
2018-08-30
Use proto.Equal instead of reflect.DeepEquals
Joe Richey joerichey@google.com
2017-09-01
security: Change user keyring lookup algorithm
Joseph Richey
2017-08-30
actions: context now hold a target user.User
Joe Richey
2017-08-22
Various small nits a helper functions for PAM
Joe Richey joerichey@google.com
2017-08-17
cmd/fscrypt: purge command now clears cache
Joe Richey joerichey@google.com
2017-08-15
crypto: Switch from session to user keyring
Joe Richey joerichey@google.com
2017-07-17
Small fixes so "make lint" doesn't complain.
Joe Richey joerichey@google.com
2017-07-17
actions: Protectors can directly unlock Policies
Joe Richey joerichey@google.com
2017-07-14
actions: Policies now have Description method
Joe Richey joerichey@google.com
2017-06-28
Finalize import paths and documentation
v0.1.0
0.1.0
Joe Richey joerichey@google.com
2017-06-28
actions: error handling and API changed
Joe Richey joerichey@google.com
2017-06-26
actions: Simplify the callback mechanism
Joe Richey joerichey@google.com
2017-05-31
actions: creating and unlocking policies
Joe Richey joerichey@google.com