index
:
gocryptfs
570
LockSharedStorage
allow_other
codeql
dependabot
det
master
next
paralin-update-deps
setup-go-v3
testing_init
Mirror of gocryptfs source code on Github
https://github.com/rfjakob/gocryptfs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
Age
Commit message (
Expand
)
Author
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
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-09
nametransform: Create *.name files with 0400 permission.
Sebastian Lackner
2019-01-08
fusefrontend: -allow_other: set file mode *after* chown in Create()
Jakob Unterwurzacher
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-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
[prev]
[next]