]> git.apps.os.sepia.ceph.com Git - fscrypt.git/shortlog
fscrypt.git
2017-08-24 Joseph RicheyMerge pull request #25 from google/fix
2017-08-24 Joseph RicheyUpdated documentation for PAM module help
2017-08-24 Joseph Richeysecurity: fscrypt now possesses the user keyring
2017-08-24 Joe Richey... pam_fscrypt: Session accounting completed
2017-08-23 Joe Richey... Added some documentation and improved security API
2017-08-22 Joe Richey... pam_fscrypt: lock all PAM policies w/ flag
2017-08-22 Joe Richey... pam_fscrypt: Updated module to use new APIs
2017-08-22 Joe Richey... security: Moved cache dropping function
2017-08-22 Joe Richey... Updated documentation and build system for PAM
2017-08-22 Joe Richey... pam_fscrypt: The actual PAM module and config
2017-08-22 Joe Richey... Various small nits a helper functions for PAM
2017-08-22 Joseph RicheyMerge pull request #39 from google/purge
2017-08-22 Joe Richey... security: Fixed typo and improved error handling
2017-08-18 Joe Richey... cmd/fscrypt: purge command now clears cache
2017-08-15 Joseph RicheyMerge pull request #37 from google/keyring
2017-08-15 Joseph RicheyMerge pull request #36 from google/memory
2017-08-15 Joe Richey... crypto: Switch from session to user keyring
2017-08-14 Joseph Richeyutil: Slice/Pointer conversion fits in MatInt32
2017-08-07 Joseph RicheyMerge pull request #33 from ebiggers/fix_hashing_calibr...
2017-08-07 Joseph RicheyMerge pull request #32 from ebiggers/ErrKeyFileLength_fix
2017-08-07 Eric Biggersactions: calculate password hash difficulty correctly
2017-08-07 Eric Biggerscmd/fscrypt: fix help message for ErrKeyFileLength
2017-07-25 Joseph RicheyMerge pull request #30 from google/josephlr-patch-1
2017-07-25 Joseph RicheyREADME reformatting
2017-07-23 Joseph RicheyMerge pull request #29 from google/docs
2017-07-23 Joseph RicheyREADME: Fixed cloning documentation
2017-07-20 Joseph RicheyMerge pull request #27 from google/tests
2017-07-20 Joe Richey... Build system: no longer run make gen for make all
2017-07-20 Joe Richey... crypto: Add more tests for bad key lengths
2017-07-20 Joe Richey... README: add badges for license and code coverage
2017-07-20 Joe Richey... coveralls: Adding Travis CI integration
2017-07-19 Joseph RicheyMerge pull request #23 from google/fix
2017-07-19 Joe Richey... Makefile: typo
2017-07-19 Joe Richey... Update documentation about new build system
2017-07-19 Joe Richey... metadata: Remove "go generate" and regenerate
2017-07-19 Joe Richey... tests: Unit tests and Integration tests work
2017-07-19 Joe Richey... Travis.yml and Makefile now run integration tests.
2017-07-18 Joseph RicheyMerge pull request #22 from google/fix
2017-07-18 Joe Richey... actions: Fixed flaky hashing test
2017-07-18 Joe Richey... Better output for input_fail.py
2017-07-18 Joe Richey... cmd/fscrypt: more nits to fix "make lint"
2017-07-18 Joe Richey... Small fixes so "make lint" doesn't complain.
2017-07-18 Joe Richey... pam: Added missing documentation (fix "make lint")
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
next