Age | Commit message (Expand) | Author |
2018-01-20 | MacOS: rely on OSXFuse to create the mountpoint | Jakob Unterwurzacher |
2018-01-20 | MANPAGE: improve description of -o and -ko | Jakob Unterwurzacher |
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 |
2018-01-16 | MacOS: rely on OSXFuse to create mountpoint below /Volumes | Jakob Unterwurzacher |
2018-01-10 | Provide basic man page for xray tool (#193) | Felix Lechner |
2018-01-10 | Fix spelling | Felix Lechner |
2018-01-07 | package-source.bash: archive HEAD instead of master | Jakob Unterwurzacher |
2018-01-07 | package-source.bash: also create source-only tarball | 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-25 | Pinned the link to line 38 of performance.txt to version 1.4.1 since https://... | Rohan Talip |
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 | tets_helpers: handle t=nil in InitFS | 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-05 | Documentation: Add reverse mode benchmark results | 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 |