aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-02README.md, errors.go: CephFS now supports fscryptEric Biggers
2023-09-09Bump up required Go version to 1.18Eric Biggers
2023-09-09Upgrade github.com/urfave/cliEric Biggers
2023-09-09Upgrade honnef.co/go/toolsEric Biggers
2023-09-09Upgrade google.golang.org/protobufEric Biggers
2023-09-09Upgrade golang.org/x/toolsEric Biggers
2023-09-09Upgrade golang.org/x/cryptoEric Biggers
2023-09-09Upgrade golang.org/x/termEric Biggers
2023-09-09Upgrade golang.org/x/sysEric Biggers
2023-09-09Fixup for previous commitEric Biggers
2023-09-09Stop using golang.org/x/lintEric Biggers
2023-09-09README.md: don't recommend 'go get'Eric Biggers
2023-09-09mountpoint_test: skip TestLoadSourceDevice if loop0 doesn't existEric Biggers
2023-09-09Re-run 'make format' with latest version of gofmtEric Biggers
2023-09-09Adjust nested lists to prevent gofmt from flattening themEric Biggers
2023-01-30v0.3.4v0.3.4Eric Biggers
2023-01-30Add a NEWS fileEric Biggers
2023-01-30ci.yml: upgrade to actions/checkout@v3Eric Biggers
2022-12-04Only use up to MaxParallelism CPUsJoe Richey
2022-12-04Increase checks for invalid HashingCostsJoe Richey
2022-12-04Add truncation_fixed field to HashingCostsJoe Richey
2022-12-04Update file commentJoe Richey
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