Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-28 | Switch from private copy to pkg/xattr | Jakob Unterwurzacher | |
Now that https://github.com/pkg/xattr/pull/24 has been merged there is no reason to keep our private copy. Switch to the upstream version. | |||
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 |