aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2020-01-05keyring: support filesystem keyring with v1 encryption policiesEric Biggers
2020-01-05Add keyring packageEric Biggers
2019-11-27cmd/fscrypt: preserve paragraphs in wrapText()Eric Biggers
2019-11-27Rename some variables from 'target' to 'targetUser'Eric Biggers
2019-11-27cmd/fscrypt: adjust message when listing protector sourcesEric Biggers
2019-10-29filesystem: rename Mount.Filesystem to Mount.FilesystemTypeEric Biggers
2019-09-24cmd/fscrypt: make 'fscrypt setup' create /.fscrypt (#149)ebiggers
2019-09-09cmd/fscrypt: show encryption options with 'fscrypt status DIR' (#145)ebiggers
2019-09-08Fix various typos and grammatical errors (#141)ebiggers
2019-07-27cmd/fscrypt: give newly encrypted directories mode 0700 (#134)ebiggers
2018-09-02feat(spell-check): add make command for spell check.Deepesh Pathak
2018-02-11vet: eliminate unnecessary shadowingJoseph Richey
2018-02-11cmd/fscrypt: don't show build time if not setJoseph Richey
2018-02-11lint: Remove all build tagsJoseph Richey
2017-10-02security: Sync filesystem before dropping cachesJoe Richey joerichey@google.com
2017-09-29security: Add check option to UserKeyringIDJoseph Richey
2017-09-06Fixes logging string for policiesJoseph Richey
2017-09-01cmd/fscrypt: Add explanations for keyring failuresJoseph Richey
2017-09-01cmd/fscrypt: Check that keyrings are setupJoseph Richey
2017-08-31Fixed linter issuesJoe Richey
2017-08-30cmd/fscrypt: Add --user flag for running as rootJoe Richey
2017-08-29cmd/fscrypt: Stop dropping/raising for sudoJoseph Richey
2017-08-29crypto: Handle when "ulimit -l" is too lowJoe Richey
2017-08-29Added +build linux,cgo flagsJoe Richey
2017-08-22security: Moved cache dropping functionJoe Richey joerichey@google.com
2017-08-17cmd/fscrypt: purge command now clears cacheJoe Richey joerichey@google.com
2017-08-07cmd/fscrypt: fix help message for ErrKeyFileLengthEric Biggers
2017-07-17cmd/fscrypt: more nits to fix "make lint"Joe Richey joerichey@google.com
2017-07-17cmd/fscrypt: username and login token fixJoe Richey joerichey@google.com
2017-07-17cmd/fscrypt: prompts now use command functionsJoe Richey joerichey@google.com
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-14cmd/fscrypt: fix protector and policy cleanupJoe Richey joerichey@google.com
2017-06-28Finalize import paths and documentationv0.1.00.1.0Joe 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-05-02cmd/fscrypt: Initial stub program and docsJoe Richey