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
/
fusefrontend
/
fs.go
Age
Commit message (
Expand
)
Author
2017-03-18
serialize_reads: add read serialization logic
Jakob Unterwurzacher
2017-03-05
nametransform: fix Raw64 not affecting symlink targets
Jakob Unterwurzacher
2017-03-05
full stack: implement HKDF support
Jakob Unterwurzacher
2017-03-05
cryptocore: use eme v1.1 interface
Jakob Unterwurzacher
2017-03-02
fusefrontend: when chown'ing a directory, also chown its diriv
Jakob Unterwurzacher
2017-01-26
fusefrontend: fix hard-linking with long name
Jakob Unterwurzacher
2016-11-28
fusefrontend: preserve owner for symlinks
Jakob Unterwurzacher
2016-11-28
fusefronted: preserve owner for device nodes and sockets
Jakob Unterwurzacher
2016-11-28
fusefrontend: use Lchown when preserving owner
Jakob Unterwurzacher
2016-11-25
main, fusefrontend: add "-noprealloc" option
Jakob Unterwurzacher
2016-11-01
Add support for unpadded base64 filenames, "-raw64"
Jakob Unterwurzacher
2016-10-10
fusefrontend: Also preserve the owner in Mkdir
Jakob Unterwurzacher
2016-10-04
lint fixes
Valient Gough
2016-09-29
reverse: use per-purpose nonce generation
Jakob Unterwurzacher
2016-09-25
contentenc: rename constant "IVBitLen" to "DefaultIVBits" and clarify comment
Jakob Unterwurzacher
2016-09-25
contentenc: add "ExternalNonce" mode
Jakob Unterwurzacher
2016-09-25
fusefrontend: handle Readlink directly
Jakob Unterwurzacher
2016-09-25
contentenc: add GCM-SIV support
Jakob Unterwurzacher
2016-09-25
cryptocore: add support for GCM-SIV
Jakob Unterwurzacher
2016-09-25
fusefrontend: relay Utimens to go-fuse
Jakob Unterwurzacher
2016-08-09
fusefrontend: use NsecToTimespec() for Utimens
Jakob Unterwurzacher
2016-07-06
Add godoc comments to all internal packages
Jakob Unterwurzacher
2016-07-03
syscallcompat: OSX: add Mknodat wrapper
Jakob Unterwurzacher
2016-07-03
syscallcompat: OSX: add Unlinkat wrapper
Jakob Unterwurzacher
2016-07-03
fusefrontend: downgrade Renameat log message to debug
Jakob Unterwurzacher
2016-07-03
syscallcompat: OSX: add Renamat wrapper
Jakob Unterwurzacher
2016-06-30
fusefrontend: handle dir-overwrites-dir on XFS
Jakob Unterwurzacher
2016-06-26
main, fusefrontend: enable suid functionality
Jakob Unterwurzacher
2016-06-26
fusefronted: preserve owner if running as root
Jakob Unterwurzacher
2016-06-26
fuserfrontend: support truncate(2) by wrapping ftruncate(2)
Jakob Unterwurzacher
2016-06-23
Drop deprecated "-gcmiv128" option
Jakob Unterwurzacher
2016-06-23
Drop deprecated "-emenames" option
Jakob Unterwurzacher
2016-06-23
Drop deprecated "-diriv" option
Jakob Unterwurzacher
2016-06-15
Rename internal "toggledlog" package to "tlog"
Jakob Unterwurzacher
2016-06-08
fusefrontend: fix chown on dangling symlinks
Jakob Unterwurzacher
2016-05-29
fusefrontend: use sync.Once for one-time warnings
Jakob Unterwurzacher
2016-05-29
fusefronted: check Fstat return value on file create
Jakob Unterwurzacher
2016-05-12
Encrypt path in statfs() calls
David Gnedt
2016-04-10
Fix "go tool vet -shadow=true" warnings
Jakob Unterwurzacher
2016-04-10
longnames: fix fsstress failure, use dirfd
Jakob Unterwurzacher
2016-02-07
longnames part II: Rename, Unlink, Rmdir, Mknod, Mkdir + tests
v0.9-rc1
Jakob Unterwurzacher
2016-02-07
Move OpenDir to fs_dir.go
Jakob Unterwurzacher
2016-02-06
longnames part I: Create and OpenDir work with long filenames > 176 bytes
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
Move pathfs_frontend to internal/fusefrontend
Jakob Unterwurzacher
[prev]