-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EncFS GUI should create config for case-insensitive file system on Windows. #135
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Thanks for the report, @pb2004 ! I think you're right, this should be the same as when run via command line: Lines 1027 to 1031 in ad8367d
Can you test out that change and confirm it fixes the issue on your end? You can also open a PR if you're interested in helping out! |
This change fixes the reported problem. Thanks. |
Thanks for the confirmation, @pb2004 ! We'll include this fix in the next release |
This is now fixed with v1.10.2 (via bd27fcc) |
Currently when creating new config for encfs via gui in maingui.cpp function call is for case-sensitive file system:
nameIOIface = BlockNameIO::CurrentInterface(); //
encfs4win/encfs/win/maingui.cpp
Line 279 in ad8367d
and
encfs4win/encfs/win/maingui.cpp
Line 296 in ad8367d
For case-insensitive fs these 2 lines should call BlockNameIO::CurrentInterface() with true:
nameIOIface = BlockNameIO::CurrentInterface(true);
To Reproduce
Create new encfs dir with gui.
Expected behavior
Case-insensitive file names in encfs encrypted folder.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: