- Dec 02, 2002
-
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97733 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 01, 2002
-
-
William A. Rowe Jr authored
Must have symbolics and base addresses for ldap modules git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97729 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Repair one oversimplification. I was grep'ping modules/experimental for such symbols, didn't look backwards at include/. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97727 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Add util_ldap and mod_auth_ldap to the workspace, but do not build by default yet [requires external 3rd party library still.] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97725 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Apply the same simplification to APACHE_2_0 branch as in head. Most of this was redundant when the projects are plugged into the Apache.dsw workspace. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97724 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Missing patch to identify the new home of mod_ext_filter (perhaps this was another byproduct of my new-aaa reversion.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97721 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Outch... many mismatches on data types. Seems we are consistent in util_ldap_cache_mgr using apr_time() APIs, but the declarations surely didn't match up. Nor did the index types. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97719 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Put back another useful bit accedently backed out with the pre-aaa patches. Give back NetWare .nlm a nice description tag with version. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97718 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Convert to appropriate text file formats. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97716 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
WTF? Modules do not belong in MS-DOS lineended format within CVS. Ever. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97715 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 30, 2002
-
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97713 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
by Tim Gerundt <tim@gerundt.de> with some minor changes from me git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97709 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
patterns as case-sensitive Submitted by: Andr�� Malo Reviewed by: Brian Pane git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97704 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97703 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Justin's gone and done this. Apache 2.0.44 sections now match between 2.0 and 2.1 trees. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97702 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Rollback to a time before aaa overhaul git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97700 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
More rollbacks for Netware of the aaa overhaul git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97699 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
One more backport for win32... aaa overhauld linkages aren't applicable. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97698 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
"Per Greg's request, add a version string component to the ap_provider.h functions. This allows modules to register different versions of the same provider." Reviewed by: Will Rowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97697 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Reflect the ap_provider [no mention of aaa rewrite here.] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97694 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
WHOA! Fix the collatteral damage I caused by removing provider. mod_dav is also retrofitted for the generic ap_provider API. Restore it to its 2.1 state for mod_dav (and of course, if someone wants to backport the aaa changes without the module names overhaul, they will need this API.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97693 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Reflect the real scope of changes in CHANGES for APACHE_2_0_BRANCH git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97692 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Somehow CVS missed this one. Revert the aaa overhaul from the Win32 build workspace. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97691 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Thought this was done in the previous commit. All aaa overhaul changes should be reverted now in APACHE_2_0_BRANCH, except for binary build files for the Netware platform. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97690 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Revert the last bits of the aaa overhaul I could identify. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97688 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
by Tim Gerundt <tim@gerundt.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97687 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Back out provider.c from aaa 2.1 overhaul, for the time being. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97686 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Unroll the 2.0 -> auth_rewrite changes from APACHE_2_0_BRANCH development git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97685 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Begin removing 2.1 auth rewrite from the APACHE_2_0_BRANCH for release sometime next week. Given some odd segfaults with respect to some recombinations of new-aaa modules, I gathered that Justin now concurs with this overhaul as a 2.1 effort [2.2 release]. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97684 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
announcements list. PR: 14892 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97683 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 29, 2002
-
-
Astrid Kessler authored
by Tim Gerundt <tim@gerundt.de> with some minor changes from me git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97680 13f79535-47bb-0310-9956-ffa450edef68
-
Wilfredo Sanchez authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97679 13f79535-47bb-0310-9956-ffa450edef68
-
Wilfredo Sanchez authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97677 13f79535-47bb-0310-9956-ffa450edef68
-
No Author authored
'APACHE_2_0_BRANCH'. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97676 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 27, 2002
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97667 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
nobody seems to have objections... * XHTML 1._0_. delivering xhtml 1.1 as text/html is bogus. (see <http://www.w3.org/TR/xhtml-media-types/#summary>) * replaced the also bogus <dl> stuff by normal <p>s and added some CSS instead. (embedding CSS compatible to xml *and* html causes the very ugly hack, you can see in top.html, because in HTML <style> contains CDATA and in XHTML PCDATA, see also <http://lists.w3.org/Archives/Public/www-html/2002Apr/0053.html>) * fixed some encoding issues. * removed the weird empty lines at the beginning of every document * added CONTENT_LANGUAGE parameter for pt-br git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97666 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 26, 2002
-
-
Bradley Nicholes authored
Since nobody knows how to update the man pages this functionality has gone undocumented. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97657 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97656 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 25, 2002
-
-
Jim Jagielski authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97652 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Patches now committed git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97650 13f79535-47bb-0310-9956-ffa450edef68
-