index
:
fscrypt.git
chr-fork-doc-02
ext4
man
master
refactor
sshd-bug-workaround
Go tool for managing Linux filesystem encryption
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
/
fscrypt
/
fscrypt.go
Age
Commit message (
Expand
)
Author
2022-12-04
Stop using deprecated package io/ioutil
Eric Biggers
2020-05-09
cmd/fscrypt: add FSCRYPT_CONSISTENT_OUTPUT environmental variable
Eric Biggers
2020-05-09
cmd/fscrypt: add FSCRYPT_ROOT_MNT environmental variable
Eric Biggers
2020-05-09
cmd/fscrypt: add FSCRYPT_CONF environmental variable
Eric Biggers
2020-03-23
cmd: Simplify "fscrypt --version" output (#207)
Joseph Richey
2020-01-05
cmd/fscrypt: add 'fscrypt lock' command
Eric Biggers
2019-09-08
Fix various typos and grammatical errors (#141)
ebiggers
2018-02-11
lint: Remove all build tags
Joseph Richey
2017-08-29
cmd/fscrypt: Stop dropping/raising for sudo
Joseph Richey
2017-08-29
Added +build linux,cgo flags
Joe Richey
2017-08-17
cmd/fscrypt: purge command now clears cache
Joe Richey joerichey@google.com
2017-06-28
cmd/fscrypt: add metadata command
Joe Richey joerichey@google.com
2017-06-28
cmd/fscrypt: add in status and purge commands
Joe Richey joerichey@google.com
2017-06-28
cmd/fscrypt: setup, encrypt, unlock commands
Joe Richey joerichey@google.com
2017-05-02
cmd/fscrypt: Initial stub program and docs
Joe Richey