Age | Commit message (Expand) | Author |
2017-05-01 | fusefronted, openfiletable: move the open file table to its own package | Jakob Unterwurzacher |
2017-04-29 | fusefrontend: rename write_lock.go -> open_file_table.go | Jakob Unterwurzacher |
2017-04-29 | fusefronted: drop unused file.String() function | Jakob Unterwurzacher |
2017-04-29 | readpassword: increase max password size to 2048 | Jakob Unterwurzacher |
2017-04-29 | fix golint complaints | Jakob Unterwurzacher |
2017-04-29 | nametransform: WriteDirIV: replace ioutil.WriteFile | Jakob Unterwurzacher |
2017-04-24 | forcedecode: tighten checks | Jakob Unterwurzacher |
2017-04-23 | Add -forcedecode | danim7 |
2017-04-23 | Fix Flock build breakage | Jakob Unterwurzacher |
2017-04-01 | fusefrontend_reverse: switch to stable inode numbers | Jakob Unterwurzacher |
2017-04-01 | fusefrontend_reverse: drop unused dirIVAttr function | Jakob Unterwurzacher |
2017-04-01 | fusefrontend_reverse: convert fmt.Printf calls to tlog | Jakob Unterwurzacher |
2017-04-01 | fusefrontend_reverse: add comment to newVirtualFile | Jakob Unterwurzacher |
2017-03-28 | fusefrontend_reverse: consistent file owners for .diriv, .name files | danim7 |
2017-03-25 | configfile: always validate all scrypt parameters | Jakob Unterwurzacher |
2017-03-20 | readpassword: increase max password length to 2000 | Jakob Unterwurzacher |
2017-03-18 | fusefrontend: get rid of leftover debug output | Jakob Unterwurzacher |
2017-03-18 | serialize_reads: add read serialization logic | Jakob Unterwurzacher |
2017-03-12 | fusefrontend: readFileID: reject files that consist only of a header | Jakob Unterwurzacher |
2017-03-12 | fusefrontend: truncateGrowFile: avoid createHeader() call | Jakob Unterwurzacher |
2017-03-07 | configfile: HKDF feature flag should also be set for "-plaintextnames" | Jakob Unterwurzacher |
2017-03-07 | contentenc: catch integer underflow in file size calculation | Jakob Unterwurzacher |
2017-03-07 | configfile: enable HKDF and Raw64 feature flags by default | Jakob Unterwurzacher |
2017-03-07 | Report correct symbolic link dentry sizes | M. Vefa Bicakci |
2017-03-05 | tests: configfile: fix spurious test failure II | Jakob Unterwurzacher |
2017-03-05 | tests: configfile: fix spurious test failure | Jakob Unterwurzacher |
2017-03-05 | configfile: disable Raw64 for now | Jakob Unterwurzacher |
2017-03-05 | nametransform: fix Raw64 not affecting symlink targets | Jakob Unterwurzacher |
2017-03-05 | nametransform: fix Raw64 not affecting longnames | Jakob Unterwurzacher |
2017-03-05 | full stack: implement HKDF support | Jakob Unterwurzacher |
2017-03-05 | configfile: reject the "HKDF" flag for now | Jakob Unterwurzacher |
2017-03-05 | configfile: switch on Raw64 by default | Jakob Unterwurzacher |
2017-03-05 | configfile: switch to 128-bit IVs for master key encryption | Jakob Unterwurzacher |
2017-03-05 | Drop Go 1.4 compatability code everywhere | Jakob Unterwurzacher |
2017-03-05 | cryptocore: rename "BackendTypeEnum" -> "AEADTypeEnum" | Jakob Unterwurzacher |
2017-03-05 | cryptocore: use eme v1.1 interface | Jakob Unterwurzacher |
2017-03-05 | configfile: define HKDF flag | Jakob Unterwurzacher |
2017-03-02 | fusefrontend: when chown'ing a directory, also chown its diriv | Jakob Unterwurzacher |
2017-02-26 | exitcodes: define code 12 for "password incorrect" | Jakob Unterwurzacher |
2017-02-25 | configfile: rename "kdf.go" -> "scrypt.go" | Jakob Unterwurzacher |
2017-02-24 | stupidgcm: drop only external dependecy | Jakob Unterwurzacher |
2017-02-24 | speed: add benchmark.bash helper | Jakob Unterwurzacher |
2017-02-23 | speed: fix build for Go 1.4 and lower | Jakob Unterwurzacher |
2017-02-22 | Implement "gocryptfs -speed" | Jakob Unterwurzacher |
2017-02-16 | tests: reverse: check Access() call | Jakob Unterwurzacher |
2017-02-16 | fusefrontend_reverse: handle .name files in Access() | Jakob Unterwurzacher |
2017-02-16 | tests: configfile: add missing newlines in verbose output | Jakob Unterwurzacher |
2017-02-16 | syscallcompat: OSX compat: fix variable warnings | Jakob Unterwurzacher |
2017-02-13 | readpassword: limit password length to 1000 bytes | Jakob Unterwurzacher |
2017-02-12 | Check for trailing garbage after the password | Jakob Unterwurzacher |