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
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
2019-10-30
filesystem: switch to using /proc/self/mountinfo
Eric Biggers
2019-10-29
filesystem: rename getMountInfo() to loadMountInfo()
Eric Biggers
2019-10-29
filesystem: remove Mount.Options
Eric Biggers
2019-10-29
filesystem: rename Mount.Filesystem to Mount.FilesystemType
Eric Biggers
2019-10-25
Manage tool versioning with Go modules (#161)
Joseph Richey
2019-10-25
Delete vendored code and update CI to Go 1.13 (#158)
Joseph Richey
2019-10-25
Added capacity to slice creation, when capacity is known (#159)
Vivek V
2019-10-23
actions/config: ensure config file is created with mode 0644 (#152)
ebiggers
2019-10-23
Merge pull request #150 from ebiggers/allow-metadata-symlink
Joseph Richey
2019-10-23
filesystem: Move test-only code to test files
Joe Richey
2019-10-01
filesystem: allow .fscrypt to be a symlink
Eric Biggers
2019-09-24
cmd/fscrypt: make 'fscrypt setup' create /.fscrypt (#149)
ebiggers
2019-09-11
Prepare v0.2.5 (#147)
v0.2.5
Joseph Richey
2019-09-09
cmd/fscrypt: show encryption options with 'fscrypt status DIR' (#145)
ebiggers
2019-09-09
writeDataAtomic() fixes (#140)
ebiggers
2019-09-08
Fix various typos and grammatical errors (#141)
ebiggers
2019-09-08
.gitignore: add tags file (#144)
ebiggers
2019-08-29
Merge pull request #142 from ebiggers/goimports
Joseph Richey
2019-08-28
Run 'make format' with latest version of goimports
Eric Biggers
2019-08-28
Makefile: exclude generated files from 'make format'
Eric Biggers
2019-07-27
README.md: improve documentation for moving files into encrypted dirs (#138)
ebiggers
2019-07-27
README.md: improve documentation for kernel and filesystem support (#137)
ebiggers
2019-07-27
README.md: improve documentation of GRUB limitation (#136)
ebiggers
2019-07-27
cmd/fscrypt: give newly encrypted directories mode 0700 (#134)
ebiggers
2019-07-26
Update Travis to use Ubuntu 18.04 and Go 1.12 (#135)
Joseph Richey
2019-01-19
Merge pull request #122 from google/pam
Joseph Richey
2019-01-19
Update the README with correct install information
Joe Richey
2019-01-19
Install pam modules/configs to the right location
Joe Richey
2019-01-17
Merge pull request #119 from ebiggers/adiantum
Joseph Richey
2019-01-17
Merge pull request #120 from google/tools
Joseph Richey
2019-01-17
Makefile: migrate from megacheck to staticcheck
Joe Richey joerichey@google.com
2019-01-14
Add support for the Adiantum encryption mode
Eric Biggers
2018-12-04
Merge pull request #114 from ebiggers/fix-make-gen
Joseph Richey
2018-12-04
Makefile: use a specific protoc-gen-go version
Eric Biggers
2018-11-20
Merge pull request #110 from wjt/patch-1
Joseph Richey
2018-11-05
README: fix "Debain" typo
Will Thompson
2018-09-05
Merge pull request #106 from fristonio/spell-check
Joseph Richey
2018-09-02
feat(spell-check): add make command for spell check.
Deepesh Pathak
2018-08-30
Merge pull request #107 from google/mod
Joseph Richey
2018-08-30
Update Travis to use go 1.10 and go 1.11
Joe Richey joerichey@google.com
2018-08-30
Bump Travis Version
Joe Richey joerichey@google.com
2018-08-30
Fix golint to not need a special fork
Joe Richey joerichey@google.com
2018-08-30
Go 1.11 gofmt updatae
Joe Richey joerichey@google.com
2018-08-30
Use proto.Equal instead of reflect.DeepEquals
Joe Richey joerichey@google.com
2018-08-30
Update Protoc Compiler to 3.6.1
Joe Richey joerichey@google.com
2018-08-30
Update dependancies to lastest version
Joe Richey joerichey@google.com
[next]