aboutsummaryrefslogtreecommitdiff
path: root/cmd/fscrypt/commands.go
AgeCommit message (Expand)Author
2025-02-17Fix non-constant format string passed to errors.Wrapf()Eric Biggers
2022-02-23Make 'fscrypt setup' offer a choice of directory modesEric Biggers
2021-12-23cmd/fscrypt: don't load protector in remove-protector-from-policyEric Biggers
2021-10-05Adjust recovery passphrase generationEric Biggers
2021-09-14cmd/fscrypt: recognize no-key names containing hyphenEric Biggers
2021-04-27cmd/fscrypt: fix word mismatch "protector" => "policy"Gibeom Gwon
2020-11-07cmd/fscrypt: fix isDirUnlockedHeuristic() on latest kernelsEric Biggers
2020-08-09Fix nil error issue, Resolves https://github.com/google/fscrypt/issues/242bitcodr
2020-05-09cmd/fscrypt: improve errorsEric Biggers
2020-05-09filesystem: improve errorsEric Biggers
2020-05-09metadata: improve errorsEric Biggers
2020-05-09Try to detect incomplete locking of v1-encrypted directoryEric Biggers
2020-05-09cmd/fscrypt: add FSCRYPT_ROOT_MNT environmental variableEric Biggers
2020-03-23Simplify choosing the key description prefixEric Biggers
2020-01-29cmd/fscrypt/commands: allow disabling recovery passphrase (#193)Eric Biggers
2020-01-28cmd/fscrypt/commands: clean up properly when encryptPath() failsEric Biggers
2020-01-22Automatically generate recovery passphrase when usefulEric Biggers
2020-01-05cmd/fscrypt, keyring: add --all-users option to 'fscrypt lock'Eric Biggers
2020-01-05Keyring support for v2 encryption policiesEric Biggers
2020-01-05cmd/fscrypt: adjust user and keyring validation and preparationEric Biggers
2020-01-05cmd/fscrypt: add 'fscrypt lock' commandEric Biggers
2019-11-27Rename some variables from 'target' to 'targetUser'Eric Biggers
2019-09-24cmd/fscrypt: make 'fscrypt setup' create /.fscrypt (#149)ebiggers
2019-09-08Fix various typos and grammatical errors (#141)ebiggers
2019-07-27cmd/fscrypt: give newly encrypted directories mode 0700 (#134)ebiggers
2018-02-11vet: eliminate unnecessary shadowingJoseph Richey
2017-10-02security: Sync filesystem before dropping cachesJoe Richey joerichey@google.com
2017-09-06Fixes logging string for policiesJoseph Richey
2017-09-01cmd/fscrypt: Check that keyrings are setupJoseph Richey
2017-08-30cmd/fscrypt: Add --user flag for running as rootJoe 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-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