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_dir.go
Age
Commit message (
Expand
)
Author
2019-01-20
fusefrontend: ensure directories without W or X perms can be deleted
Jakob Unterwurzacher
2019-01-14
syscallcompat: rework Fchmodat to FchmodatNofollow
Jakob Unterwurzacher
2019-01-12
fusefrontend: Preserve SUID/SGID/sticky-bits in openWriteOnlyFile and Rmdir.
Sebastian Lackner
2019-01-12
fusefrontend: -allow_other: Use MkdiratUser in Mkdir FUSE call.
Sebastian Lackner
2019-01-12
fusefrontend: Don't chown gocryptfs.diriv files.
Sebastian Lackner
2019-01-09
fusefrontend: -allow_other: set file mode after chown in Mkdir().
Sebastian Lackner
2019-01-03
fusefrontend: Open directory with syscall.O_DIRECTORY in OpenDir.
Sebastian Lackner
2019-01-03
fusefrontend: Open directory with syscall.O_DIRECTORY in Rmdir.
Sebastian Lackner
2019-01-03
fusefrontend: Do not Clear cache at end of Rmdir function.
Sebastian Lackner
2019-01-03
fusefrontend: add dirCache
Jakob Unterwurzacher
2019-01-03
nametransform: simplify WriteDirIV to WriteDirIVAt
Jakob Unterwurzacher
2019-01-01
fusefrontend: fix compile failure on Darwin
Jakob Unterwurzacher
2019-01-01
fusefrontend: make Rmdir symlink-safe
Jakob Unterwurzacher
2019-01-01
nametransform: rename WriteLongName() -> WriteLongNameAt()
Jakob Unterwurzacher
2019-01-01
fusefrontend: make OpenDir() symlink-safe
Jakob Unterwurzacher
2019-01-01
fusefrontend: mark symlink-safe FUSE calls
Jakob Unterwurzacher
2019-01-01
fusefrontend: make DecryptPath() symlink-safe
Jakob Unterwurzacher
2018-12-27
fusefrontend: Don't treat Fchownat error as failure in Mkdir.
Sebastian Lackner
2018-12-27
fusefrontend: Check the correct 'err' variable.
Sebastian Lackner
2018-09-23
fusefrontend: get rid of os.File* wrapping
Jakob Unterwurzacher
2018-09-08
fusefrontend: use OpenDirNofollow in openBackingDir
Jakob Unterwurzacher
2018-07-01
fsck: rename "CorruptItems" channel to "MitigatedCorruptions"
Jakob Unterwurzacher
2018-04-03
fsck: report skipped corrupt files
Jakob Unterwurzacher
2018-04-02
fsck: clean up log output
Jakob Unterwurzacher
2018-01-25
fusefrontend: drop unused haveGetdents warning
Jakob Unterwurzacher
2017-12-03
syscallcompat: convert Getdents to fd input, add emulation
Jakob Unterwurzacher
2017-12-01
fusefrontend: Improve documentation of mkdirWithIv and WriteDirIV
Sebastian Lackner
2017-11-30
syscallcompat: check that we get NOFOLLOW wherever possible
Jakob Unterwurzacher
2017-11-29
fusefrontend: allow_other: close race between mkdir and chown
Sebastian Lackner
2017-11-29
syscallcompat: Introduce unlinkat syscall with flags argument
Sebastian Lackner
2017-11-25
fusefrontend: Skip gocryptfs.diriv handling when directory was deleted succes...
Sebastian Lackner
2017-09-05
macos: automatically remove .DS_Store on Rmdir
Jakob Unterwurzacher
2017-09-05
fusefrontend: reorder logic in Rmdir to get rid of one indentation level
Jakob Unterwurzacher
2017-09-05
macos: don't throw IO errors because of .DS_Store files
Jakob Unterwurzacher
2017-09-03
syscallcompat: Getdents: warn once if we get DT_UNKNOWN
Jakob Unterwurzacher
2017-09-03
fusefrontend: use DirIVCache in OpenDir()
Jakob Unterwurzacher
2017-08-15
fusefrontend: use Getdents if available
Jakob Unterwurzacher
2017-05-23
nametransform: harden name decryption against invalid input
Jakob Unterwurzacher
2017-05-07
nametranform, fusefrontend: better errors on invalid names
Jakob Unterwurzacher
2016-11-28
fusefrontend: use Lchown when preserving owner
Jakob Unterwurzacher
2016-10-16
fusefrontend: log missing gocryptfs.diriv
Jakob Unterwurzacher
2016-10-10
fusefrontend: Also preserve the owner in Mkdir
Jakob Unterwurzacher
2016-10-04
lint fixes
Valient Gough
2016-07-03
syscallcompat: OSX: add Unlinkat wrapper
Jakob Unterwurzacher
2016-07-03
syscallcompat: OSX: add Renamat wrapper
Jakob Unterwurzacher
2016-07-03
nametransform: hide detailed padding error behind the debug flag
Jakob Unterwurzacher
2016-06-27
fusefrontend: fix PlaintextNames versions of Mkdir, Rmdir
Jakob Unterwurzacher
2016-06-23
Drop deprecated "-diriv" option
Jakob Unterwurzacher
2016-06-15
Rename internal "toggledlog" package to "tlog"
Jakob Unterwurzacher
2016-06-14
Fix warnings reported by Go 1.6 "go tool vet -shadow=true"
Jakob Unterwurzacher
[next]