aboutsummaryrefslogtreecommitdiff
path: root/tests/reverse/ctlsock_reverse_test_fs
AgeCommit message (Collapse)Author
2017-03-07Report correct symbolic link dentry sizesM. Vefa Bicakci
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.
2016-11-10ctlsock: implement EncryptPath for reverse mode, add testsJakob Unterwurzacher