I just downloaded the source code of the WebDAV plugin, but this can't really be the same version that can be downloaded as a binary, because of at least one critical error:
davfunc.cpp
Code: Select all
398: for (int iChar = 0; iChar < iEncryptedLength / 3 && iChar < (int) (cchPlain - 1); iChar++)
399: {
...
425: }
426:
427: pszPlain[iChar] = _TCHAR('\0');
Thank you in advance!