index
:
gocryptfs
570
LockSharedStorage
allow_other
codeql
dependabot
det
master
next
paralin-update-deps
setup-go-v3
testing_init
Mirror of gocryptfs source code on Github
https://github.com/rfjakob/gocryptfs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
nametransform
Age
Commit message (
Expand
)
Author
2016-11-09
nametransform: get rid of leading "./"
Jakob Unterwurzacher
2016-11-06
nametransform: nicer error message on empty gocryptfs.diriv
Jakob Unterwurzacher
2016-11-01
Add Go 1.4 compatibility layer for raw64
Jakob Unterwurzacher
2016-11-01
Add support for unpadded base64 filenames, "-raw64"
Jakob Unterwurzacher
2016-11-01
fusefronted: expire dir IV cache after one second
Jakob Unterwurzacher
2016-11-01
fusefrontend: refactor dirIVCache
Jakob Unterwurzacher
2016-10-24
Fix misspellings
Jakob Unterwurzacher
2016-10-07
nametransform: better error code on invalid diriv length
Jakob Unterwurzacher
2016-10-04
lint fixes
Valient Gough
2016-09-25
nametransform: downgrade invalid length warning
Jakob Unterwurzacher
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
reverse: resolve long names in Open and GetAttr
Jakob Unterwurzacher
2016-09-25
nametransform: implement ReadDirIV without Openat
Jakob Unterwurzacher
2016-09-25
nametransform: return EINVAL on invalid padding
Jakob Unterwurzacher
2016-09-25
nametransform: export DirIVLen constant
Jakob Unterwurzacher
2016-07-06
Add godoc comments to all internal packages
Jakob Unterwurzacher
2016-07-03
syscallcompat: OSX: add Unlinkat wrapper
Jakob Unterwurzacher
2016-07-03
nametransform: hide detailed padding error behind the debug flag
Jakob Unterwurzacher
2016-06-23
Drop deprecated "-emenames" option
Jakob Unterwurzacher
2016-06-23
nametransform: drop unused noiv functions
Jakob Unterwurzacher
2016-06-16
Rename nametransform, contentenc source files
Jakob Unterwurzacher
2016-06-15
Rename internal "toggledlog" package to "tlog"
Jakob Unterwurzacher
2016-06-01
nametransform, main: better error messages
Jakob Unterwurzacher
2016-04-10
longnames: fix fsstress failure, use dirfd
Jakob Unterwurzacher
2016-04-10
longnames: use symbolic constants instead of naked ints
Jakob Unterwurzacher
2016-03-03
Enable openssl in tests to support old Go versions
Jakob Unterwurzacher
2016-02-07
longnames part II: Rename, Unlink, Rmdir, Mknod, Mkdir + tests
v0.9-rc1
Jakob Unterwurzacher
2016-02-06
longnames part I: Create and OpenDir work with long filenames > 176 bytes
Jakob Unterwurzacher
2016-02-06
Move dirIVCache to its own file
Jakob Unterwurzacher
2016-02-06
Run go fmt
Jakob Unterwurzacher
2016-02-06
Fix tests - were broken by the refactoring
Jakob Unterwurzacher
2016-02-06
Major refactoring: Split up "cryptfs" into several internal packages
Jakob Unterwurzacher