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
2017-02-16
tests: reverse: check Access() call
Jakob Unterwurzacher
2017-02-16
fusefrontend_reverse: handle .name files in Access()
Jakob Unterwurzacher
2017-02-16
tests: configfile: add missing newlines in verbose output
Jakob Unterwurzacher
2017-02-16
syscallcompat: OSX compat: fix variable warnings
Jakob Unterwurzacher
2017-02-13
readpassword: limit password length to 1000 bytes
Jakob Unterwurzacher
2017-02-12
Check for trailing garbage after the password
Jakob Unterwurzacher
2017-02-12
readpassword: improve comment on readPasswordStdin
Jakob Unterwurzacher
2017-02-05
ctlsock: handle non-canonical empty paths
Jakob Unterwurzacher
2017-02-05
ctlsock: sanitize: handle multiple leading slashes
Jakob Unterwurzacher
2017-01-29
golint comment fix
Jakob Unterwurzacher
2017-01-29
ctlsock: better error message for forward mode path decryption
Jakob Unterwurzacher
2017-01-29
ctlsock: abort message processing on JSON error
Jakob Unterwurzacher
2017-01-29
ctlsock: interpret paths that point above CWD as ""
Jakob Unterwurzacher
2017-01-29
readpassword: support spaces in "-passfile" filename
Jakob Unterwurzacher
2017-01-26
main: make sure the ctlsock file is deleted on incorrect password
Jakob Unterwurzacher
2017-01-26
fusefrontend: fix hard-linking with long name
Jakob Unterwurzacher
2017-01-26
tlog: better comment for the terminal colors
Jakob Unterwurzacher
2017-01-03
reverse: add single-entry path cache
Jakob Unterwurzacher
2017-01-03
reverse: factor out rDecryptName
Jakob Unterwurzacher
2016-12-10
prefer_openssl: default to Go GCM on OSX
Jakob Unterwurzacher
2016-12-10
ctlsock: abort the connection if the request is too big
Jakob Unterwurzacher
2016-12-10
ctlsock: add a note about Accept() throwing errors on Close()
Jakob Unterwurzacher
2016-12-10
ctlsock: exit early if socket cannot be created; delete on exit
Jakob Unterwurzacher
2016-12-10
stupidgcm: Fix without_openssl build failure
Jakob Unterwurzacher
2016-12-10
ctlsock: sanitize paths before passing them to the backend
Jakob Unterwurzacher
2016-12-10
Replace all calls to naked panic() with log.Panic()
Jakob Unterwurzacher
2016-11-28
fusefrontend: preserve owner for symlinks
Jakob Unterwurzacher
2016-11-28
fusefronted: preserve owner for device nodes and sockets
Jakob Unterwurzacher
2016-11-28
fusefrontend: use Lchown when preserving owner
Jakob Unterwurzacher
2016-11-25
main, fusefrontend: add "-noprealloc" option
Jakob Unterwurzacher
2016-11-25
fusefrontend: coalesce 4kB writes
Jakob Unterwurzacher
2016-11-17
Fix golint warnings, add helper script
Jakob Unterwurzacher
2016-11-17
fusefrontend: get the file ID from the open files table
Jakob Unterwurzacher
2016-11-17
fusefrontend: upgrade wlockMap to use device AND inode number
Jakob Unterwurzacher
2016-11-10
ctlsock: prevent panic on invalid decrypt request
Jakob Unterwurzacher
2016-11-10
ctlsock: implement EncryptPath for reverse mode, add tests
Jakob Unterwurzacher
2016-11-10
reverse: fix longname decoding bug
Jakob Unterwurzacher
2016-11-10
Fix golint warnings
Jakob Unterwurzacher
2016-11-10
ctlsock: add initial limited implementation
Jakob Unterwurzacher
2016-11-09
nametransform: get rid of leading "./"
Jakob Unterwurzacher
2016-11-06
nametransform: nicer error message on empty gocryptfs.diriv
Jakob Unterwurzacher
2016-11-01
Add Go 1.4 compatibility layer for raw64
Jakob Unterwurzacher
2016-11-01
Add support for unpadded base64 filenames, "-raw64"
Jakob Unterwurzacher
2016-11-01
fusefronted: expire dir IV cache after one second
Jakob Unterwurzacher
2016-11-01
fusefrontend: refactor dirIVCache
Jakob Unterwurzacher
2016-10-30
fusefrontend: drop atime workarounds
Jakob Unterwurzacher
2016-10-28
fusefronted: more concise corrupt block log message
Jakob Unterwurzacher
2016-10-28
fusefrontend: I/O error instead of panic on all-zero nonce
Jakob Unterwurzacher
2016-10-28
fusefronted: optimize NFS streaming writes by saving one Stat()
Jakob Unterwurzacher
2016-10-25
fusefrontend: move hole padding check out of Write()
Jakob Unterwurzacher
[next]