Giter Site home page Giter Site logo

encfs4win's People

Contributors

freddy77 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

encfs4win's Issues

If I rename a file, the timestamp is changed to the current time

This seems to be a Dokan library issue, which effects encfs4win.
It is filed as https://code.google.com/p/dokan/issues/detail?id=282.

What steps will reproduce the problem?
Rename a file on an encfs4win mounted drive.

What is the expected output? What do you see instead?
The time stamp of the file should be unchanged. Instead the date shows the current date.

What version of the product are you using? On what operating system?
Dokan library 0.6.0.

Please provide any additional information below.
The problem is also described at
https://groups.google.com/forum/#!msg/dokan/yDKXJMMiAA0/_X3ZsQcgNBMJ

Some files aren't accessible.

Hi. I use your project encfs4win and enjoy it. But now I have one little issue.

http://gyazo.com/27a77b2596c52817a5e9c8827a1d07f5.png

I have noticed, that I not have access for any files (You can see it on screen, drive t:\ is mounted folder d:\Enc).
There is no files in folder 'delphi', but on drive d: its exist in ecrypted form. Now, I have already lost some files by my inattention.

What to do with this situation?

UPD: I think that it appears with long filenames. Length of one file - 186 characters. If I delete this, other files in the same dirrectory now displayed.

Read-only support

Hello,

Please correct this terrible bug in encfs/encfs/compatwin.cpp

HANDLE f = CreateFileW(fn.c_str(), flags == O_RDONLY ? GENERIC_WRITE : GENERIC_WRITE|GENERIC_READ, FILE_SHARE_DELETE|FILE_SHARE_READ|FILE_SHARE_WRITE, NULL, OPEN_EXISTING, 0, NULL);

MUST BE :

HANDLE f = CreateFileW(fn.c_str(), flags == O_RDONLY ? GENERIC_READ : GENERIC_WRITE|GENERIC_READ, FILE_SHARE_DELETE|FILE_SHARE_READ|FILE_SHARE_WRITE, NULL, OPEN_EXISTING, 0, NULL);

Of course, if it's a read-only file, we're not going to open it write-only.

Also, there's a bug in dokany flags conversion, see link below.

EDIT: I've created a fork that fixes this issue: https://github.com/kriswebdev/encfs4win-reloaded

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.