Age | Commit message (Expand) | Author |
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 |
2016-10-05 | reverse: initialize the longname cache only when reverse mode is used | Jakob Unterwurzacher |
2016-10-04 | A few more lint fixes | Jakob Unterwurzacher |
2016-10-04 | lint fixes | Valient Gough |
2016-10-04 | tests: skip tests with -openssl=false on Go 1.4 and lower | Jakob Unterwurzacher |
2016-10-04 | fusefrontend_reverse cast Stat_t.Dev to uint64 (#44) | Romain |
2016-10-04 | without_openssl: support compiling completely without openssl | Jakob Unterwurzacher |
2016-10-04 | cryptocore: rename "gcm" variable to generic "aeadCipher" | Jakob Unterwurzacher |
2016-10-04 | cryptocore: derive 512-bit key for AES-SIV | Jakob Unterwurzacher |
2016-10-03 | siv_aead: Overhead is always 16 | Jakob Unterwurzacher |
2016-09-29 | reverse: use per-purpose nonce generation | Jakob Unterwurzacher |
2016-09-28 | reverse: move newDirIVFile into virtualfile.go | Jakob Unterwurzacher |
2016-09-26 | reverse: switch from GCM-SIV to AES-SIVv1.1-beta1 | Jakob Unterwurzacher |