summaryrefslogtreecommitdiff
path: root/www/ap-dav
AgeCommit message (Collapse)AuthorFilesLines
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 checksums.wiz1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-04-25Convert to buildlink3.snj1-4/+4
2004-04-24Relinquish maintainership of packages to tech-pkg@NetBSD.org.jlam1-2/+2
2003-10-11bump PKGREVISIONs after bump of expat BUILDLINK_DEPENDS.grant1-1/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2002-09-25Close PR 18095: INSTALL_DATA_DIR does not take more than one argumentwiz1-2/+3
on Solaris. Patch by Julien T. Letessier.
2002-09-24Complete standardization of messages according to latest pkglint.wiz1-3/+3
2002-08-26format and word Apache module MESSAGEs consistently.grant1-7/+4
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam4-50/+8
have been converted to USE_BUILDLINK2.
2002-08-13Fix comment to note that we must have apache<2.0.jlam1-2/+2
2002-03-06Update www/ap-dav to 1.0.3. Major bugfixes and changes fromjlam7-70/+44
version 1.0.2 include: * ignore Depth: Infinity for non-collection resources in a PROPFIND; this prevents a bogus error when someone has not used the "DAVDepthInfinity On" directive * fix for Web Folders not recognizing the last-modified date in PROPFIND responses (Joe Orton) * tweak to also allow recognition of the creationdate * fix copying of collection properties during a Depth:0 operation (Keith Wannamaker) * return 507 (Insufficient Space) for quota errors (on Linux, at least) (Joe) * fix moving/copying of a collection over a non-collection (found by Joe's interop testing tool) * LOCK with a missing intermediate collection now returns a standard 409 (Conflict) response rather than 500 (Internal Server Error) (Keith, reported by Dan Brotsky) * fix problems with empty URIs in xmlns attributes (fixes from Joe and Greg, reported by Julian Reschke)
2002-02-28* Fix the build against expat as the apache xml headers are not correct forjlam5-7/+104
the library routines we will use when loaded into httpd. * This package won't work with apache-2.*, so ensure that it won't match the apache dependency.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-05-20Make all the ap-* packages work with apache6 as well as apachejonb1-2/+2
(except for ap-ssl, of course)
2001-05-16ap-dav -- Apache WebDAV modulejlam5-0/+66
WebDAV stands for "Web-based Distributed Authoring and Versioning". It is a set of extensions to the HTTP protocol which allows users to collaboratively edit and manage files on remote web servers. mod_dav is an Apache module to provide DAV capabilities (RFC 2518) for the Apache web server. mod_dav currently implements a Class 1 and Class 2 DAV server. This means that it provides all the basic DAV facilities for manipulating resources (files) on the target web server, along with manipulating properties on those resources. In addition, it handles the (un)locking of resources so that clients can have exclusive access to modify resources.