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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
fusefrontend
/
fs.go
Age
Commit message (
Expand
)
Author
2017-11-30
syscallcompat: check that we get NOFOLLOW wherever possible
Jakob Unterwurzacher
2017-11-29
fusefrontend: Use Fchownat to implement Chown
Sebastian Lackner
2017-11-29
fusefrontend: Use Fchmodat to implement Chmod
Sebastian Lackner
2017-11-29
syscallcompat: Introduce unlinkat syscall with flags argument
Sebastian Lackner
2017-11-28
fusefrontend: Use openBackingPath in Unlink and simplify code
Sebastian Lackner
2017-11-28
fusefrontend: Handle PlaintextNames mode in Unlink
Sebastian Lackner
2017-11-28
fusefrontend: Introduce a openBackingPath helper and use it to simplify Mknod...
Sebastian Lackner
2017-11-28
fusefrontend: allow_other: close race between symlink and chown
Sebastian Lackner
2017-11-28
fusefrontend: Use the Symlinkat syscall for longname handling
Sebastian Lackner
2017-11-28
fusefrontend: Set owner after symlink creation in PlaintextNames mode
Sebastian Lackner
2017-11-28
fusefrontend: Handle PlaintextNames mode in Mknod
Sebastian Lackner
2017-11-27
fusefronted: allow_other: close race between mknod and chown
Jakob Unterwurzacher
2017-11-25
fusefrontend: Fix longname handling for renames with existing target
Sebastian Lackner
2017-08-11
main: purge masterkey from memory as soon as possible
Jakob Unterwurzacher
2017-07-11
fusefronted: enable writing to write-only files
Jakob Unterwurzacher
2017-06-01
Implement force_owner option to display ownership as a specific user.
Charles Duffy
2017-05-03
fusefrontend: log "too many open files" errors
Jakob Unterwurzacher
2017-05-01
fusefrontend: drop writeOnly flag
Jakob Unterwurzacher
2017-04-29
fix golint complaints
Jakob Unterwurzacher
2017-04-23
Add -forcedecode
danim7
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
[next]