Age | Commit message (Expand) | Author |
2016-10-08 | tests: add v1.1-reverse example filesystem | Jakob Unterwurzacher |
2016-10-08 | tests: add v1.1-aessiv example filesystem | 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-08 | tests: pass "-nosyslog" | Jakob Unterwurzacher |
2016-10-08 | tests: invert ResetTmpDir argument | Jakob Unterwurzacher |
2016-10-08 | tests: matrix: have the testcase struct as a global variable | Jakob Unterwurzacher |
2016-10-08 | tests: matrix: convert to table-based style | Jakob Unterwurzacher |
2016-10-08 | main: error out when the mount shadows the cipherdir | Jakob Unterwurzacher |
2016-10-08 | main: split doMount into its own file | Jakob Unterwurzacher |
2016-10-08 | main: check if the config file can opened before prompting for password | Jakob Unterwurzacher |
2016-10-07 | MANPAGE: note that "-f" implies "-nosyslog" | Jakob Unterwurzacher |
2016-10-07 | main: daemonize more thoroughly | Jakob Unterwurzacher |
2016-10-07 | nametransform: better error code on invalid diriv length | Jakob Unterwurzacher |
2016-10-07 | main: clarify nosyslog code path | Jakob Unterwurzacher |
2016-10-06 | main: add "-nonempty" option | 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 "go tool vet" if the command is not available | Jakob Unterwurzacher |
2016-10-04 | tests: drop Go 1.3.3 from Travis testing | Jakob Unterwurzacher |
2016-10-04 | tests: skip tests with -openssl=false on Go 1.4 and lower | Jakob Unterwurzacher |
2016-10-04 | tests: enable FUSE tests on Travis CI | Jakob Unterwurzacher |
2016-10-04 | tests: symlink to "/" instead of "/etc/motd" | Jakob Unterwurzacher |
2016-10-04 | tests: fallocate: skip some disk usage checks on btrfs | Jakob Unterwurzacher |
2016-10-04 | fusefrontend_reverse cast Stat_t.Dev to uint64 (#44) | Romain |
2016-10-04 | maxlen.bash: result was 1 too high | Jakob Unterwurzacher |
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 | xray: print block offsets | 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-28 | main: get rid of duplicate "extpass" message | Jakob Unterwurzacher |
2016-09-26 | README: storage overhead is 32 bytes | 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 | tests: add reverse linux tarball test | 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: more thorough longname stat test | Jakob Unterwurzacher |
2016-09-25 | reverse: add gcmsiv flag and associated tests | Jakob Unterwurzacher |