aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-04Stop using deprecated package io/ioutilEric Biggers
2022-12-04pam_fscrypt: filter out irrelevant policies earlierEric Biggers
2022-10-19Make pam_fscrypt.so support the unlock_only optionEric Biggers
2022-10-19Add support for AES_256_HCTR2 filenames encryptionEric Biggers
2022-08-27Ignore JSON whitespace in tests (#364)Joseph Richey
2022-08-23fsync set policy ioctlsMarcel Lauhoff
2022-08-18Merge pull request #362 from google/fix-cli-tests-2Joseph Richey
2022-08-17cli-tests: account for protojson whitespace randomizationEric Biggers
2022-04-16Try to detect process being forked during PAM transactionEric Biggers
2022-04-09Merge pull request #354 from google/staticcheck-fixJoseph Richey
2022-04-08Merge pull request #355 from google/supported-filesystemsJoseph Richey
2022-04-08Re-run 'make format' with latest version of gofmtEric Biggers
2022-04-08Switch to google.golang.org/protobuf/protoEric Biggers
2022-04-08Add lustre to allowed filesystems and update documentationEric Biggers
2022-04-08Use Go 1.18 in all other CI stepsJoe Richey
2022-04-08Regenerate go.mod and go.sum with go 1.16Joe Richey
2022-04-08Upgrade honnef.co/go/tools to latest versionEric Biggers
2022-04-08Remove unnecessary uses of fmt.Sprintf()Eric Biggers
2022-04-08Merge pull request #353 from google/go-versionJoseph Richey
2022-04-08Bump up required Go version to 1.16Eric Biggers
2022-02-23v0.3.3v0.3.3Eric Biggers
2022-02-23Merge pull request #346 from google/fixesEric Biggers
2022-02-23pam_fscrypt: ignore system usersEric Biggers
2022-02-23pam_fscrypt: log errors getting protector in policiesUsingProtector()Eric Biggers
2022-02-23filesystem: create metadata files with mode 0600Eric Biggers
2022-02-23filesystem: preserve metadata file permissions on updatesEric Biggers
2022-02-23Make all new metadata files owned by user when neededEric Biggers
2022-02-23Extend ownership validation to entire directory structureEric Biggers
2022-02-23Strictly validate metadata file ownership by defaultEric Biggers
2022-02-23Make 'fscrypt setup' offer a choice of directory modesEric Biggers
2022-02-23filesystem: fall back to non-atomic overwrites when requiredEric Biggers
2022-02-23filesystem: reject spoofed login protectorsEric Biggers
2022-02-23filesystem: validate size and type of metadata filesEric Biggers
2022-02-23bash_completion: fix command injection and incorrect completionsEric Biggers
2022-02-23Make the output of 'fscrypt status' unambiguousEric Biggers
2022-02-11Merge pull request #345 from google/contributingJoseph Richey
2022-02-11CONTRIBUTING: update maintainers listEric Biggers
2022-02-06v0.3.2v0.3.2Eric Biggers
2022-02-06filesystem: remove an outdated commentEric Biggers
2022-01-26Merge pull request #340 from google/fix-btrfsEric Biggers
2022-01-26filesystem: fall back to path-only links if UUID cannot be determinedEric Biggers
2022-01-26filesystem: make FindMount() fall back to search by pathEric Biggers
2022-01-19filesystem: add back canonicalizePath()Eric Biggers
2022-01-19filesystem: add back the mountsByPath mapEric Biggers
2022-01-19Merge pull request #341 from google/fix-testEric Biggers
2022-01-19cli-tests: fix broken testEric Biggers
2022-01-18Merge pull request #337 from google/broken-linksEric Biggers
2022-01-18Merge pull request #338 from google/remove-protector-from-policyEric Biggers
2021-12-23cmd/fscrypt: don't load protector in remove-protector-from-policyEric Biggers
2021-12-23cli-tests: add helper functions to get protector descriptorsEric Biggers