Age | Commit message (Expand) | Author |
2020-02-15 | merge prefer_openssl package into stupidgcm | Jakob Unterwurzacher |
2020-02-15 | contentenc: move parallel encryption into encryptBlocksParallel | Jakob Unterwurzacher |
2019-12-28 | remove Trezor support | Pavol Rusnak |
2019-11-16 | fs: add uint64 cast to fix Darwin build | Jakob Unterwurzacher |
2019-11-16 | fusefrontend: use inummap | Jakob Unterwurzacher |
2019-11-16 | openfiletable: add 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-10-06 | contentenc: add explicit test for all-zero header | Jakob Unterwurzacher |
2019-09-08 | serialize_reads: drop superflous "continue" | Jakob Unterwurzacher |
2019-09-08 | Fix -idle unmounting despite activity | Jakob Unterwurzacher |
2019-05-19 | Fix unix2syscall_darwin.go build failure | Jakob Unterwurzacher |
2019-05-01 | syscallcompat: fetch supplementary groups for OpenatUser & friends | Sebastian Lackner |
2019-05-01 | tests: split testParentDir by UID | Jakob Unterwurzacher |
2019-04-09 | fusefrontend: get rid of last hardcoded "gocryptfs.diriv" instances | Jakob Unterwurzacher |
2019-04-08 | readpassword: delete CheckTrailingGarbage | Jakob Unterwurzacher |
2019-04-08 | configfile: fall back to sync() if fsync() fails | Jakob Unterwurzacher |
2019-03-30 | forward mode: create gocryptfs.diriv files with 0440 permissions | Jakob Unterwurzacher |
2019-03-26 | reverse: don't show gocryptfs.conf if a custom config path was passed | Jakob Unterwurzacher |
2019-03-26 | reverse mode: support wildcard exclude (--exclude-wildcard) | Eduardo M KALINOWSKI |
2019-03-03 | Allow multiple -extpass arguments | Jakob Unterwurzacher |
2019-02-17 | ParseHeader: print hexdump on error | Jakob Unterwurzacher |
2019-02-17 | nametransform: reject names longer than 255 chars | Jakob Unterwurzacher |
2019-02-04 | Disable Trezor support | 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-20 | ctlsock: fix buffer truncation of JSON unmarshal error | 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-15 | fusefrontend_reverse: Delete leftover debug statement. | Sebastian Lackner |
2019-01-14 | tests: reduce noise on MacOS | Jakob Unterwurzacher |
2019-01-14 | syscallcompat: fix FchmodatNofollow tests | Jakob Unterwurzacher |
2019-01-14 | syscallcompat: rework Fchmodat to FchmodatNofollow | Jakob Unterwurzacher |
2019-01-14 | syscallcompat: Drop Fstatat emulation on macOS. | Sebastian Lackner |
2019-01-14 | syscallcompat: Drop Mkdirat emulation on macOS. | Sebastian Lackner |
2019-01-14 | syscallcompat: Drop Symlinkat emulation on macOS. | Sebastian Lackner |
2019-01-14 | syscallcompat: Drop Fchownat emulation on macOS. | Sebastian Lackner |
2019-01-14 | syscallcompat: Drop Fchmodat emulation on macOS. | Sebastian Lackner |
2019-01-14 | syscallcompat: Drop Unlinkat emulation on macOS. | Sebastian Lackner |
2019-01-14 | syscallcompat: Drop Renameat emulation on macOS. | Sebastian Lackner |
2019-01-14 | syscallcompat: Drop Openat emulation on macOS. | Sebastian Lackner |
2019-01-14 | syscallcompat: Use pthread_setugid_np() to implement *User() functions on macOS. | Sebastian Lackner |
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-13 | macos: filter SUID and SGID bits in OpenatUser, MknodatUser, MkdiratUser | Jakob Unterwurzacher |