]> git.apps.os.sepia.ceph.com Git - fscrypt.git/shortlog
fscrypt.git
2017-07-18 Joe Richey... Changes from "make format"
2017-07-18 Joe Richey... Makefile: Rewrite for presubmit checks
2017-07-18 Joseph RicheyMerge pull request #21 from google/fix
2017-07-18 Joe Richey... cmd/fscrypt: username and login token fix
2017-07-18 Joe Richey... pam: IsUserLoginToken now uses PAM library
2017-07-18 Joe Richey... pam: Add Go wrappers around PAM functions
2017-07-18 Joe Richey... pam: C implementation for conversation and cleanup
2017-07-18 Joe Richey... crypto: Conversion to/from C strings
2017-07-17 Joe Richey... pam: Add PAM Items and Flags
2017-07-17 Joe Richey... util: Add conversions for byte/pointer arrays
2017-07-17 Joseph RicheyMerge pull request #20 from google/fix
2017-07-17 Joe Richey... cmd/fscrypt: prompts now use command functions
2017-07-17 Joe Richey... util: Move line reading into common package
2017-07-17 Joseph RicheyMerge pull request #19 from google/fix
2017-07-17 Joe Richey... cmd/fscrypt: Improve "fscrypt status"
2017-07-17 Joe Richey... cmd/fscrypt: Check support before encrypting
2017-07-17 Joe Richey... filesystem: Distinguish support and setup for fs
2017-07-17 Joseph RicheyMerge pull request #18 from google/fix
2017-07-17 Joe Richey... actions: Add tests for policy unlocking
2017-07-17 Joe Richey... actions: Protectors can directly unlock Policies
2017-07-14 Joseph RicheyMerge pull request #16 from google/fix
2017-07-14 Joe Richey... actions: Policies now have Description method
2017-07-14 Joe Richey... crypto: Use single description parameter
2017-07-14 Joseph RicheyMerge pull request #15 from google/fix
2017-07-14 Joe Richey... cmd/fscrypt: fix protector and policy cleanup
2017-07-14 Joe Richey... vendor: Fixed package list so "make all" will work
2017-07-14 Joseph RicheyMerge pull request #14 from google/docs
2017-07-14 Joe Richey... Makefile: version and data now pulled in directly
2017-07-13 Joseph RicheyREADME: Fixed version badge to pull from Git tags
2017-07-13 Joseph RicheyMerge pull request #12 from google/docs
2017-07-13 Joseph RicheyREADME: Add badges for protect, docs, report card
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