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
2026-04-14
cmd/fscrypt: mention --unlock-with in protector error hint
HEAD
master
alliasgher
2025-02-17
Fix non-constant format string passed to errors.Wrapf()
Eric Biggers
2024-12-03
Document stdin behaviour for getting raw key
Petteri Räty
2023-12-11
Provide better error message when given a locked regular file
Eric Biggers
2023-11-02
README.md, errors.go: CephFS now supports fscrypt
Eric Biggers
2023-09-09
Re-run 'make format' with latest version of gofmt
Eric Biggers
2022-12-04
Stop using deprecated package io/ioutil
Eric Biggers
2022-04-08
Remove unnecessary uses of fmt.Sprintf()
Eric Biggers
2022-02-23
Make all new metadata files owned by user when needed
Eric Biggers
2022-02-23
Extend ownership validation to entire directory structure
Eric Biggers
2022-02-23
Strictly validate metadata file ownership by default
Eric Biggers
2022-02-23
Make 'fscrypt setup' offer a choice of directory modes
Eric Biggers
2022-02-23
bash_completion: fix command injection and incorrect completions
Eric Biggers
2022-02-23
Make the output of 'fscrypt status' unambiguous
Eric Biggers
2021-12-23
cmd/fscrypt: don't load protector in remove-protector-from-policy
Eric Biggers
2021-12-21
README: write "Linux native filesystem encryption"
Eric Biggers
2021-11-29
cmd/fscrypt: read key from stdin
Dimitry Ishenko
2021-10-05
Adjust recovery passphrase generation
Eric Biggers
2021-09-14
cmd/fscrypt: recognize no-key names containing hyphen
Eric Biggers
2021-06-27
cmd/fscrypt: fix detection of GRUB installation
Eric Biggers
2021-04-27
cmd/fscrypt: fix word mismatch "protector" => "policy"
Gibeom Gwon
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
[next]