aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-05Metadata support for v2 encryption policiesEric Biggers
2020-01-05pam_fscrypt: update to handle filesystem keyringEric Biggers
2020-01-05cmd/fscrypt: adjust user and keyring validation and preparationEric Biggers
2020-01-05cmd/fscrypt: add 'fscrypt lock' commandEric Biggers
2020-01-05keyring: support filesystem keyring with v1 encryption policiesEric Biggers
2020-01-05Add keyring packageEric Biggers
2020-01-05README.md: document /etc/fscrypt.confEric Biggers
2019-12-15keyring: fix permission denied accessing user keyring (#177)ebiggers
2019-11-28README.md: update output to match realityEric Biggers
2019-11-28Merge pull request #172 from ebiggers/login-passphrase-doc-fixJoseph Richey
2019-11-27README.md: remove obsolete warning about changing login passphraseEric Biggers
2019-11-27cmd/fscrypt: preserve paragraphs in wrapText()Eric Biggers
2019-11-27Rename some variables from 'target' to 'targetUser'Eric Biggers
2019-11-27Use latest fscrypt declarations from sys/unixEric Biggers
2019-11-27Upgrade to latest golang.org/x/sys moduleEric Biggers
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