aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-27cmd/fscrypt: adjust message when listing protector sourcesEric Biggers
2019-11-27Allow filesystem links to contain leading/trailing whitespaceEric Biggers
2019-11-26travis: set GO111MODULE=on for 'go get'Eric Biggers
2019-11-08Merge pull request #162 from josephlr/masterJoseph Richey
2019-11-05Add Code of ConductJoe Richey
2019-10-30Merge pull request #154 from ebiggers/bind-mountsJoseph Richey
2019-10-30filesystem: add unit tests for loadMountInfo()Eric Biggers
2019-10-30filesystem: handle bind mounts properlyEric Biggers
2019-10-30filesystem: make link handling more robustEric Biggers
2019-10-30filesystem: get correct device for kernel-mounted rootfsEric Biggers
2019-10-30filesystem: add device number utilitiesEric Biggers
2019-10-30filesystem: skip unnecessary mountpoint canonicalizationEric Biggers
2019-10-30filesystem: switch to using /proc/self/mountinfoEric Biggers
2019-10-29filesystem: rename getMountInfo() to loadMountInfo()Eric Biggers
2019-10-29filesystem: remove Mount.OptionsEric Biggers
2019-10-29filesystem: rename Mount.Filesystem to Mount.FilesystemTypeEric Biggers
2019-10-25Manage tool versioning with Go modules (#161)Joseph Richey
2019-10-25Delete vendored code and update CI to Go 1.13 (#158)Joseph Richey
2019-10-25Added capacity to slice creation, when capacity is known (#159)Vivek V
2019-10-23actions/config: ensure config file is created with mode 0644 (#152)ebiggers
2019-10-23Merge pull request #150 from ebiggers/allow-metadata-symlinkJoseph Richey
2019-10-23filesystem: Move test-only code to test filesJoe Richey
2019-10-01filesystem: allow .fscrypt to be a symlinkEric Biggers
2019-09-24cmd/fscrypt: make 'fscrypt setup' create /.fscrypt (#149)ebiggers
2019-09-11Prepare v0.2.5 (#147)v0.2.5Joseph Richey
2019-09-09cmd/fscrypt: show encryption options with 'fscrypt status DIR' (#145)ebiggers
2019-09-09writeDataAtomic() fixes (#140)ebiggers
2019-09-08Fix various typos and grammatical errors (#141)ebiggers
2019-09-08.gitignore: add tags file (#144)ebiggers
2019-08-29Merge pull request #142 from ebiggers/goimportsJoseph Richey
2019-08-28Run 'make format' with latest version of goimportsEric Biggers
2019-08-28Makefile: exclude generated files from 'make format'Eric Biggers
2019-07-27README.md: improve documentation for moving files into encrypted dirs (#138)ebiggers
2019-07-27README.md: improve documentation for kernel and filesystem support (#137)ebiggers
2019-07-27README.md: improve documentation of GRUB limitation (#136)ebiggers
2019-07-27cmd/fscrypt: give newly encrypted directories mode 0700 (#134)ebiggers
2019-07-26Update Travis to use Ubuntu 18.04 and Go 1.12 (#135)Joseph Richey
2019-01-19Merge pull request #122 from google/pamJoseph Richey
2019-01-19Update the README with correct install informationJoe Richey
2019-01-19Install pam modules/configs to the right locationJoe Richey
2019-01-17Merge pull request #119 from ebiggers/adiantumJoseph Richey
2019-01-17Merge pull request #120 from google/toolsJoseph Richey
2019-01-17Makefile: migrate from megacheck to staticcheckJoe Richey joerichey@google.com
2019-01-14Add support for the Adiantum encryption modeEric Biggers
2018-12-04Merge pull request #114 from ebiggers/fix-make-genJoseph Richey
2018-12-04Makefile: use a specific protoc-gen-go versionEric Biggers
2018-11-20Merge pull request #110 from wjt/patch-1Joseph Richey
2018-11-05README: fix "Debain" typoWill Thompson
2018-09-05Merge pull request #106 from fristonio/spell-checkJoseph Richey
2018-09-02feat(spell-check): add make command for spell check.Deepesh Pathak