summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
...
* Explain why we have the regular file typecheck. No functional changes.Colm MacCarthaigh2005-09-261-2/+11
* Fixes and cleanups for mod_cache;Colm MacCarthaigh2005-09-263-22/+49
* * add svn:ignore to modules/databaseAndré Malo2005-09-241-261/+261
* Add note on DBD APIs to Module Developer Changes in new_features.Nick Kew2005-09-231-1/+1
* Implement a (bounded) buffer of request body data to provide a limitedJoe Orton2005-09-223-66/+217
* Add mod_dbd to the NetWare buildBradley Nicholes2005-09-211-0/+1
* Add the NetWare makefile for mod_dbdBradley Nicholes2005-09-211-0/+261
* Don't need the second reference to extfiltr.nlm anymore now that there are mu...Bradley Nicholes2005-09-211-3/+0
* Fix a make problem that occurred due to the removal of the other submakefiles...Bradley Nicholes2005-09-211-0/+9
* Eliminate possible compiler warnings pointed out by Joe.Nick Kew2005-09-211-17/+17
* * modules/experimental/config.m4: Don't duplicate the mod_dbdJoe Orton2005-09-211-10/+0
* Document module movesNick Kew2005-09-211-0/+3
* Move mod_dbd from /experimental/ to /database/Nick Kew2005-09-214-0/+9
* Move mod_filter and mod_charset_lite from /experimental/ to /filters/Nick Kew2005-09-2110-8/+18
* Fix Bug#: 25659 (Memory leak in ssl_util_algotypeof())Martin Kraemer2005-09-201-1/+7
* As discussed previously: OID() -> PeerExtList()Martin Kraemer2005-09-207-95/+107
* * modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cert_dn): Fix gccJoe Orton2005-09-191-2/+3
* Catch up with the changes to mod_ssl and rename the David Reid2005-09-181-4/+5
* - remove ssl_ext_lookup and replace it with ssl_ext_listDavid Reid2005-09-165-90/+55
* rewrite CR mitigation logic to wipe out any trailingJeff Trawick2005-09-111-6/+6
* gcc -Wall fix: depending on signedness of char.Jim Jagielski2005-09-101-2/+2
* gcc -Wall cleanupJim Jagielski2005-09-101-1/+1
* * modules/proxy/mod_proxy_balancer.c (balancer_handler): Fix gccJoe Orton2005-09-102-2/+4
* Fix config file for mod_dbd Ian Holsman2005-09-101-0/+1
* Record the fact that we failed to set the username as requested.David Reid2005-09-091-0/+3
* Proxy balancer lbmethods are now registered as providers and notJim Jagielski2005-09-094-220/+196
* Remove proxy_hook_load_lbmethods from Netware export listBradley Nicholes2005-09-081-1/+0
* Minor nit. Methods are server-wide, so simply use the base version table.Jim Jagielski2005-09-071-1/+1
* Restruct of lbmethod find-best algo's, bypassing hook mechanism.Jim Jagielski2005-09-074-189/+182
* * modules/ssl/ssl_util_ssl.c (SSL_X509_STORE_create): Catch errorsJoe Orton2005-09-011-4/+7
* Add ap_append_pid(); This is performed enough to warrantJim Jagielski2005-08-312-4/+3
* Some simple debugging log entriesJim Jagielski2005-08-311-1/+10
* Consistantly use APR_PID_T_FMT for getpid valueJim Jagielski2005-08-311-5/+5
* Start of getpid()/%d confusion fix...Jim Jagielski2005-08-311-41/+44
* mod_log_config: %{hextid}P will log the thread id in hex with APRJeff Trawick2005-08-311-2/+10
* mod_cgid: Refuse to work on Solaris 10 due to OS bugs.Justin Erenkrantz2005-08-301-1/+20
* Fix CVE CAN-2005-2700:Joe Orton2005-08-301-2/+2
* If uid_t and gid_t are unsigned on a platform (hurd, for example), using -1Colm MacCarthaigh2005-08-301-1/+1
* Fix PR36410; Change how the get_suexec_identity hook is handled by CGID.Colm MacCarthaigh2005-08-301-55/+44
* Correct mod_cgid's argv[0] so that the full path can be delved by theWilliam A. Rowe Jr2005-08-291-4/+1
* Noticed in the development of fips-enabled mod_ssl, when we areWilliam A. Rowe Jr2005-08-291-3/+12
* Doxygen fixup / cleanupIan Holsman2005-08-2828-146/+353
* CGId keeps a copy of the listening sockets open, which interferes with a Colm MacCarthaigh2005-08-271-0/+3
* A very minor, but particularly annoying whitespace fix. It took me 15 minutesColm MacCarthaigh2005-08-251-1/+1
* Append the .PID to the ScriptSock filename. This change ensures that multipleColm MacCarthaigh2005-08-251-10/+15
* nit: Consistently CamelCase "ScriptSock".Colm MacCarthaigh2005-08-251-2/+2
* fix 64bit build warningsAndreas Steinmetz2005-08-231-7/+7
* fix 64bit build warnings in modules/davAndreas Steinmetz2005-08-236-27/+27
* Enhance CacheEnable/CacheDisable to control caching on a per-protocol, per-hostColm MacCarthaigh2005-08-233-22/+73
* remove some unused variables and re-name cache_select_url() to simply Colm MacCarthaigh2005-08-234-9/+5