- Dec 11, 2002
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97865 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
ls -1 is bound to be more portable than find -maxdepth, but I suspect it may not be as portable as it really should. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97864 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Ames authored
too long. getline can return a smaller length that what it actually read in that case. The check for len > limit_fieldsize isn't needed, but we do need to insure that getline actually allocated a buffer (and set len) in the case where the first socket input buffer is already bigger than the limit. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97863 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97862 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97861 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
add a bunch of line breaks for better code & diff readability git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97860 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
into 2.0 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97858 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97853 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
(invoking.html.de had a wrong versioned header...?) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97847 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97846 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
better navigation. insert also some more line breaks for better diffs. Reviewed by: Erik Abele, Astrid Ke�ler git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97845 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Build ldap for win32 by default. No extra magic required other than some reasonably current SDK. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97840 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
The only code change required for Win32 ldap to build... these are all abstracted in apr_ldap_uri.h ... which is grabbed by apr_ldap.h. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97839 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 10, 2002
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97835 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
- markup & <em> -> <var> - modify the argument list of MultiViewsMatch in order to better reflect the possibilities - add several <override>s and some <seealso>s git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97833 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Ames authored
long. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97832 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97830 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97828 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 09, 2002
-
-
Andre Malo authored
- some rearranging of the content - fix conextlists. with the current code it doesn't make sense to put any directive into an virtual host (the config pointer is static...) (blame me, if I'm wrong) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97827 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97826 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97825 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Ames authored
leak fd's until the end of a keepalive connection. Thanks to: Jeff Trawick for the original concept Sander Striker for the mmap ring idea Cliff Woolley for implementing the above change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97824 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
nits, if there are (probably there *are* :) main changes: - introduce docs for mod_authn_default, mod_authz_default and mod_authz_user - fix argument lists of the provider directives - fix the examples (intended to be better :) - introduce the AuthDigestShmemSize directive - remove AuthDigestUser/GroupFile - mention htdigest in AuthUserFile docs - mod_authn_anon is now an authn provider - markup Reviewed by: Astrid Ke�ler <kess@kess-net.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97823 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
apxs -i -a will add an un-commented AddModule directive for the new module, which breaks the config. PR: 11212 Obtained from: Submitted by: Joe Orton Reviewed by: Bill Stoddard, Thom May git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97820 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97819 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
Submitted by: Stas Bekman git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97818 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
Thanks to Rich for pointing out. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97816 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
Sorry for spam. There's nothing to see here. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97815 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
bodies. Previously, if an input filter changed the request body, the original C-L would be sent which would be incorrect. Due to HTTP compliance, we must either send the body T-E: chunked or include a C-L for the request body. Connection: Close is not an option. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97812 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97810 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
Reviewed by: Andr� Malo <nd@perlig.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97809 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 08, 2002
-
-
Wilfredo Sanchez authored
This drops the Anonymous_Authoritative directive Submitted by: Andre Malo <nd@perlig.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97805 13f79535-47bb-0310-9956-ffa450edef68
-
Wilfredo Sanchez authored
Submitted by: Andre Malo <nd@perlig.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97804 13f79535-47bb-0310-9956-ffa450edef68
-
Wilfredo Sanchez authored
Submitted by: Andre Malo <nd@perlig.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97803 13f79535-47bb-0310-9956-ffa450edef68
-
Wilfredo Sanchez authored
AuthDigestProvider dbm? This results in a great kaboom. The patch makes apache throw an error, if someone tries a provider, that doesn't support the particular auth scheme. Submitted by: Andre Malo <nd@perlig.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97802 13f79535-47bb-0310-9956-ffa450edef68
-
Wilfredo Sanchez authored
not only break, if access is granted. It should also break, if access was *denied* by one provider. To be safe, it has to break also, if an error occured. So the patch turns the condition around and continues only, if the user was not found. I find it also weird, that if auth was denied (by password usually), the AuthBasicAuthoritative behaviour can override that by "passing to lower modules". The patch changes that behaviour, too. Justin notes: I'm kind of on the fence about that. I was originally thinking optimistically, but yeah, it might make sense to do it pessimistically. If there's any error, bug out. Submitted by: Andre Malo <nd@perlig.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97801 13f79535-47bb-0310-9956-ffa450edef68
-
Wilfredo Sanchez authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97800 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
related to: PR 15045 Reviewed by: Astrid Ke�ler <kess@kess-net.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97795 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 07, 2002
-
-
Wilfredo Sanchez authored
Submitted by: Brian Havard git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97793 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 06, 2002
-
-
Astrid Kessler authored
Well, now this is the correct patch to keep german version in sync. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97791 13f79535-47bb-0310-9956-ffa450edef68
-