aboutsummaryrefslogtreecommitdiff
path: root/cmd/fscrypt/fscrypt.go
AgeCommit message (Expand)Author
2022-12-04Stop using deprecated package io/ioutilEric Biggers
2020-05-09cmd/fscrypt: add FSCRYPT_CONSISTENT_OUTPUT environmental variableEric Biggers
2020-05-09cmd/fscrypt: add FSCRYPT_ROOT_MNT environmental variableEric Biggers
2020-05-09cmd/fscrypt: add FSCRYPT_CONF environmental variableEric Biggers
2020-03-23cmd: Simplify "fscrypt --version" output (#207)Joseph Richey
2020-01-05cmd/fscrypt: add 'fscrypt lock' commandEric Biggers
2019-09-08Fix various typos and grammatical errors (#141)ebiggers
2018-02-11lint: Remove all build tagsJoseph Richey
2017-08-29cmd/fscrypt: Stop dropping/raising for sudoJoseph Richey
2017-08-29Added +build linux,cgo flagsJoe Richey
2017-08-17cmd/fscrypt: purge command now clears cacheJoe 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