summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* * modules/experimental/mod_disk_cache.c (recall_headers,Joe Orton2004-11-041-3/+0
* Remove bogus comment: for SSLPassPhraseDialog exec:..., argv isJoe Orton2004-11-041-1/+0
* If the entry has a password then don't allow util_ldap_cache_getuserdn() to u...Bradley Nicholes2004-11-041-1/+6
* PR: 29709,32051Nick Kew2004-11-041-0/+9
* Just a simple switch of mod_usertrack to run earlier in the fixup hook.Paul Querna2004-11-041-1/+1
* Added the directive "Requires ldap-attribute" that allows the module to only ...Bradley Nicholes2004-11-031-1/+29
* Allow mod_authnz_ldap authorization functionality to be used without requirin...Bradley Nicholes2004-11-022-0/+45
* Implement the util_ldap_cache_getuserdn() API so that the ldap authorization ...Bradley Nicholes2004-11-022-10/+192
* * modules/mappers/mod_rewrite.c (hook_uri2file): Revert r1.259 to fixJoe Orton2004-11-021-1/+1
* * modules/ssl/ssl_engine_kernel.c (ssl_hook_UserCheck): Fix possibleJoe Orton2004-11-011-1/+2
* Fix compile trouble.Nick Kew2004-11-011-13/+12
* Change FilterDeclare/FilterProvider semantics as discussed inNick Kew2004-10-311-110/+142
* Remove double calculation of tranfered bytes to backend.Mladen Turk2004-10-311-1/+0
* Don't display the cache statistics if the node is emptyBradley Nicholes2004-10-301-12/+18
* Fixup broken handling of range header.Nick Kew2004-10-281-3/+13
* Add the check for an upgraded https connection when responding to the state o...Bradley Nicholes2004-10-271-7/+9
* Fix mod_filter to support the case where a provider sets its own f->ctxNick Kew2004-10-271-8/+34
* Move ap_filter_provider_t back out of public APINick Kew2004-10-271-0/+37
* Since the host will include a port if the default port is not used, always sp...Bradley Nicholes2004-10-251-1/+6
* fixed a type match warning on NetWareJean-Jacques Clar2004-10-251-1/+1
* veto and revert win64 patch: 64bit changes must percolate from theRoy T. Fielding2004-10-241-2/+2
* mod_cache: Add CacheIgnoreHeaders directive.Justin Erenkrantz2004-10-235-6/+74
* WIN64: API changes to clean up Windows 64bit compile warningsAllan K. Edwards2004-10-221-2/+2
* use the correct struct for CacheDisable.Paul Querna2004-10-181-1/+1
* allow <= and >= for filter dispatcherAndré Malo2004-10-171-2/+24
* minor optimizationsAndré Malo2004-10-171-10/+10
* styleAndré Malo2004-10-171-2/+2
* actually reg_extended has no effect in pcre context.André Malo2004-10-171-2/+1
* oops. removed a space too muchAndré Malo2004-10-171-1/+1
* styleAndré Malo2004-10-171-4/+4
* use more speaking namesAndré Malo2004-10-171-18/+19
* styleAndré Malo2004-10-171-3/+5
* styleAndré Malo2004-10-171-0/+1
* - the bucket types already store their names; use them.André Malo2004-10-171-32/+5
* use standard copyright noticeAndré Malo2004-10-171-1/+1
* Do not use reslist if it wasn't created. This fixes cases on prefork withMladen Turk2004-10-161-1/+1
* OR_ALL is not a good choice. Use more restrictive permissions for theAndré Malo2004-10-161-9/+10
* fix compiler warningsAndré Malo2004-10-161-7/+6
* style guide, no code changesAndré Malo2004-10-161-476/+549
* add mod_filter to the configure parametersAndré Malo2004-10-161-0/+1
* Track the status of an upgradeable socket so that the http_method and default...Bradley Nicholes2004-10-141-4/+26
* Merge the proxy_status too. Thanks to Christian von Rouques for the patch.Mladen Turk2004-10-141-0/+1
* mod_ldap: Fix format strings to use %APR_PID_T_FMT instead of %d.Graham Leggett2004-10-141-2/+6
* * modules/filters/config.m4: Drop check for zutil.h. Add -lz toJoe Orton2004-10-131-4/+3
* Add a check for SSL_ENABLED_OPTIONAL to the http_method and default_port hook...Bradley Nicholes2004-10-131-2/+2
* * modules/aaa/mod_authnz_ldap.c: Fix /*-within-comment warning.Joe Orton2004-10-121-1/+1
* * modules/ldap/util_ldap.c (util_ldap_child_init): Don't segfault ifJoe Orton2004-10-121-2/+16
* * os/unix/os.h: Define AP_NEED_SET_MUTEX_PERMS.Joe Orton2004-10-122-7/+6
* * modules/filters/mod_deflate.c: Remove use of zutil.h (not installedJoe Orton2004-10-121-66/+19
* Use the ap_is_initial_req() function to test for a subrequest instead of usin...Paul Querna2004-10-111-3/+3