summaryrefslogtreecommitdiffstats
path: root/modules/dav (follow)
Commit message (Expand)AuthorAgeFilesLines
* * modules/dav/fs/repos.c (dav_fs_get_resource): Return a 404 ratherJoe Orton2024-07-291-2/+2
* * Follow up to r1918814: Always trust content types that we set literallyRuediger Pluem2024-07-021-2/+2
* * Always trust content types that we set literallyRuediger Pluem2024-07-022-6/+6
* fix win cmake build by prefixing local enum valuesEric Covener2024-06-131-21/+21
* * modules/dav/fs/mod_dav_fs.c (dav_fs_post_config): Make safe forJoe Orton2023-12-081-0/+4
* * modules/dav/main/util.c (dav_validate_resource_state): Fix errorJoe Orton2023-12-071-1/+1
* mod_dav_fs: Add global mutex around use of lockdb use, sinceJoe Orton2023-12-073-32/+98
* * modules/dav/fs/config6.m4: Set _LDADD so thatJoe Orton2023-11-071-0/+6
* mod_dav_fs: add DAVLockDBType directive.Joe Orton2023-10-034-16/+50
* * modules/dav/fs/dbm.c (dav_dbm_open_direct): Test againstJoe Orton2023-09-281-2/+2
* * modules/dav/fs/dbm.c (dav_fs_dbm_error, dav_dbm_open_direct): RemoveJoe Orton2023-09-221-2/+2
* * modules/dav/main/mod_dav.c (dav_get_resource): Don't maskJoe Orton2023-08-251-2/+2
* Add DAVBasePath directive to allow users to configure the real reposJoe Orton2023-08-141-2/+36
* Allow mod_dav_fs to tolerate race conditions between PROPFIND and anJoe Orton2023-07-063-1/+16
* dav_fs_cmds is declared twice in the file... VS 2022 complains about it.Jean-Frederic Clere2023-05-051-2/+0
* * Fix 'warning: suggest parentheses around assignment used as truth value'Ruediger Pluem2023-03-071-1/+1
* Use ap_parse_strict_length() to parse client-supplied Content-Lengthmanu2023-03-071-6/+14
* Remove usuless double check of APR_FINFO_NAME neing setmanu2023-03-071-6/+0
* Add RFC4331 quotas for mod_dav_fsmanu2023-03-021-9/+6
* Add RFC4331 quotas for mod_dav_fsmanu2023-03-021-0/+359
* Add RFC4331 quotas for mod_dav_fsmanu2023-03-026-8/+233
* Fix NULL derefernece for anonymous usersmanu2023-03-021-1/+1
* Fix signedness formatting check in mod_dav code.Stefan Eissing2023-02-161-4/+4
* Fix warning for NULL pointermanu2023-02-151-1/+1
* Fix warningsmanu2023-02-151-15/+4
* Turn msext_opts into a bitfieldmanu2023-02-141-21/+19
* Add MS-WDV supportmanu2023-02-137-4/+932
* * modules/dav/main/util.c (dav_process_if_header): Fix errorJoe Orton2023-01-091-1/+7
* Open the lock database read-only when possiblemanu2022-11-111-4/+2
* Initialize allow_lockdiscovery as unsetmanu2022-11-091-2/+0
* Turn DavLockDiscovery into a flagmanu2022-11-091-31/+14
* mod_dav: Follow up to r1904638: Fix duplicated APLOGNO.Yann Ylavic2022-10-171-1/+1
* mod_dav: Allow to disable lock discovery via an DAVLockDiscovery expression.Yann Ylavic2022-10-173-8/+70
* dav_get_liveprop_info() returns a long not an int.Christophe Jaillet2022-05-041-3/+3
* * Fix a typoRuediger Pluem2022-02-091-1/+1
* Revert 1897156.Graham Leggett2022-01-201-93/+2
* mod_dav: Follow up to r1897156: Fix warning.Yann Ylavic2022-01-181-1/+1
* * Allocate the dav_liveprop_elem structure only once in the lifetime of theRuediger Pluem2022-01-181-2/+8
* core: Allow an optional expression to be specified for an effectiveGraham Leggett2022-01-171-2/+93
* Clarify where the element can be obtained.Graham Leggett2021-09-261-2/+2
* Add dav_get_liveprop_element() to hide the implementation by whichGraham Leggett2021-09-262-9/+18
* * Correctly handle errors returned by dav providers on REPORT requests.Ruediger Pluem2021-09-241-21/+23
* Add log tags.Graham Leggett2021-06-242-2/+2
* dbm: Split the loading of a dbm driver from the opening of a dbm file. WhenGraham Leggett2021-06-242-1/+52
* * modules/dav/fs/repos.c (dav_fs_open_stream): Add specific logs forJoe Orton2020-09-151-1/+15
* mod_dav: Some DAV extensions, like CalDAV, specify both documentGraham Leggett2020-07-152-0/+32
* mod_dav: Add utility functions dav_validate_root_ns(),Graham Leggett2020-07-152-7/+66
* Extend method_precondition hook to be called during the PROPFINDGraham Leggett2020-07-052-4/+29
* mod_dav: Allow other DAV modules to use dav_get_resource().Graham Leggett2020-07-032-1/+4
* Begone foul tabs.Graham Leggett2020-06-291-26/+26