Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-26 | tests: replace xattr.Supported | Jakob Unterwurzacher | |
This function has been deprecated by the pkg/xattr upstream, so write our own. | |||
2018-03-25 | fusefrontend: handle empty xattrs efficiently | Jakob Unterwurzacher | |
We handle empty files by storing an actual empty file on disk. Handle xattrs similarily and encrypt the empty value to the empty value. | |||
2018-03-25 | fusefrontend: add xattr support | Jakob Unterwurzacher | |
At the moment, only for reverse mode. https://github.com/rfjakob/gocryptfs/issues/217 |