libgocryptfs/internal
M. Vefa Bicakci d48ccb3dda Report correct symbolic link dentry sizes
Prior to this commit, gocryptfs's reverse mode did not report correct
directory entry sizes for symbolic links, where the dentry size needs to
be the same as the length of a string containing the target path.

This commit corrects this issue and adds a test case to verify the
correctness of the implementation.

This issue was discovered during the use of a strict file copying program
on a reverse-mounted gocryptfs file system.
2017-03-07 20:46:58 +01:00
..
configfile tests: configfile: fix spurious test failure II 2017-03-05 23:24:47 +01:00
contentenc full stack: implement HKDF support 2017-03-05 21:59:55 +01:00
cryptocore full stack: implement HKDF support 2017-03-05 21:59:55 +01:00
ctlsock ctlsock: handle non-canonical empty paths 2017-02-05 18:17:30 +01:00
exitcodes exitcodes: define code 12 for "password incorrect" 2017-02-26 19:25:23 +01:00
fusefrontend nametransform: fix Raw64 not affecting symlink targets 2017-03-05 22:59:25 +01:00
fusefrontend_reverse Report correct symbolic link dentry sizes 2017-03-07 20:46:58 +01:00
nametransform nametransform: fix Raw64 not affecting symlink targets 2017-03-05 22:59:25 +01:00
prefer_openssl prefer_openssl: default to Go GCM on OSX 2016-12-10 21:04:17 +01:00
readpassword readpassword: limit password length to 1000 bytes 2017-02-13 09:13:22 +01:00
siv_aead full stack: implement HKDF support 2017-03-05 21:59:55 +01:00
speed Drop Go 1.4 compatability code everywhere 2017-03-05 17:44:14 +01:00
stupidgcm Drop Go 1.4 compatability code everywhere 2017-03-05 17:44:14 +01:00
syscallcompat syscallcompat: OSX compat: fix variable warnings 2017-02-16 19:23:17 +01:00
tlog Drop Go 1.4 compatability code everywhere 2017-03-05 17:44:14 +01:00