Bernhard Weller

Results 13 comments of Bernhard Weller

I think having `break`s for each `case` is more common than the alternatives. Sure, making this configurable is probably the best. Creating the `default` is probably not needed, the code...

The only missing bit for everything working without issues.

There is an extension which is doing this (not sure about the success rate), so maybe it can be integrated. There is no license information, so contact to the author...

Thanks for your analysis, I haven't come across an implementation which uses PKCS#7 padding and didn't knew that it even existed - that's why I filed this bug. While I...

I was having the same issue as @meulop had. Seeing this thread, maybe it would be worthwhile to integrate this somehow into a troubleshooting section.

I've used it just now and I used the docker image provided by Bleala. It worked easily enough for me to get my contacts and calenders moved from my server...

Thanks Bleala, I tried your Docker image yesterday and got my sync to work from my current server to a VM I'm testing a new server setup on. Your documentation...

- If this were a C++ library, I'd say pass by reference. As this is C, I'd prefer pass by value. - I don't really see the point of the...

I've looked at the two mentioned solutions from @strarsis. cloudron-davsync is a Node.js app and uses a very old version of the WebDAV library (version 1.x where 4.x is available),...

This is beyond my comfort zone of coding at the moment, so I'll leave it for someone else to pick up - I was just sharing my experiences, so that...