summaryrefslogtreecommitdiff
path: root/modules/dav/main/util.c
Commit message (Expand)AuthorAgeFilesLines
* Add MS-WDV supportmanu2023-02-131-1/+19
* * modules/dav/main/util.c (dav_process_if_header): Fix errorJoe Orton2023-01-091-1/+7
* mod_dav: Add utility functions dav_validate_root_ns(),Graham Leggett2020-07-151-7/+52
* Follow up to r1879074: don't let dav_process_if_header() go above root.Yann Ylavic2020-06-241-0/+1
* Add ap_normalize_path() to replace ap_getparents() (with options).Yann Ylavic2020-06-221-1/+6
* * module/dav/main/util.c (dav_check_bufsize): Don't callJoe Orton2020-02-171-1/+5
* * Replace apr_psprintf with apr_pstrcat where the format strings onlyRuediger Pluem2019-06-281-2/+2
* Fix spelling in comments and text files.Rainer Jung2016-08-111-2/+2
* Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygenWilliam A. Rowe Jr2016-06-091-1/+1
* More ap_casecmpstr[n]() usages (follow up to r1715876).Yann Ylavic2015-11-231-1/+1
* In order to save a few cycles, delay a hash table lookup which is not necessa...Christophe Jaillet2015-09-081-1/+2
* mod_dav: Avoid doing the walk on a COPY source for handling preconditions ifBen Reser2015-05-031-2/+4
* Typo in commentChristophe Jaillet2014-04-211-1/+1
* SECURITY: CVE-2013-6438 (cve.mitre.org)Ben Reser2014-01-081-1/+3
* mod_dav: Fix PR 55306.Ben Reser2013-10-031-2/+5
* Fix indentation (plus now needed line-wrap).Rainer Jung2013-06-271-2/+3
* mod_dav: Make sure the URI length is calculated correctly.Graham Leggett2013-04-301-3/+5
* mod_dav: Make sure that when we prepare an If URL for Etag comparison, Graham Leggett2013-04-231-0/+7
* mod_dav: Improve error handling in dav_method_put(), add newJeff Trawick2013-04-041-0/+24
* [Test] First try : remove extra ';'Christophe Jaillet2012-10-111-1/+1
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-2/+2
* CVE-2010-1452: Fix handling of missing path segments in the parsed URI struct...Paul Querna2010-07-211-1/+2
* Remove errno from dav_error interface. Calls to dav_new_error()Jeff Trawick2009-11-191-37/+38
* * Avoid SEGFAULT as hooks->set_headers can be NULL. Furthermore do not set theRuediger Pluem2008-01-011-8/+21
* * Style police. No functional changes.Ruediger Pluem2007-12-291-5/+7
* mod_dav: Fix evaluation of If-Match * and If-None-Match * conditionals.Nick Kew2007-12-291-1/+41
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-35/+35
* Fix handling of unknown state tokens in If headers:Joe Orton2005-10-301-4/+16
* * modules/dav/main/mod_dav.h: Wrap all public functions inJustin Erenkrantz2005-02-251-15/+22
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME!William A. Rowe Jr2005-01-021-1/+1
* Forward-port from mod_dav 1.0:Joe Orton2004-03-141-1/+1
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* apply Apache License, version 2.0André Malo2004-02-061-49/+10
* update license to 2004.André Malo2004-01-011-1/+1
* stop using apr_sockaddr_port_get() accessor function, as it willJeff Trawick2003-12-051-1/+1
* * modules/dav/main/util.c (dav_validate_resource_state): Simplify weakJoe Orton2003-11-251-11/+4
* Fix a typo in the weak entity check. The prefix is W/" not "W/.Justin Erenkrantz2003-04-221-8/+6
* finished that boring job:André Malo2003-02-031-1/+1
* fix misuse of const in a recent commitJeff Trawick2003-01-311-6/+9
* Allow mod_dav to do weak entity comparison function rather than a strongJustin Erenkrantz2003-01-291-1/+28
* Fix If header parsing when a non-mod_dav lock token is passed to it. We'llJustin Erenkrantz2003-01-291-2/+10
* When unlocking, the auto-checkin code does not need to refer to theGreg Stein2003-01-071-5/+5
* Detabbify. With extreme prejudice.William A. Rowe Jr2002-10-291-715/+715
* Continue the Bill Rowe apr_size_t crusade.Victor J. Orlikowski2002-07-101-4/+4
* Renames Pending:Ian Holsman2002-07-061-1/+1
* The real pain. ap->apr xml and text types.William A. Rowe Jr2002-06-231-10/+10
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1