Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-07 | tests: add Fchmodat test | Jakob Unterwurzacher | |
Test that we handle symlinks correctly. | |||
2018-10-11 | tests: syscallcompat: allow failure for symlinks > 1000 | Jakob Unterwurzacher | |
MacOS and old XFS versions do not support very long symlinks, but let's not make the tests fail because of that. https://github.com/rfjakob/gocryptfs/issues/267 | |||
2018-02-28 | MacOS: don't test symlinks longer than 1000 bytes | Jakob Unterwurzacher | |
The limit is much lower than on Linux. https://github.com/rfjakob/gocryptfs/issues/213 | |||
2017-12-06 | syscallcompat: add Readlinkat | Jakob Unterwurzacher | |
We need readlinkat to implement Readlink symlink-race-free. |