- Aug 20, 2004
-
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104745 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
mod_auth_ldap has been moved to the modules/aaa directory and is called authnz_ldap. It has also been restructured to follow the new auth module model. The documentation has also been renamed to mod_authnz_ldap. The old mod_auth_ldap documentation is now obsolete. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104744 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104743 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 19, 2004
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104735 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104733 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104727 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104726 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 18, 2004
-
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104724 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104723 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
Move charset.conv configuration file out of experimental and into docs/conf. This file holds the character set conversion table used by the authn_ldap provider. See Attic in experimental directory for previous change history. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104722 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
mod_auth_ldap has been moved to the modules/aaa directory and is called authnz_ldap. It has also been restructured to follow the new auth module model git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104721 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104720 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
Update the netware make files to stop building the ldap modules from experimental and start building from the new locations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104719 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
See Attic in experimental directory for previous change history. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104718 13f79535-47bb-0310-9956-ffa450edef68
-
Jean-Frederic Clere authored
Now it works for both chunked and not-chunked. But it is not yet working when the Tomcat starts to send data before having read all the body and then reads again. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104717 13f79535-47bb-0310-9956-ffa450edef68
-
Jean-Frederic Clere authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104716 13f79535-47bb-0310-9956-ffa450edef68
-
Jean-Frederic Clere authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104715 13f79535-47bb-0310-9956-ffa450edef68
-
Jean-Frederic Clere authored
<Location /examples/> ProxyPass ajp://localhost:8009/examples/ </Location> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104714 13f79535-47bb-0310-9956-ffa450edef68
-
Jean-Frederic Clere authored
The mod_proxy_ajp.dsp also refers to source files in .\ajp but that looks to be a generate file; someone with the right have to arrange it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104713 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
Both the r->user and r->ap_auth_type were set previously when the username and password were extracted from the request. Resetting them at the end of the handler will overwrite any changes made by the authn provider. For example, the ldap authn provider can be configured to change the user name to a full user dn. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104712 13f79535-47bb-0310-9956-ffa450edef68
-
Jean-Frederic Clere authored
The original location of the files in jakarta is: jakarta-tomcat-connectors/ajp/ajplib/test (That was not a good idea) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104711 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104710 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
PR: Obtained from: Submitted by: Geoffrey Young <geoff@modperlcookbook.org> Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104708 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104707 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
LDAP support. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104706 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
Submitted by: Zvi Har'El <rl math.technion.ac.il> Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104703 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
PR: 30723 Submitted by: Friedrich Haubensak <hsk imb-jena.de> Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104701 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
function. (ssl_var_lookup_ssl_cert): Support _V_REMAIN suffix for SSL_{SERVER,CLIENT} as number of days until certificate expires. * modules/ssl_engine_kernel.c: Export SSL_CLIENT_V_REMAIN if +StdEnvVars is configured. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104700 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
hook to APR_HOOK_FIRST to ensure it runs before the mod_suexec hook. PR: 18156 Submitted by: Joshua Slive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104699 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 17, 2004
-
-
Bradley Nicholes authored
Re-structure the auth_ldap module to fit the new authentication model. The authnz_ldap module provides an ldap authentication provider and an authorization handler. It implements the authorization "require" values ldap-user, ldap-dn and ldap-group. This restructure also moves auth_ldap out of the experimental directory. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104696 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104695 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Require zlib to be pre-compiled, and rely upon the srclib/zlib/ tree to contain zlib.lib and our .h files. This presumes that zlib is compiled to be compatible with Apache (msvcrt build, either statics or as zlib1.dll). It's true of all 1.2.1 zlibs and later. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104690 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
A few more modules who need their bases owned. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104689 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Eliminate several unused variables, observe a file size -> cache entry size overflow, and reorder a few headers so we compile clean. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104688 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
handling for AP_MODE_SPECULATIVE. PR: 30134 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104687 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
hooking into mod_so from main.c: * include/http_config.h, server/config.c: Declare test_config hook. * server/main.c: Drop hooks into mod_so; run test_config hooks. * modules/mappers/mod_so.h: Drop ap_dump_loaded_modules optional function. * modules/mappers/mod_so.c (dump_loaded_modules): Renamed from ap_dump_loaded_modules; only run if -DDUMP_MODULES is defined. (register_hooks): Register test_config hook instead of optional function. Reviewed by: Justin Erenkrantz, Paul Querna git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104685 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 16, 2004
-
-
Bradley Nicholes authored
Submitted by: Guenter Knauf <fuankg@apache.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104684 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
(problem was only in 2.1-dev) Submitted by: jean-frederic clere <jfrederic.clere fujitsu-siemens.com> Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104683 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
Relax the pointer checking for the proxy_ajp module to avoid a pointer mismatch error when compiling git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104682 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 15, 2004
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104681 13f79535-47bb-0310-9956-ffa450edef68
-