Age | Commit message (Expand) | Author |
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-07 | syscallcompat: Implement workaround for Fchmodat with AT_SYMLINK_NOFOLLOW. | Sebastian Lackner |
2019-01-07 | tests: add Fchmodat test | Jakob Unterwurzacher |
2019-01-05 | fusefrontend: Allow to set/remove xattr on directory without read permission. | Sebastian Lackner |
2019-01-03 | syscallcompat: Use O_PATH to open base directory. | Sebastian Lackner |
2019-01-03 | fusefrontend: add dirCache | Jakob Unterwurzacher |
2019-01-02 | fusefrontend: xattr: fix operations on files without read permissions | Jakob Unterwurzacher |
2019-01-02 | syscallcompat: add Fgetxattr / Fsetxattr wrappers | Jakob Unterwurzacher |
2019-01-01 | fusefrontend: make Readlink() symlink-safe | Jakob Unterwurzacher |
2018-11-17 | syscallcompat: downgrade DT_UNKNOWN message level on XFS | Jakob Unterwurzacher |
2018-10-11 | tests: syscallcompat: allow failure for symlinks > 1000 | Jakob Unterwurzacher |
2018-09-22 | syscallcompat: untangle Openat flag check | Jakob Unterwurzacher |
2018-09-08 | syscallcompat: use O_PATH in OpenDirNofollow | Jakob Unterwurzacher |
2018-09-08 | syscallcompat: untangle OpenNofollow and rename to OpenDirNofollow | Jakob Unterwurzacher |
2018-08-26 | syscallcompat: drop Fchmodat flagsv1.6.1 | Jakob Unterwurzacher |
2018-07-15 | fusefrontend: doWrite: delete file header if first write fails | Jakob Unterwurzacher |
2018-07-04 | macos: fix O_DIRECT build failure | Jakob Unterwurzacher |
2018-06-19 | Fix three golint warnings | Jakob Unterwurzacher |
2018-06-08 | darwin does not have PATH_MAX | Jakob Unterwurzacher |
2018-04-08 | Fix the easy golint warnings | Jakob Unterwurzacher |
2018-03-05 | macos: tests: fix deleting of scratch dir | Jakob Unterwurzacher |
2018-03-05 | macos: fix second TestEmulateSymlinkat test failure | Jakob Unterwurzacher |
2018-02-28 | MacOS: don't test symlinks longer than 1000 bytes | Jakob Unterwurzacher |
2018-02-28 | MacOS: fix TestEmulateSymlinkat test failure | Jakob Unterwurzacher |
2018-02-04 | gccgo: skip emulateGetdents on linux | Jakob Unterwurzacher |
2018-02-03 | Fix assignment error in Unix2syscall by converting Timespec into Nsec (#203) | Felix Lechner |
2018-02-01 | gccgo: replace syscall.NAME_MAX with unix.NAME_MAX | Jakob Unterwurzacher |
2018-01-31 | syscallcompat: switch from syscall.Getdents to unix.Getdents | Jakob Unterwurzacher |
2018-01-25 | syscallcompat: hardcode maxReclen = 280 for all architectures | Jakob Unterwurzacher |
2018-01-25 | syscallcompat: fix reversed warning output | Jakob Unterwurzacher |
2018-01-25 | syscallcompat: explain why we don't use syscall.ParseDirent() | Jakob Unterwurzacher |
2017-12-25 | fusefrontend: Use Linkat syscall to implement Link | Sebastian Lackner |
2017-12-07 | syscallcompat: add Faccessat | 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 | 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 | 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-11-30 | syscallcompat: check that we get NOFOLLOW wherever possible | Jakob Unterwurzacher |
2017-11-30 | syscallcompat: add tests for emulated syscalls | Jakob Unterwurzacher |