Age | Commit message (Expand) | Author |
2018-01-17 | fusefrontend_reverse: use OpenNofollow in virtualFile.GetAttr | Jakob Unterwurzacher |
2018-01-17 | fusefrontend_reverse: use OpenNofollow in findLongnameParent | Jakob Unterwurzacher |
2018-01-17 | fusefronted: add PlaintextNames special-cases for Create & Rename | Jakob Unterwurzacher |
2018-01-16 | Run go fmt | Jakob Unterwurzacher |
2017-12-25 | fusefrontend: Use Linkat syscall to implement Link | Sebastian Lackner |
2017-12-25 | fusefrontend: Handle PlaintextNames mode in Link | Sebastian Lackner |
2017-12-11 | fusefrontend_reverse: Use O_DIRECTORY in OpenDir implementation | Sebastian Lackner |
2017-12-11 | fusefrontend_reverse: Reject access to device nodes in newFile function | Sebastian Lackner |
2017-12-07 | fusefrontend_reverse: Use openBackingDir in GetAttr | Sebastian Lackner |
2017-12-07 | fusefrontend_reverse: Use openBackingDir in Readlink | Sebastian Lackner |
2017-12-07 | fusefrontend_reverse: fix fd leak in GetAttr | Jakob Unterwurzacher |
2017-12-07 | fusefrontend_reverse: secure Access against symlink races (somewhat) | Jakob Unterwurzacher |
2017-12-07 | syscallcompat: add Faccessat | Jakob Unterwurzacher |
2017-12-06 | fusefrontend_reverse: secure Readlink against symlink races | Jakob Unterwurzacher |
2017-12-06 | syscallcompat: add Readlinkat | Jakob Unterwurzacher |
2017-12-06 | syscallcompat: add Darwin version of unix2syscall | Jakob Unterwurzacher |
2017-12-06 | fusefrontend_reverse: secure GetAttr against symlink races | Jakob Unterwurzacher |
2017-12-05 | syscallcompat: OpenNofollow: use O_DIRECTORY flag | Jakob Unterwurzacher |
2017-12-05 | fusefrontend_reverse: secure OpenDir against symlink races | Jakob Unterwurzacher |
2017-12-05 | syscallcompat: OpenNofollow: fix relPath="" case | Jakob Unterwurzacher |
2017-12-03 | syscallcompat: convert Getdents to fd input, add emulation | Jakob Unterwurzacher |
2017-12-03 | syscallcompat: add Fstatat + emulation + test | Jakob Unterwurzacher |
2017-12-02 | fusefrontend_reverse: secure StatFs agains symlink races | Jakob Unterwurzacher |
2017-12-02 | fusefrontend_reverse: secure Open against symlink races | Jakob Unterwurzacher |
2017-12-02 | syscallcompat: add OpenNofollow helper | Jakob Unterwurzacher |
2017-12-02 | syscallcompat: move test setup into its own file | Jakob Unterwurzacher |
2017-12-02 | syscallcompat: use Unlinkat and Symlinkat from x/sys/unix | Jakob Unterwurzacher |
2017-12-01 | syscallcompat: Improve the Openat and Mknodat syscall emulation | Sebastian Lackner |
2017-12-01 | syscallcompat: Fix syscall emulation for absolute paths | Sebastian Lackner |
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-30 | syscallcompat: add tests for emulated syscalls | Jakob Unterwurzacher |
2017-11-30 | syscallcompat: build emulated syscalls under linux, too | Jakob Unterwurzacher |
2017-11-29 | fusefrontend: allow_other: close race between mkdir and chown | Sebastian Lackner |
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-28 | syscallcompat: Fix Fchownat syscall wrapper on darwin | Sebastian Lackner |
2017-11-27 | fusefronted: allow_other: close race between mknod and chown | Jakob Unterwurzacher |
2017-11-26 | reverse: reject too-long symlink target reads with ENAMETOOLONG | Jakob Unterwurzacher |
2017-11-25 | fusefrontend_reverse: Do not mix up cache information for different directories | Sebastian Lackner |
2017-11-25 | fusefrontend: Skip gocryptfs.diriv handling when directory was deleted succes... | Sebastian Lackner |
2017-11-25 | fusefrontend: Fix longname handling for renames with existing target | Sebastian Lackner |