summaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Collapse)AuthorAgeFilesLines
* Unix: Handle permissions settings for flock-based mutexes inJeff Trawick2003-06-071-0/+4
| | | | | | | | | | | | | | | | | | | | | | unixd_set_global|proc_mutex_perms(). Allow the functions to be called for any type of mutex. This resolves a fatal problem with mod_rewrite on systems where APR uses flock-based mutex. It simplifies mod_ssl as well, which had special logic to perform the chown(). It fixed an init error with mod_ssl on systems where flock is used when the user had no SSLMutex directive. The Unix MPMs continue to call unixd_set_global|proc_mutex_perms() only for SysV sems. There is no permission problem with flock-based accept mutexes since the child init logic for the MPMs is done prior to switching identity. PR: 20312 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100189 13f79535-47bb-0310-9956-ffa450edef68
* mod_rewrite: Perform child initialization on the rewrite log lock.Jeff Trawick2003-06-071-0/+4
| | | | | | | | This fixes a log corruption issue when flock-based serialization is used (e.g., FreeBSD). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100187 13f79535-47bb-0310-9956-ffa450edef68
* Don't respect the Server header field as set by modules and CGIs.Jeff Trawick2003-06-061-0/+5
| | | | | | | | | As with 1.3, for proxy requests any such field is from the origin server; otherwise it will have our server info as controlled by the ServerTokens directive. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100182 13f79535-47bb-0310-9956-ffa450edef68
* Fix some broken log messages in WinNT MPM.Jeff Trawick2003-06-051-0/+3
| | | | | | | | Submitted by: Juan Rivera <Juan.Rivera@citrix.com> Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100175 13f79535-47bb-0310-9956-ffa450edef68
* add Ben's streamy PROPFIND changeGreg Stein2003-06-031-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100165 13f79535-47bb-0310-9956-ffa450edef68
* Be more consistant in how we label security issuesMark J. Cox2003-06-031-14/+18
| | | | | | | | | | | Promote the issues that have been allocated a full CVE name (to replace CAN) PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100151 13f79535-47bb-0310-9956-ffa450edef68
* Apply missing security fix CHANGELOG entries to headMark J. Cox2003-06-031-0/+11
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100150 13f79535-47bb-0310-9956-ffa450edef68
* Allow ExpiresByType to accept and understand minor-type wildcardsKen Coar2003-06-011-0/+3
| | | | | | | | | | | (e.g., text/*). They'll be used if an exact type match isn't found; if there's no wildcard match, the expiry falls back to any ExpiresDefault setting as usual. PR: 7991 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100126 13f79535-47bb-0310-9956-ffa450edef68
* More mod_expires tuning. Replace the fixup hook with an insert filterBill Stoddard2003-05-311-1/+1
| | | | | | | hook. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100124 13f79535-47bb-0310-9956-ffa450edef68
* syncAndré Malo2003-05-301-4/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100101 13f79535-47bb-0310-9956-ffa450edef68
* - revert my patch (r1.155) since it produces regressions.André Malo2003-05-291-3/+0
| | | | | | | - add a note to STATUS that we don't forget the thing. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100086 13f79535-47bb-0310-9956-ffa450edef68
* syncAndré Malo2003-05-271-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100047 13f79535-47bb-0310-9956-ffa450edef68
* Updates with backported changes.Justin Erenkrantz2003-05-211-4/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99989 13f79535-47bb-0310-9956-ffa450edef68
* Move backported patches to 2.0.46 list.Justin Erenkrantz2003-05-211-10/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99980 13f79535-47bb-0310-9956-ffa450edef68
* sync, sync (forgot one recently ...)André Malo2003-05-201-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99969 13f79535-47bb-0310-9956-ffa450edef68
* mod_dav providers define a 'can_be_activity' callback. Unfortunately,Sander Striker2003-05-201-0/+4
| | | | | | | | | | | | | | | mod_dav isn't calling it before creating an activity. This is a required precondition (along with the resource not existing), as defined in the deltaV RFC (3253), section 13.5. * mod_dav.c (dav_method_make_activity): if available, call provider's 'can_be_activity' callback as a precondition to making an activity. Submitted by: Ben Collins-Sussman <sussman@apache.org> Reviewed by: Sander Striker git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99966 13f79535-47bb-0310-9956-ffa450edef68
* Play nice with libtool 1.5.Wilfredo Sanchez2003-05-191-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99926 13f79535-47bb-0310-9956-ffa450edef68
* Prevent the server from crashing when entering infinite loops. TheAndré Malo2003-05-191-0/+6
| | | | | | | | | | | | new LimitInternalRecursion directive configures limits of subsequent internal redirects and nested subrequests, after which the request will be aborted. [William Rowe, Jeff Trawick, Andr� Malo] PR: 19753 (and probably others) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99911 13f79535-47bb-0310-9956-ffa450edef68
* mod_expires filter patch has been portedBill Stoddard2003-05-181-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99909 13f79535-47bb-0310-9956-ffa450edef68
* fix LA-U lookaheads in directory context.André Malo2003-05-171-0/+3
| | | | | | | | | I'm wondering if this ever worked ... PR: 8493 (related to) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99902 13f79535-47bb-0310-9956-ffa450edef68
* syncAndré Malo2003-05-171-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99899 13f79535-47bb-0310-9956-ffa450edef68
* Stay in syncWilliam A. Rowe Jr2003-05-171-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99897 13f79535-47bb-0310-9956-ffa450edef68
* Check also for r->content_encoding (now we should have them all...)André Malo2003-05-161-0/+3
| | | | | | | | | | for already compressed content in mod_deflate. PR: 19913 Submitted by: Tsuyoshi SASAMOTO <nazonazo@super.win.ne.jp> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99880 13f79535-47bb-0310-9956-ffa450edef68
* One item off of the plate - on to further patches.William A. Rowe Jr2003-05-161-3/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99868 13f79535-47bb-0310-9956-ffa450edef68
* resync to 2.0.46 - varying whitespace is extremely irritiating whenWilliam A. Rowe Jr2003-05-161-11/+17
| | | | | | | the "Changes to 2.0.{current}" sections aught to be identical. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99866 13f79535-47bb-0310-9956-ffa450edef68
* make ExpiresByType work on dynamic documentsKen Coar2003-05-151-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99850 13f79535-47bb-0310-9956-ffa450edef68
* mod_so can only be built statically. If the user wants modules toAaron Bannert2003-05-151-0/+2
| | | | | | | | | be built as DSOs by default (eg. ./configure --enable-mods-shared=most) then we must override the default, otherwise none of the modules will end up being installed (even though they'll get built). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99844 13f79535-47bb-0310-9956-ffa450edef68
* This patch is now in 2.0.46Bill Stoddard2003-05-151-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99838 13f79535-47bb-0310-9956-ffa450edef68
* Add a delete flag to htpasswd.Thom May2003-05-141-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99828 13f79535-47bb-0310-9956-ffa450edef68
* reflect a mergeJeff Trawick2003-05-141-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99821 13f79535-47bb-0310-9956-ffa450edef68
* syncAndré Malo2003-05-131-11/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99812 13f79535-47bb-0310-9956-ffa450edef68
* Backport a fix to 2.0Thom May2003-05-131-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99796 13f79535-47bb-0310-9956-ffa450edef68
* merge back a fixJeff Trawick2003-05-131-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99793 13f79535-47bb-0310-9956-ffa450edef68
* reflect another fix merged to 2.0.46-devJeff Trawick2003-05-131-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99790 13f79535-47bb-0310-9956-ffa450edef68
* account for a couple of fixes moved back to 2.0.46-devJeff Trawick2003-05-131-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99787 13f79535-47bb-0310-9956-ffa450edef68
* This patch as been merged into 2.0.46Bill Stoddard2003-05-131-5/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99779 13f79535-47bb-0310-9956-ffa450edef68
* (grabbed from archive)André Malo2003-05-131-0/+4
| | | | | | | | | | | | Check the processed file on validity. If a line is not empty and not a comment, it must contain at least one colon. Otherwise exit with error code 7. Submitted by: Thom May <thom@planetarytramp.net> (on 2002-07-02) Kris Verbeeck <Kris.Verbeeck@ubizen.com> (on 2002-10-22) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99771 13f79535-47bb-0310-9956-ffa450edef68
* language code for Czech is 'cs', not 'cz'.André Malo2003-05-131-0/+3
| | | | | | | PR: 9427 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99767 13f79535-47bb-0310-9956-ffa450edef68
* Use generic whitespace character class when parsingAndré Malo2003-05-061-0/+4
| | | | | | | | | "require" directives, instead of literal spaces only. PR: 17135 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99727 13f79535-47bb-0310-9956-ffa450edef68
* Post change tidy up; wrap CHANGES properly and add ssl-std.conf to .cvsignoreThom May2003-05-051-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99720 13f79535-47bb-0310-9956-ffa450edef68
* Ensure that ssl-std.conf is generated at configure time, and switchThom May2003-05-051-0/+4
| | | | | | | | | to using the expanded config variables to work the same as httpd-std.conf PR: 19611 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99719 13f79535-47bb-0310-9956-ffa450edef68
* Make sure that mod_rewrite's type checker is evaluated before mod_mime.André Malo2003-05-041-0/+4
| | | | | | | PR: 19626 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99704 13f79535-47bb-0310-9956-ffa450edef68
* Fix a problem with namespace mappings being dropped in mod_dav_fs;Jeff Trawick2003-05-021-0/+5
| | | | | | | | | | | | if any property values were set which defined namespaces these came out mangled in the PROPFIND response. PR: 11637 Submitted by: Amit Athavale <amit_athavale@persistent.co.in> Reviewed by: Joe Orton, Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99690 13f79535-47bb-0310-9956-ffa450edef68
* Forward port a fix for a pair of potential buffer overflows in htdigest from 1.3Thom May2003-05-011-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99680 13f79535-47bb-0310-9956-ffa450edef68
* keep changes in sync.André Malo2003-04-241-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99582 13f79535-47bb-0310-9956-ffa450edef68
* prefork MPM: Use the right permissions for the directory createdJeff Trawick2003-04-241-0/+3
| | | | | | | | | | for gprof support. Submitted by: Jim Carlson <jcarlson@jnous.com> Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99574 13f79535-47bb-0310-9956-ffa450edef68
* By default, use the same CC and CPP with which APR was built.Jeff Trawick2003-04-241-0/+4
| | | | | | | | | | | | | | The user can override with CC and CPP environment variables. This applies to out-of-tree APR builds. Prior to this change, if you had multiple compilers on the system and you told APR to use a non-default one, you'd have to remember to tell Apache too. Otherwise, Apache would use the default compiler but use CFLAGS that went with the compiler that APR was built with. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99572 13f79535-47bb-0310-9956-ffa450edef68
* move 'em down.André Malo2003-04-221-8/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99521 13f79535-47bb-0310-9956-ffa450edef68
* Fix ap_construct_url() so that it surrounds IPv6 literal addressJeff Trawick2003-04-221-0/+4
| | | | | | | | | strings with []. This fixes certain types of redirection. PR: 19207 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99517 13f79535-47bb-0310-9956-ffa450edef68
* change the way that thread id is specified in the log format sinceJeff Trawick2003-04-181-1/+1
| | | | | | | | | | | | | the previous implementation used a format string already taken by mod_logio now, an optional %P format is used instead thanks to Andre' Malo for pointing out that I chose a format string already used by mod_logio! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99442 13f79535-47bb-0310-9956-ffa450edef68