summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* update README.ldap and config.m4 to reflect new location ofJeff Trawick2002-08-302-9/+5
* Adding the LDAP README fileBradley Nicholes2002-08-301-0/+26
* Make files for building the LDAP module for NetWareBradley Nicholes2002-08-302-0/+516
* actuall fix the bugIan Holsman2002-08-301-2/+2
* deflate's filter removal was reversed for non-html files, resultingIan Holsman2002-08-301-1/+1
* The style police just get really annoyed with this file in general.Justin Erenkrantz2002-08-301-16/+16
* fix a type mismatchJeff Trawick2002-08-301-1/+1
* new option 'path' to the cookieIan Holsman2002-08-301-1/+10
* just saw this bugIan Holsman2002-08-301-1/+1
* shot in the arm by the style police while trying to escapeIan Holsman2002-08-301-2/+2
* set expiry time correctly.Ian Holsman2002-08-301-20/+35
* Fix a reference to an uninitialized pointer in util_ldap_cache_init().Jeff Trawick2002-08-281-3/+1
* Remove CacheOn config directive since it is set but never checked.Paul J. Reder2002-08-272-21/+0
* its >>FNAME<< not >>name<<Ian Holsman2002-08-271-2/+2
* make the type of the variable explicit to quiet a gcc warningJeff Trawick2002-08-271-1/+1
* introduce 2 new callback oppurtunities to allow a 3rd party module to doIan Holsman2002-08-272-86/+222
* Conditionally compile mod_edir if the directory existsBradley Nicholes2002-08-271-0/+6
* The documentation says: ISAPIReadAheadBuffer defaults to 49152 bytes,William A. Rowe Jr2002-08-261-2/+2
* Clean up style on mod_auth_anon.c before hacking it to pieces.Justin Erenkrantz2002-08-261-49/+50
* Fix a segfault in mod_cache when url isn't passedIan Holsman2002-08-261-0/+3
* make the output XHTMLIan Holsman2002-08-251-4/+4
* Fix a null pointer dereference in the merge_env_dir_configs function ofPaul J. Reder2002-08-241-6/+10
* fix breakage of dbm maps which was introduced in the previous commitJeff Trawick2002-08-231-0/+2
* Make Caching work for subrequests.Ian Holsman2002-08-231-1/+1
* add the ability to specify the dbm type (e.g., gdbm, ndbm) forJeff Trawick2002-08-232-13/+42
* Add A warning when servers don't set their status lineIan Holsman2002-08-221-0/+7
* remove some remaining NO_DBM_REWRITEMAP cruft from mod_rewriteJeff Trawick2002-08-222-4/+2
* Change mod_rewrite to use apr-util's dbm support for dbm rewriteJeff Trawick2002-08-213-65/+17
* Small fixes for SSLCWilliam A. Rowe Jr2002-08-211-0/+4
* Fix a problem whereby RewriteMap prg:'s would get out of sync due toCliff Woolley2002-08-212-20/+11
* Submitted by: Paul J. RederPaul J. Reder2002-08-211-16/+22
* fix the case when a server doesn't send a response stringIan Holsman2002-08-211-1/+3
* Fix another compile break.Bill Stoddard2002-08-201-1/+1
* PR:Ian Holsman2002-08-181-4/+1
* Get mod_disk_cache working.Bill Stoddard2002-08-182-3/+42
* Fix compile breakBill Stoddard2002-08-182-6/+6
* on second thought, it actually *is* possible for this to bubble up ratherCliff Woolley2002-08-141-1/+4
* make this more gdb-friendly. no functional change.Cliff Woolley2002-08-141-6/+14
* whittling away more cruftCliff Woolley2002-08-141-23/+3
* standardize the syntax hereCliff Woolley2002-08-142-31/+16
* this is a maxheap. this function is therefore named backwards. :)Cliff Woolley2002-08-141-4/+4
* add some debugging code -- verifies that the heap property is satisfiedCliff Woolley2002-08-142-0/+24
* fix weird things that happen with canned error messages due to using twoGreg Ames2002-08-132-47/+40
* don't lose const looking for that '/'Jeff Trawick2002-08-091-1/+1
* Security rollup for 2.0.40 release. Tag and roll baby.William A. Rowe Jr2002-08-091-10/+17
* remove some dead code. It's been there since 1996 (1.3 rev 1.28), soGreg Ames2002-08-081-7/+6
* Fix proxy so that it is possible to access ftp: URLs via a proxyGraham Leggett2002-08-081-2/+2
* mod-deflate now checks to make sure gzip-only-text-html is set to 1, not anyt...Ian Holsman2002-08-071-4/+7
* Just an observation, we potentially read/retain far too much of the body,William A. Rowe Jr2002-08-041-0/+5
* We describe body lengths throughout apr in apr_off_t lengths. While weWilliam A. Rowe Jr2002-08-045-7/+7