Change to handle as LOCK is not supported for the case response of LOCK is
unimplemented.
Then
* LOCKSUPPORT == FALSE: LOCK is not supported
* LOCKSUPPORT == TRUE: LOCK is supported
* lock == 0: no LOCK error
* lock == -1: failed to LOCK
Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit da62c8127a)
It is expected as pointer to struct response with size fo the struct,
not pointer to the pointer, but never returned to the caller.
It should be allocated by the caller.
Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit 9578e366c2)
rfc4791.pdf has been moved to the doc folder.
caldav pc file has been moved in the src folder.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit 19b046ec42)