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
Age
Commit message (
Expand
)
Author
2017-06-28
Finalize import paths and documentation
v0.1.0
0.1.0
Joe Richey joerichey@google.com
2017-06-28
Update Makefile and README
Joe Richey joerichey@google.com
2017-06-28
cmd/fscrypt: commands to add/remove protectors
Joe Richey joerichey@google.com
2017-06-28
cmd/fscrypt: add metadata command
Joe Richey joerichey@google.com
2017-06-28
cmd/fscrypt: add in status and purge commands
Joe Richey joerichey@google.com
2017-06-28
cmd/fscrypt: setup, encrypt, unlock commands
Joe Richey joerichey@google.com
2017-06-28
actions: error handling and API changed
Joe Richey joerichey@google.com
2017-06-28
Change error handling to new package
Joe Richey joerichey@google.com
2017-06-26
vendor: add in github.com/pkg/errors
Joe Richey joerichey@google.com
2017-06-26
actions: Simplify the callback mechanism
Joe Richey joerichey@google.com
2017-06-15
vendor: update x/sys/unix
Joe Richey joerichey@google.com
2017-06-15
crypto: add in additional keyring functionality
Joe Richey joerichey@google.com
2017-06-15
metadata: change encryption mode names
Joe Richey joerichey@google.com
2017-06-15
filesystem: change support detection and bug-fixes
Joe Richey joerichey@google.com
2017-06-15
pam: checking a user's login passphrase
Joe Richey joerichey@google.com
2017-05-31
vendor: add in external packages for use with CLI
Joe Richey joerichey@google.com
2017-05-31
actions: creating and unlocking policies
Joe Richey joerichey@google.com
2017-05-31
actions: creating and unlocking protectors
Joe Richey joerichey@google.com
2017-05-31
actions: generate a config file for fscrypt
Joe Richey joerichey@google.com
2017-05-31
filesystem: creating the directories and files
Joe Richey joerichey@google.com
2017-05-31
crypto: tests, errors, and descriptor computation
Joe Richey joerichey@google.com
2017-05-31
metadata: reorganize and add consistency checks
Joe Richey joerichey@google.com
2017-05-31
util: better handing of custom errors
Joe Richey joerichey@google.com
2017-05-31
fscrypt: Adding additional documentation
Joe Richey joerichey@google.com
2017-05-02
crypto: passphrase hashing with Argon2
Joe Richey
2017-05-02
crypto: reading and writing recovery keys
Joe Richey
2017-05-02
crypto: secure key wrapping/unwrapping
Joe Richey
2017-05-02
vendor: adding in golang.org/x/crypto/hkdf
Joe Richey joerichey@google.com
2017-05-02
crypto: add secure random reader using getrandom
Joe Richey
2017-05-02
crypto: insert key into keyring from go
Joe Richey
2017-05-02
crypto: Key struct for secure buffers
Joe Richey
2017-05-02
metadata: get and set policies from go
Joe Richey
2017-05-02
vendor: adding in golang.org/x/sys/unix package
Joe Richey joerichey@google.com
2017-05-02
metadata: introduce protobuf structures
Joe Richey
2017-05-02
vendor: adding in golang/protobuf libraries
Joe Richey joerichey@google.com
2017-05-02
util: convenience utilities for fscrypt
Joe Richey
2017-05-02
cmd/fscrypt: Initial stub program and docs
Joe Richey
2017-04-27
Initial Documentation for fscrypt
Joe Richey
2016-10-26
First commit, adding README
Joe Richey