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
Age
Commit message (
Expand
)
Author
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
Merge pull request #217 from ebiggers/detect-incomplete-v1-locking
Eric Biggers
2020-05-09
Try to detect incomplete locking of v1-encrypted directory
Eric Biggers
2020-05-09
keyring/user_keyring: switch to KEYCTL_UNLINK
Eric Biggers
2020-05-09
Merge pull request #218 from ebiggers/cli-tests
Eric Biggers
2020-05-09
cli-tests: add t_v1_policy_fs_keyring
Eric Biggers
2020-05-09
cli-tests: add t_v1_policy
Eric Biggers
2020-05-09
cli-tests: add t_unlock
Eric Biggers
2020-05-09
cli-tests: add t_status
Eric Biggers
2020-05-09
cli-tests: add t_setup
Eric Biggers
2020-05-09
cli-tests: add t_passphrase_hashing
Eric Biggers
2020-05-09
cli-tests: add t_not_supported
Eric Biggers
2020-05-09
cli-tests: add t_not_enabled
Eric Biggers
2020-05-09
cli-tests: add t_lock
Eric Biggers
2020-05-09
cli-tests: add t_encrypt_raw_key
Eric Biggers
2020-05-09
cli-tests: add t_encrypt_login
Eric Biggers
2020-05-09
cli-tests: add t_encrypt_custom
Eric Biggers
2020-05-09
cli-tests: add t_encrypt
Eric Biggers
2020-05-09
cli-tests: add t_change_passphrase
Eric Biggers
2020-05-09
Wire up shellcheck of cli-tests/*.sh to 'make lint'
Eric Biggers
2020-05-09
Add cli-tests framework
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-05-09
travis.yml: stop overriding e2fsprogs version (#222)
Eric Biggers
2020-05-09
keyring: cast FS_IOC_REMOVE_ENCRYPTION_KEY to uintptr (#221)
Filip Stanis
2020-04-16
Allow fscrypt to work in containers (#213)
Eric Biggers
2020-03-24
Release version v0.2.7
v0.2.7
Joe Richey
2020-03-24
Makefile: Use trimpath if available (#208)
Joseph Richey
2020-03-23
cmd: Simplify "fscrypt --version" output (#207)
Joseph Richey
2020-03-23
Merge pull request #205 from ebiggers/autoselect-v2
Joseph Richey
2020-03-23
README.md: update v2 policy-related documentation
Eric Biggers
2020-03-23
README.md: update examples to use v2 policies
Eric Biggers
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-03-19
README.md: improve documentation for PAM configuration (#204)
Eric Biggers
2020-02-22
Makefile: clean up installation commands (#201)
Eric Biggers
2020-02-18
Use DESTDIR for install prefix (#200)
Anatol Pomozov
2020-02-10
Release version v0.2.6 (#198)
v0.2.6
Joseph Richey
2020-01-29
cmd/fscrypt/commands: allow disabling recovery passphrase (#193)
Eric Biggers
2020-01-29
Merge pull request #192 from ebiggers/cleanup-on-error
Eric Biggers
2020-01-28
actions/policy: revert new protector links on failure
Eric Biggers
2020-01-28
filesystem: don't overwrite existing protector links
Eric Biggers
2020-01-28
cmd/fscrypt/commands: clean up properly when encryptPath() fails
Eric Biggers
2020-01-28
actions/recovery: revert protector if it can't be added to policy
Eric Biggers
[next]