]> git.apps.os.sepia.ceph.com Git - fscrypt.git/shortlog
fscrypt.git
2017-07-13 Joseph RicheyREADME: fix typos and formatting
2017-06-28 Joe Richey... Finalize import paths and documentation
2017-06-28 Joe Richey... Update Makefile and README
2017-06-28 Joe Richey... cmd/fscrypt: commands to add/remove protectors
2017-06-28 Joe Richey... cmd/fscrypt: add metadata command
2017-06-28 Joe Richey... cmd/fscrypt: add in status and purge commands
2017-06-28 Joe Richey... cmd/fscrypt: setup, encrypt, unlock commands
2017-06-28 Joe Richey... actions: error handling and API changed
2017-06-28 Joe Richey... Change error handling to new package
2017-06-26 Joe Richey... vendor: add in github.com/pkg/errors
2017-06-26 Joe Richey... actions: Simplify the callback mechanism
2017-06-16 Joe Richey... vendor: update x/sys/unix
2017-06-16 Joe Richey... crypto: add in additional keyring functionality
2017-06-16 Joe Richey... metadata: change encryption mode names
2017-06-16 Joe Richey... filesystem: change support detection and bug-fixes
2017-06-16 Joe Richey... pam: checking a user's login passphrase
2017-05-31 Joe Richey... vendor: add in external packages for use with CLI
2017-05-31 Joe Richey... actions: creating and unlocking policies
2017-05-31 Joe Richey... actions: creating and unlocking protectors
2017-05-31 Joe Richey... actions: generate a config file for fscrypt
2017-05-31 Joe Richey... filesystem: creating the directories and files
2017-05-31 Joe Richey... crypto: tests, errors, and descriptor computation
2017-05-31 Joe Richey... metadata: reorganize and add consistency checks
2017-05-31 Joe Richey... util: better handing of custom errors
2017-05-31 Joe Richey... fscrypt: Adding additional documentation
2017-05-02 Joe Richeycrypto: passphrase hashing with Argon2
2017-05-02 Joe Richeycrypto: reading and writing recovery keys
2017-05-02 Joe Richeycrypto: secure key wrapping/unwrapping
2017-05-02 Joe Richey... vendor: adding in golang.org/x/crypto/hkdf
2017-05-02 Joe Richeycrypto: add secure random reader using getrandom
2017-05-02 Joe Richeycrypto: insert key into keyring from go
2017-05-02 Joe Richeycrypto: Key struct for secure buffers
2017-05-02 Joe Richeymetadata: get and set policies from go
2017-05-02 Joe Richey... vendor: adding in golang.org/x/sys/unix package
2017-05-02 Joe Richeymetadata: introduce protobuf structures
2017-05-02 Joe Richey... vendor: adding in golang/protobuf libraries
2017-05-02 Joe Richeyutil: convenience utilities for fscrypt
2017-05-02 Joe Richeycmd/fscrypt: Initial stub program and docs
2017-04-27 Joe RicheyInitial Documentation for fscrypt
2016-10-26 Joe RicheyFirst commit, adding README