Age | Commit message (Expand) | Author |
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 |
2016-10-25 | fusefrontend: rename "createsHole" to clearer "createsCiphertextHole" | Jakob Unterwurzacher |
2016-10-24 | Fix misspellings | Jakob Unterwurzacher |
2016-10-21 | configfile: add newline at the end | Jakob Unterwurzacher |
2016-10-19 | tests: add 1980.tar.gz extract test | Jakob Unterwurzacher |
2016-10-19 | lint fixes | Jakob Unterwurzacher |
2016-10-16 | fusefrontend: Utimens: one more band-aid | Jakob Unterwurzacher |
2016-10-16 | main: allow password change with -masterkey | Jakob Unterwurzacher |
2016-10-16 | readpassword: check extpass return code | Jakob Unterwurzacher |
2016-10-16 | fusefrontend: Utimens: ugly band-aid for nil pointer crash in go-fuse | Jakob Unterwurzacher |
2016-10-16 | fusefrontend: log missing gocryptfs.diriv | Jakob Unterwurzacher |
2016-10-10 | fusefrontend: Also preserve the owner in Mkdir | Jakob Unterwurzacher |
2016-10-09 | reverse: add panics against API abuse | Jakob Unterwurzacher |
2016-10-08 | reverse: gocryptfs.conf was missing from the directory listings | Jakob Unterwurzacher |
2016-10-08 | reverse: merge config translation check into isTranslatedConfig | Jakob Unterwurzacher |
2016-10-08 | reverse: make gocryptfs.conf mapping plaintextnames-aware | Jakob Unterwurzacher |
2016-10-07 | nametransform: better error code on invalid diriv length | Jakob Unterwurzacher |