History log of /httpd/modules/dav/lock/Makefile.in
Revision Date Author Comments Expand
ea5f8cfbb7ef1d19318f6994c26dd73c38ffd8dd 98161 05-Jan-2003 jerenkrantz

Add a generic locking provider to DAV - mod_dav_lock. Other DAV providers can use the dav_hooks_locks_generic structure to implement locking in a non-optimal, but compliant fashion. (Use 'dav-lock', 'generic', '0' to ap_lookup_provider to retrieve it.) Use the DavGenericLockDB directive to configure the location of the lock database (may be server-relative or absolute). This allows all DAV providers to use a baseline locking API rather than roll their own. This code is based mainly off the mod_dav_fs locking code (which uses the on-disk storage for locking), but removing components that aren't needed in a non-file-backed repository (such as recording inodes).