Age | Commit message (Expand) | Author |
2019-11-16 | fs: add uint64 cast to fix Darwin build | Jakob Unterwurzacher |
2019-11-16 | fusefrontend: use inummap | 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-10-06 | fusefrontend: unregister from openfiletable before closing the fd | Jakob Unterwurzacher |
2019-10-06 | fusefrontend: print file hexdump on header error | Jakob Unterwurzacher |
2019-09-08 | Fix -idle unmounting despite activity | Jakob Unterwurzacher |
2019-04-09 | fusefrontend: get rid of last hardcoded "gocryptfs.diriv" instances | Jakob Unterwurzacher |
2019-03-26 | reverse mode: support wildcard exclude (--exclude-wildcard) | Eduardo M KALINOWSKI |
2019-02-17 | nametransform: reject names longer than 255 chars | Jakob Unterwurzacher |
2019-01-20 | fusefronted: comment why Access() does not check context.Uid | Jakob Unterwurzacher |
2019-01-20 | fusefrontend: ensure directories without W or X perms can be deleted | Jakob Unterwurzacher |
2019-01-20 | Revert "syscallcompat: drop Faccessat AT_SYMLINK_NOFOLLOW helper" | Jakob Unterwurzacher |
2019-01-20 | syscallcompat: drop Faccessat AT_SYMLINK_NOFOLLOW helper | Jakob Unterwurzacher |
2019-01-16 | fusefrontend: Always use intFd() method instead of int(f.fd.Fd()). | Sebastian Lackner |
2019-01-16 | fusefrontend: Rework the Utimens handling on macOS. | Sebastian Lackner |
2019-01-15 | fusefrontend: Print 'too many open files' warning for both short and long names. | Sebastian Lackner |
2019-01-14 | syscallcompat: rework Fchmodat to FchmodatNofollow | Jakob Unterwurzacher |
2019-01-13 | fusefrontend: drop last remaining call into loopbackFileSystem | Jakob Unterwurzacher |
2019-01-13 | fusefrontend: Do not pass unsupported flags to Faccessat on macOS. | Sebastian Lackner |
2019-01-12 | fusefrontend: Preserve SUID/SGID/sticky-bits in openWriteOnlyFile and Rmdir. | Sebastian Lackner |
2019-01-12 | fusefrontend: -allow_other: Use SymlinkatUser in Symlink FUSE call. | Sebastian Lackner |
2019-01-12 | fusefrontend: -allow_other: Use MknodatUser in Mknod FUSE call. | Sebastian Lackner |
2019-01-12 | fusefrontend: -allow_other: Use MkdiratUser in Mkdir FUSE call. | Sebastian Lackner |
2019-01-12 | fusefrontend: -allow_other: Use OpenatUser in Create 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-08 | fusefrontend: -allow_other: set file mode *after* chown in Create() | Jakob Unterwurzacher |
2019-01-07 | fusefrontend: Clarify access mode check related to O_WRONLY handling. | Sebastian Lackner |
2019-01-07 | fusefrontend: Filter O_CREAT in mangleOpenFlags. | Sebastian Lackner |
2019-01-06 | fusefrontend: Check result of Fchmod syscall. | Sebastian Lackner |
2019-01-06 | fusefrontend: Fix computation of cipherSz in Allocate FUSE call. | Sebastian Lackner |
2019-01-06 | fusefrontend: Properly convert plaintext <-> ciphertext offsets in SeekData(). | Sebastian Lackner |
2019-01-05 | main: Run 'ensure fds' code early during the program startup. | Sebastian Lackner |
2019-01-05 | fusefrontend: Allow to set/remove xattr on directory without read permission. | Sebastian Lackner |
2019-01-05 | A few more spelling fixes. | Sebastian Lackner |
2019-01-04 | tests: bump maxCacheFds to 3 | Jakob Unterwurzacher |
2019-01-04 | fusefrontend: fix fd leak in dirCache | Jakob Unterwurzacher |
2019-01-04 | fusefrontend: print warning when Create() runs out of file descriptors | Jakob Unterwurzacher |
2019-01-04 | fusefrontend: fix setting xattrs on directories | Jakob Unterwurzacher |
2019-01-04 | fusefrontend: disable dirCache stats printing | Jakob Unterwurzacher |
2019-01-04 | fusefrontend: upgrade to three-entry dirCachev1.7-rc1 | Jakob Unterwurzacher |
2019-01-04 | fusefrontend: Allow to create sparse file of size 4096. | Sebastian Lackner |
2019-01-04 | A few more spelling fixes. | Sebastian Lackner |
2019-01-03 | Omit syscall.O_RDONLY flag when passing O_PATH. | Sebastian Lackner |
2019-01-03 | fusefrontend: Use appropriate flags in decryptPathAt. | 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: Remove debug code. | Sebastian Lackner |