libcryfs/test/cryfs/impl
Sebastian Messmer 2425ce4bc0 Make CryNode::rename() more resilient to corner cases, e.g.
- when trying to move a directory into a subdirectory of itself
- make it into its own ancestor
- allow replacing a directory with another directory, but only if the target directory is empty

Nothing here should have an effect on overall CryFS behavior because fuse already catches those corner cases.
But it's better to handle them correctly. Better safe than sorry.
2022-12-18 14:57:38 +01:00
..
config Fix clang-tidy warnings 2021-04-21 17:37:40 -07:00
filesystem Make CryNode::rename() more resilient to corner cases, e.g. 2022-12-18 14:57:38 +01:00
localstate Move cryfs code into impl/ subfolder 2019-01-25 23:47:17 -08:00
testutils Simplify mocking thanks to new googletest features 2019-10-25 23:38:04 -07:00