diff -r bbc66c72661a -r aa49966e4e85 libidav/webdav.h --- a/libidav/webdav.h Sat Jun 15 11:01:37 2019 +0200 +++ b/libidav/webdav.h Sun Jun 16 13:14:24 2019 +0200 @@ -104,12 +104,14 @@ #define DAV_SESSION_ENCRYPT_CONTENT 0x0001 #define DAV_SESSION_ENCRYPT_NAME 0x0002 -#define DAV_SESSION_DECRYPT_CONTENT 0x0004 -#define DAV_SESSION_DECRYPT_NAME 0x0008 -#define DAV_SESSION_STORE_HASH 0x0010 +#define DAV_SESSION_ENCRYPT_PROPERTIES 0x0004 +#define DAV_SESSION_DECRYPT_CONTENT 0x0008 +#define DAV_SESSION_DECRYPT_NAME 0x0010 +#define DAV_SESSION_DECRYPT_PROPERTIES 0x0020 +#define DAV_SESSION_STORE_HASH 0x0040 -#define DAV_SESSION_CONTENT_ENCRYPTION 0x0005 -#define DAV_SESSION_FULL_ENCRYPTION 0x000f +#define DAV_SESSION_CONTENT_ENCRYPTION 0x0009 +#define DAV_SESSION_FULL_ENCRYPTION 0x003f #define DAV_NS "http://davutils.org/"