aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-17cmd/fscrypt: username and login token fixJoe Richey joerichey@google.com
2017-07-17pam: IsUserLoginToken now uses PAM libraryJoe Richey joerichey@google.com
2017-07-17pam: Add Go wrappers around PAM functionsJoe Richey joerichey@google.com
2017-07-17pam: C implementation for conversation and cleanupJoe Richey joerichey@google.com
2017-07-17crypto: Conversion to/from C stringsJoe Richey joerichey@google.com
2017-07-17pam: Add PAM Items and FlagsJoe Richey joerichey@google.com
2017-07-17util: Add conversions for byte/pointer arraysJoe Richey joerichey@google.com
2017-07-17Merge pull request #20 from google/fixJoseph Richey
2017-07-17cmd/fscrypt: prompts now use command functionsJoe Richey joerichey@google.com
2017-07-17util: Move line reading into common packageJoe Richey joerichey@google.com
2017-07-17Merge pull request #19 from google/fixJoseph Richey
2017-07-17cmd/fscrypt: Improve "fscrypt status"Joe Richey joerichey@google.com
2017-07-17cmd/fscrypt: Check support before encryptingJoe Richey joerichey@google.com
2017-07-17filesystem: Distinguish support and setup for fsJoe Richey joerichey@google.com
2017-07-17Merge pull request #18 from google/fixJoseph Richey
2017-07-17actions: Add tests for policy unlockingJoe Richey joerichey@google.com
2017-07-17actions: Protectors can directly unlock PoliciesJoe Richey joerichey@google.com
2017-07-14Merge pull request #16 from google/fixJoseph Richey
2017-07-14actions: Policies now have Description methodJoe Richey joerichey@google.com
2017-07-14crypto: Use single description parameterJoe Richey joerichey@google.com
2017-07-14Merge pull request #15 from google/fixJoseph Richey
2017-07-14cmd/fscrypt: fix protector and policy cleanupJoe Richey joerichey@google.com
2017-07-14vendor: Fixed package list so "make all" will workJoe Richey joerichey@google.com
2017-07-13Merge pull request #14 from google/docsJoseph Richey
2017-07-13Makefile: version and data now pulled in directlyJoe Richey joerichey@google.com
2017-07-13README: Fixed version badge to pull from Git tagsJoseph Richey
2017-07-13Merge pull request #12 from google/docsJoseph Richey
2017-07-13README: Add badges for protect, docs, report cardJoseph Richey
2017-07-13README: fix typos and formattingJoseph Richey
2017-06-28Finalize import paths and documentationv0.1.00.1.0Joe Richey joerichey@google.com
2017-06-28Update Makefile and READMEJoe Richey joerichey@google.com
2017-06-28cmd/fscrypt: commands to add/remove protectorsJoe Richey joerichey@google.com
2017-06-28cmd/fscrypt: add metadata commandJoe Richey joerichey@google.com
2017-06-28cmd/fscrypt: add in status and purge commandsJoe Richey joerichey@google.com
2017-06-28cmd/fscrypt: setup, encrypt, unlock commandsJoe Richey joerichey@google.com
2017-06-28actions: error handling and API changedJoe Richey joerichey@google.com
2017-06-28Change error handling to new packageJoe Richey joerichey@google.com
2017-06-26vendor: add in github.com/pkg/errorsJoe Richey joerichey@google.com
2017-06-26actions: Simplify the callback mechanismJoe Richey joerichey@google.com
2017-06-15vendor: update x/sys/unixJoe Richey joerichey@google.com
2017-06-15crypto: add in additional keyring functionalityJoe Richey joerichey@google.com
2017-06-15metadata: change encryption mode namesJoe Richey joerichey@google.com
2017-06-15filesystem: change support detection and bug-fixesJoe Richey joerichey@google.com
2017-06-15pam: checking a user's login passphraseJoe Richey joerichey@google.com
2017-05-31vendor: add in external packages for use with CLIJoe Richey joerichey@google.com
2017-05-31actions: creating and unlocking policiesJoe Richey joerichey@google.com
2017-05-31actions: creating and unlocking protectorsJoe Richey joerichey@google.com
2017-05-31actions: generate a config file for fscryptJoe Richey joerichey@google.com
2017-05-31filesystem: creating the directories and filesJoe Richey joerichey@google.com
2017-05-31crypto: tests, errors, and descriptor computationJoe Richey joerichey@google.com