Age | Commit message (Expand) | Author |
2016-10-09 | README: reverse mode is ticket #19, not #34 | Jakob Unterwurzacher |
2016-10-09 | Update Changelog for v1.1-rc1v1.1-rc1 | Jakob Unterwurzacher |
2016-10-09 | contrib: pam_mount: check if something is already mounted on DST | Jakob Unterwurzacher |
2016-10-09 | tests: add test for "mountpoint shadows cipherdir" logic | Jakob Unterwurzacher |
2016-10-08 | main: fix shadow detection logic | Jakob Unterwurzacher |
2016-10-08 | LICENSE: add full name | Jakob Unterwurzacher |
2016-10-08 | contrib: pam_mount: add instructions for whole-home-dir encryption | Jakob Unterwurzacher |
2016-10-08 | contrib: pam_mount: add documentation and wrapper | Jakob Unterwurzacher |
2016-10-08 | reverse: gocryptfs.conf was missing from the directory listings | Jakob Unterwurzacher |
2016-10-08 | tests: unmount leftover filesystems before starting the tests | Jakob Unterwurzacher |
2016-10-08 | tests: add v1.1-reverse-plaintextnames example filesystem | Jakob Unterwurzacher |
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 |