]> git.apps.os.sepia.ceph.com Git - fscrypt.git/shortlog
fscrypt.git
2018-02-12 Joseph RicheyMerge pull request #90 from google/travis
2018-02-12 Joseph Richeytravis: Fix travis bug
2018-02-12 Joseph RicheyMerge pull request #89 from google/proto
2018-02-12 Joseph Richeymetadata: regenerate .pb.go
2018-02-12 Joseph RicheyMakefile: bump protoc to most recent version
2018-02-12 Joseph RicheyMerge pull request #88 from google/key
2018-02-12 Joseph Richeytravis: Upload encrypted API key
2018-02-12 Joseph RicheyMerge pull request #87 from google/cleanup
2018-02-12 Joseph Richeyvet: eliminate unnecessary shadowing
2018-02-12 Joseph Richeycmd/fscrypt: don't show build time if not set
2018-02-12 Joseph RicheyMerge pull request #86 from google/docs
2018-02-12 Joseph Richeydocs: Update CONTRIBUTING.md and README.md
2018-02-12 Joseph RicheyMerge pull request #85 from google/depfix
2018-02-12 Joseph Richeytravis: use multiple build stages
2018-02-12 Joseph RicheyMakefile: completly rewrite
2018-02-12 Joseph Richeygolint: Use fork that respects vendor directory
2018-02-12 Joseph Richeyvendor: include source for tools
2018-02-12 Joseph Richeydep: require tools to be vendored
2018-02-12 Joseph Richeyvendor: update vendored dependancies
2018-02-12 Joseph Richeydep: add dependancies to Gopkg.toml
2018-02-12 Joseph Richeytest: all packages should have tests
2018-02-12 Joseph Richeylint: Remove all build tags
2018-02-09 Joseph RicheyMerge pull request #84 from google/argon2
2018-02-09 Joseph Richeydep: Run dep ensure
2018-02-09 Joseph Richeydocs/travis: Remove mention of Argon2
2018-02-09 Joseph Richeycrypto: Move from libargon2 -> x/crypto/argon2
2018-02-08 Joseph RicheyMerge pull request #83 from google/dep
2018-02-08 Joseph Richeydep: Update Travis to use dep
2018-02-08 Joseph Richeydep: Setup Gopkg.toml
2018-02-08 Joseph RicheyChange Golang formatter
2018-02-08 Joseph RicheyRemove unnecessary gitignore rule
2018-01-12 Joseph RicheyMerge pull request #75 from ilius/PR-README-typo
2018-01-12 Saeed Rasoolifix typo in README.md: $GOPATH/github.com -> $GOPATH...
2018-01-11 Joseph RicheyMerge pull request #74 from google/maxMemory
2018-01-11 Joe Richey... Format files correctly
2018-01-11 Joe Richey... Limit the amount of RAM that will be used
2017-10-05 Joseph RicheyMerge pull request #70 from kant/patch-1
2017-10-05 Darío HereñúTypos
2017-10-03 Joseph RicheyMerge pull request #69 from google/makefile
2017-10-03 Joseph RicheyMakefile: Updated scripts to run tests in travis
2017-10-03 Joseph RicheyMerge pull request #68 from dvrkps/patch-1
2017-10-03 Davor Kapsatravis: update go version
2017-10-02 Joseph RicheyMerge pull request #67 from google/sync
2017-10-02 Joe Richey... security: Sync filesystem before dropping caches
2017-09-29 Joseph RicheyMerge pull request #64 from google/new_values
2017-09-29 Joseph RicheyMerge pull request #65 from google/session_keyring
2017-09-29 Joseph Richeyvendor: Just add windows to make govendor work
2017-09-29 Joseph RicheyFix lint
2017-09-29 Joseph Richeysecurity: Add check option to UserKeyringID
2017-09-29 Joseph Richeymetadata: Add new encryption modes
2017-09-29 Joseph RicheyMakefile: Don't update dependancies w/ "make all"
2017-09-29 Joseph Richeyvendor: Update to latest versions
2017-09-07 Joseph RicheyFixes logging string for policies
2017-09-01 Joseph RicheyMerge pull request #56 from google/panics
2017-09-01 Joseph Richeycmd/fscrypt: Add explanations for keyring failures
2017-09-01 Joseph Richeycmd/fscrypt: Check that keyrings are setup
2017-09-01 Joseph Richeysecurity: Change user keyring lookup algorithm
2017-09-01 Joseph Richeysecurity: No more permenant privilege dropping
2017-09-01 Joseph Richeypam_fscrypt: PAM module no longer crashes on panic
2017-08-31 Joseph RicheyMerge pull request #52 from google/keyrings
2017-08-31 Joseph RicheyMerge pull request #54 from google/uuid
2017-08-31 Joe Richeyfilesystem: libblkid -> search /dev/disk/by-uuid
2017-08-31 Joe Richeysecurity: Error if privilege reset goes wrong
2017-08-31 Joe RicheyFixed linter issues
2017-08-31 Joe Richeycmd/fscrypt: Add --user flag for running as root
2017-08-31 Joe Richeypam_fscrypt: Added logging and use of new pam API
2017-08-31 Joe Richeyactions: context now hold a target user.User
2017-08-31 Joe Richeycrypto: Updated to include user parameter
2017-08-31 Joe Richeypam: Handle holds data for calling and PAM users
2017-08-31 Joe Richeysecurity: Rewrite of keryings and permissions
2017-08-30 Joseph Richeyutil: Added parsing and effective user functions
2017-08-30 Joseph Richeygitignore: Update to include VSCode files
2017-08-30 Joseph RicheyGo formatter "gofmt" -> "goimports"
2017-08-30 Joseph Richeypam_fscrypt: Handle empty arguments list
2017-08-30 Joseph Richeycmd/fscrypt: Stop dropping/raising for sudo
2017-08-30 Joseph RicheyMerge pull request #49 from google/misc
2017-08-29 Joseph RicheyMerge pull request #48 from google/contrib
2017-08-29 Joseph RicheyMerge pull request #47 from google/build_tags
2017-08-29 Joe RicheyREADME: Clarified boot related encryption issues
2017-08-29 Joe RicheyCONTRIBUTING: typo
2017-08-29 Joe Richeycrypto: Handle when "ulimit -l" is too low
2017-08-29 Joe RicheyFixed typos
2017-08-29 Joe RicheyAdded +build linux,cgo flags
2017-08-29 Joe RicheyCONTRIBUTING: Make it clear how issues work
2017-08-29 Joe RicheyMakefile: Build version flag no longer needs repo
2017-08-28 Joseph RicheyMerge pull request #44 from mhalcrow/master
2017-08-25 Michael HalcrowFix typo (once -> one).
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
next