Age | Commit message (Expand) | Author |
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 |
2016-09-26 | siv_aead: add AES-SIV AEAD wrapper | Jakob Unterwurzacher |
2016-09-25 | stupidgcm: add GCM-SIV benchmark | Jakob Unterwurzacher |
2016-09-25 | nametransform: downgrade invalid length warning | Jakob Unterwurzacher |
2016-09-25 | Implement changes proposed by gosimple. | Jakob Unterwurzacher |
2016-09-25 | tests: enable all go vet checks | Jakob Unterwurzacher |
2016-09-25 | nametransform: delete unused function DecryptPathDirIV | Jakob Unterwurzacher |
2016-09-25 | contentenc: rename constant "IVBitLen" to "DefaultIVBits" and clarify comment | Jakob Unterwurzacher |
2016-09-25 | reverse: add symlink encryption and Readlink support | Jakob Unterwurzacher |
2016-09-25 | contentenc: add "ExternalNonce" mode | Jakob Unterwurzacher |
2016-09-25 | fusefrontend: handle Readlink directly | Jakob Unterwurzacher |
2016-09-25 | reverse: add gcmsiv flag and associated tests | Jakob Unterwurzacher |
2016-09-25 | reverse: derive file ID and block IVs from file paths | Jakob Unterwurzacher |
2016-09-25 | reverse: add longnameParentCache | Jakob Unterwurzacher |
2016-09-25 | reverse: resolve long names in Open and GetAttr | Jakob Unterwurzacher |
2016-09-25 | reverse: transform long names in OpenDir | Jakob Unterwurzacher |