- Sep 10, 2002
-
-
Bradley Nicholes authored
support git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96754 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
Submitted by: Jean-Jacques Clar (jjclar@novell.com) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96753 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
This would result in at least two EOS buckets being leaked per connection. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96752 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
It causes more problems than it helps. Thanks to Joshua for pointing this out. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96750 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
to an HTTP response code git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96747 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
zap some unused variables git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96746 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
concerned) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96745 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96744 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96741 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
really crash?" (This change has been essentially checked into HEAD.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96740 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
do not have to re-implement basic auth and to allow mod_auth_digest (and other modules) to leverage the authn backends. Adds AuthBasicProvider and AuthDigestProvider directives. This also moves a lot of the basic auth handling code inside of mod_auth_basic (but does not remove the code in server/protocol.c - that will have to wait for a version bump so that we don't totally bust old modules). This patch incorporates code review comments by Greg Stein. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96739 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
mod_auth_digest's passwords can not be obfuscated by the APR magic sequence (as we don't call apr_password_validate on them), therefore we need a tool to produce true MD5 hex hashes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96737 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96736 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96735 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96734 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96733 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
add support for CSS media="print" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96732 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
require a change of common.xsl (and causes transforming of all xml docs...) new: pagetypes.xsl git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96731 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96730 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
new sitemap.dtd and sitemap.xsl added some corresponding items to en.xml added new li.separate style to manual.css also, increased the distance between list items inside the sidebar git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96729 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
All modules are reorganized under the following scheme: - mod_auth_*: Front-end (basic, digest) - mod_authn_*: Authentication (anon, dbm, default, file) - mod_authz_*: Authorization (dbm, default, groupfile, host, user) This passes the httpd-test suite when it accounts for the renaming of aaa modules. Originally written by: Dirk-Willem van Gulik Completed by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96728 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 09, 2002
-
-
Justin Erenkrantz authored
Submitted by: Sander Temme <sctemme@covalent.net> Reviewed by: Dirk, Justin git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96726 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
Suggested by: Joshua Slive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96725 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
(When I did a rebuild, it wanted to regenerate every file, so I'm not exactly sure what else is going to be checked in. Did someone change a master file without re-running the transformations?) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96724 13f79535-47bb-0310-9956-ffa450edef68
-
David Shane Holden authored
Submitted by: Andr� Malo <nd@perlig.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96720 13f79535-47bb-0310-9956-ffa450edef68
-
David Shane Holden authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96719 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 08, 2002
-
-
David Shane Holden authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96718 13f79535-47bb-0310-9956-ffa450edef68
-
David Shane Holden authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96717 13f79535-47bb-0310-9956-ffa450edef68
-
David Shane Holden authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96716 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
it in proxy_map_location() PR: 12340 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96715 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96714 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96713 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 07, 2002
-
-
Erik Abele authored
in mod_charset_lite.xml. Submitted by: Andre Malo <nd@perlig.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96709 13f79535-47bb-0310-9956-ffa450edef68
-
Erik Abele authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96708 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 06, 2002
-
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96702 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
it is easier to tell what is going on when titles wrap. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96701 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96700 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
the "Source File" heading that was missing. Note to translators: "Source File" is new. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96699 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96698 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
small content changes). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96697 13f79535-47bb-0310-9956-ffa450edef68
-