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-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
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-27
actions/recovery: ensure recovery passphrase is really custom_passphrase
Eric Biggers
2020-01-23
Document how to check for kernel config options (#183)
ebiggers
2020-01-23
privileges.go: remove a stale comment (#184)
ebiggers
2020-01-23
filesystem: remove canonicalizePath() (#185)
ebiggers
2020-01-22
Merge pull request #167 from ebiggers/recovery-passphrase
ebiggers
2020-01-22
Automatically generate recovery passphrase when useful
Eric Biggers
2020-01-22
Merge pull request #148 from ebiggers/fscrypt-key-mgmt-improvements
ebiggers
2020-01-05
README.md: document new settings and troubleshooting key access
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
Metadata support for v2 encryption policies
Eric Biggers
2020-01-05
pam_fscrypt: update to handle filesystem keyring
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
2020-01-05
README.md: document /etc/fscrypt.conf
Eric Biggers
2019-12-15
keyring: fix permission denied accessing user keyring (#177)
ebiggers
2019-11-28
README.md: update output to match reality
Eric Biggers
2019-11-28
Merge pull request #172 from ebiggers/login-passphrase-doc-fix
Joseph Richey
2019-11-27
README.md: remove obsolete warning about changing login passphrase
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
Use latest fscrypt declarations from sys/unix
Eric Biggers
2019-11-27
Upgrade to latest golang.org/x/sys module
Eric Biggers
2019-11-27
cmd/fscrypt: adjust message when listing protector sources
Eric Biggers
2019-11-27
Allow filesystem links to contain leading/trailing whitespace
Eric Biggers
2019-11-26
travis: set GO111MODULE=on for 'go get'
Eric Biggers
2019-11-08
Merge pull request #162 from josephlr/master
Joseph Richey
2019-11-05
Add Code of Conduct
Joe Richey
2019-10-30
Merge pull request #154 from ebiggers/bind-mounts
Joseph Richey
2019-10-30
filesystem: add unit tests for loadMountInfo()
Eric Biggers
2019-10-30
filesystem: handle bind mounts properly
Eric Biggers
2019-10-30
filesystem: make link handling more robust
Eric Biggers
2019-10-30
filesystem: get correct device for kernel-mounted rootfs
Eric Biggers
2019-10-30
filesystem: add device number utilities
Eric Biggers
2019-10-30
filesystem: skip unnecessary mountpoint canonicalization
Eric Biggers
[next]