Johannes Kalmbach

Results 47 comments of Johannes Kalmbach

I can confirm that as of today it is still not possible to load `Wikidata` into `virtuoso-opensource` for the reason mentioned above (` RDFGE: rdf box with a geometry rdf...

Hi, Just a guess: Currently, CryFS creates the Encrypted directory with permissions `drwx------`, so nobody except the respective user can access it at all. If cryfs is setup as user...

I looked into the code and tried myself: this is an issue, `chmod` on the root dir simply returns without doing anything. I am currently working on refactoring the whole...

Have a look [here](https://github.com/cryfs/cryfs/blob/620d50fd39baf7d743e57c1f16546ee4c707b261/src/cryfs/impl/filesystem/CryNode.cpp#L174) Just add another `.addGroupExecFlag().addOtherExecFlag()` to get your desired behavior.

I just figured out, that global inode numbers are only needed to display the "hardlink behavior" to the users. Inside we can combine block/blobIds with an additional count which makes...

Hello, To properly support hard links we should move the attributes of each node (uid, mode, etc.) into the actual nodes and not into the overlying directory as it is...

Thanks for the reply. I'm already on it and have a version that seems to work. - Inode numbers are indeed not that important, as long as we have the...

- I have put all the metadata into the FsBlobView and added hardlink support, I pass all existing unit tests. There is quite some refactoring to do yet and I...

I have pushed a first version of my PR, The clang-tidy and -WERROR stuff I can fix myself, but currently the `Travis CI` fails for reasons that seem to lie...

Hi, I find the following information is missing: - Which is your operating system - How and when did you upgrade cryfs and from which version to which (There are...