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
Age
Commit message (
Expand
)
Author
2021-04-22
cmd/fscrypt: use golang.org/x/term
Tobias Klauser
2021-01-19
cmd/fscrypt: fix missing protector error format
Alastair Hughes
2020-11-30
bash-completion: add completion script
Henry-Joseph Audéoud
2020-11-07
cmd/fscrypt: fix race condition in getPassphraseKey()
Eric Biggers
2020-11-07
cmd/fscrypt: fix isDirUnlockedHeuristic() on latest kernels
Eric Biggers
2020-08-09
Fix nil error issue, Resolves https://github.com/google/fscrypt/issues/242
bitcodr
2020-06-13
cmd/fscrypt: adjust status message for v1-encrypted dirs
Eric Biggers
2020-06-02
cmd/fscrypt: fix 32-bit build
Eric Biggers
2020-05-14
cmd/fscrypt: fix up path formatting in ErrDirNotEmpty suggestion (#229)
Eric Biggers
2020-05-13
cmd/fscrypt: link to guide when interactively creating login protector (#225)
Eric Biggers
2020-05-09
cmd/fscrypt: improve errors
Eric Biggers
2020-05-09
cmd/fscrypt: remove ErrMaxPassphrase
Eric Biggers
2020-05-09
filesystem: improve errors
Eric Biggers
2020-05-09
metadata: improve errors
Eric Biggers
2020-05-09
keyring: improve errors
Eric Biggers
2020-05-09
crypto: improve errors
Eric Biggers
2020-05-09
actions/policy: improve errors
Eric Biggers
2020-05-09
actions/protector: improve errors
Eric Biggers
2020-05-09
actions/config: improve config file related errors
Eric Biggers
2020-05-09
cmd/fscrypt: make wrapText() support code blocks
Eric Biggers
2020-05-09
Try to detect incomplete locking of v1-encrypted directory
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-03-23
Improve error message when unlocking v2 policy is unsupported
Eric Biggers
2020-03-23
Improve error message when setting v2 policy is unsupported
Eric Biggers
2020-03-23
Create /etc/fscrypt.conf with policy_version 2 on kernel v5.4+
Eric Biggers
2020-03-23
Simplify choosing the key description prefix
Eric Biggers
2020-01-29
cmd/fscrypt/commands: allow disabling recovery passphrase (#193)
Eric Biggers
2020-01-28
cmd/fscrypt/commands: clean up properly when encryptPath() fails
Eric Biggers
2020-01-28
cmd/fscrypt/errors: explicitly mark error messages as errors (#191)
Eric Biggers
2020-01-28
cmd/fscrypt/setup: don't prompt to create /etc/fscrypt.conf (#190)
Eric Biggers
2020-01-22
Automatically generate recovery passphrase when useful
Eric Biggers
2020-01-05
cmd/fscrypt, keyring: add --all-users option to 'fscrypt lock'
Eric Biggers
2020-01-05
Keyring support for v2 encryption policies
Eric Biggers
2020-01-05
cmd/fscrypt: adjust user and keyring validation and preparation
Eric Biggers
2020-01-05
cmd/fscrypt: add 'fscrypt lock' command
Eric Biggers
2020-01-05
keyring: support filesystem keyring with v1 encryption policies
Eric Biggers
2020-01-05
Add keyring package
Eric Biggers
2019-11-27
cmd/fscrypt: preserve paragraphs in wrapText()
Eric Biggers
2019-11-27
Rename some variables from 'target' to 'targetUser'
Eric Biggers
2019-11-27
cmd/fscrypt: adjust message when listing protector sources
Eric Biggers
2019-10-29
filesystem: rename Mount.Filesystem to Mount.FilesystemType
Eric Biggers
2019-09-24
cmd/fscrypt: make 'fscrypt setup' create /.fscrypt (#149)
ebiggers
2019-09-09
cmd/fscrypt: show encryption options with 'fscrypt status DIR' (#145)
ebiggers
2019-09-08
Fix various typos and grammatical errors (#141)
ebiggers
2019-07-27
cmd/fscrypt: give newly encrypted directories mode 0700 (#134)
ebiggers
2018-09-02
feat(spell-check): add make command for spell check.
Deepesh Pathak
2018-02-11
vet: eliminate unnecessary shadowing
Joseph Richey
[next]