Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-01 | Add Go 1.4 compatibility layer for raw64 | Jakob Unterwurzacher | |
Using raw64 will not work, but at least it will compile. | |||
2016-11-01 | Add support for unpadded base64 filenames, "-raw64" | Jakob Unterwurzacher | |
Through base64.RawURLEncoding. New command-line parameter "-raw64". | |||
2016-10-04 | lint fixes | Valient Gough | |
2016-09-25 | nametransform: downgrade invalid length warning | Jakob Unterwurzacher | |
This happens all the time in reverse mode when somebody stats an encrypted symlink target. | |||
2016-09-25 | nametransform: delete unused function DecryptPathDirIV | Jakob Unterwurzacher | |
2016-09-25 | reverse: add symlink encryption and Readlink support | Jakob Unterwurzacher | |
2016-09-25 | nametransform: return EINVAL on invalid padding | Jakob Unterwurzacher | |
With the generic fmt.Errorf we trigger a warning from go-fuse: 2016/09/21 21:42:31 can't convert error type: Invalid padding | |||
2016-07-06 | Add godoc comments to all internal packages | Jakob Unterwurzacher | |
2016-07-03 | nametransform: hide detailed padding error behind the debug flag | Jakob Unterwurzacher | |
unPad16 returns detailed errors including the position of the incorrect bytes. Kill a possible padding oracle by lumping everything into a generic error. The detailed error is only logged if debug is active. | |||
2016-06-23 | Drop deprecated "-emenames" option | Jakob Unterwurzacher | |
The EMENames feature flag is already mandatory, dropping the command line option is the final step. | |||
2016-06-16 | Rename nametransform, contentenc source files | Jakob Unterwurzacher | |
Let's have shorter names, and merge *_api.go into the "main" file. No code changes. |