Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-28 | Fix invalid -longnamemax for reverse mode | NekoGirlSAIKOU | |
2021-08-23 | go mod: declare module version v2 | Jakob Unterwurzacher | |
Our git version is v2+ for some time now, but go.mod still declared v1. Hopefully making both match makes https://pkg.go.dev/github.com/rfjakob/gocryptfs/v2 work. All the import paths have been fixed like this: find . -name \*.go | xargs sed -i s%github.com/rfjakob/gocryptfs/%github.com/rfjakob/gocryptfs/v2/% | |||
2021-08-20 | -deterministic-names: implement for reverse mode, too | Jakob Unterwurzacher | |
2021-08-16 | reverse mode: implement -one-file-system | Jakob Unterwurzacher | |
Fixes https://github.com/rfjakob/gocryptfs/issues/475 | |||
2021-06-02 | nametransform: check name validity on encryption | Jakob Unterwurzacher | |
xfstests generic/523 discovered that we allowed to set xattrs with "/" in the name, but did not allow to read them later. With this change we do not allow to set them in the first place. | |||
2020-08-15 | v2api/reverse: finish -exclude | Jakob Unterwurzacher | |
Tests pass now. | |||
2020-08-15 | v2api/reverse: implement gocryptfs.conf mapping with -plaintextnames | Jakob Unterwurzacher | |
2020-08-01 | v2api/reverse: implement Readdir | Jakob Unterwurzacher | |