Age | Commit message (Expand) | Author |
2020-06-21 | v2api: implement Mkdir | Jakob Unterwurzacher |
2020-05-24 | fusefrontend: don't clear dircache on Mkdir | Jakob Unterwurzacher |
2020-05-17 | Update go-fuse import path to github.com/hanwen/go-fuse/v2 | Jakob Unterwurzacher |
2019-11-03 | fusefrontend: warn about missing diriv | Jakob Unterwurzacher |
2019-11-03 | fusefrontend: don't return EIO on directory with corrupt file names | Jakob Unterwurzacher |
2019-04-09 | fusefrontend: get rid of last hardcoded "gocryptfs.diriv" instances | Jakob Unterwurzacher |
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 |