Warning, /pim/kdav2/3rdparty/qwebdavlib/README is written in an unsupported language. File is not indexed.

0001 QWebDAV Library (qwebdavlib) version 1.0
0002 
0003 This is used as a private DAV library for KDav.
0004 
0005 More information
0006     http://en.wikipedia.org/wiki/WebDAV
0007 
0008 WebDAV standard as RFC4918:
0009     "HTTP Extensions for Web Distributed Authoring and
0010     Versioning (WebDAV)" from June 2007
0011         http://tools.ietf.org/html/rfc4918
0012 
0013 This library has been derived from previous works
0014     QWebdav plugin for MeeDav (LGPL v2.1)
0015         http://projects.developer.nokia.com/meedav/
0016     QWebdav - WebDAV lib for Qt4 (LGPL v2.1)
0017         http://xf.iksaif.net/dev/qwebdav.html
0018     QWebdav - WebDAV lib for Qt5 (LGPL v2.1)
0019         https://github.com/mhaller/qwebdavlib
0020 
0021 Tested WebDAV server:
0022     * Apache HTTP Server with mod_dav
0023         Apache/2.2.14, http://httpd.apache.org/
0024     * Microsoft Internet Information Service 7.5 (MS IIS 7.5)
0025       as used by Windows 7 and Windows Server 2008 R2
0026     * SabreDAV - WebDAV framework for PHP
0027         SabreDAV 1.6.1-stable, http://code.google.com/p/sabredav/
0028 
0029 QWebdav Library supports the following authentication methods:
0030 (as provided by Qt4)
0031 
0032     * Basic
0033         http://en.wikipedia.org/wiki/Basic_access_authentication
0034     * NTLM version 1 (older Windows challenge-response authentication)
0035         http://en.wikipedia.org/wiki/NTLM
0036     * Digest-MD5
0037         http://en.wikipedia.org/wiki/Digest_access_authentication
0038 
0039     More information on authentication by Qt4
0040         http://qt-project.org/doc/qt-4.7/qauthenticator.html