Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-29 | reverse: use per-purpose nonce generation | Jakob Unterwurzacher | |
Also pull all the deterministic nonce code into fusefrontend_reverse to greatly simplify the normal code path. | |||
2016-09-28 | reverse: move newDirIVFile into virtualfile.go | Jakob Unterwurzacher | |
After all, is's a virtual file. | |||
2016-09-25 | reverse: resolve long names in Open and GetAttr | Jakob Unterwurzacher | |
The last patch added functionality for generating gocryptfs.longname.* files, this patch adds support for mapping them back to the full filenames. Note that resolving a long name needs a full readdir. A cache will be implemented later on to improve performance. |