- Apr 08, 2005
-
-
William A. Rowe Jr authored
and tightened the 'single line result' of the error message for LDAP directives (which also broke the 80 column gospel in source.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160552 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Fix Win32 breakage - these hook providers can't be _DECLARE()ed, they -would- be _DECLARE_NONSTD ... except that no functions within mod_ldap need to be exported at all. All functions can be static, as they are registered via callbacks. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160498 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 07, 2005
-
-
William A. Rowe Jr authored
Catch up with Apache.exe->httpd.exe rename; it seems svn rn can't be combined with svn commit and source changes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160441 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Final bit to switch for imap->imagemap git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160440 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Need to update the default conf. Submitted for your consideration - does AddHandler imap-file map make sense anymore? or should the handler be imagemap-file? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160436 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Fix Win32 imap->imagemap transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160432 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160411 13f79535-47bb-0310-9956-ffa450edef68
-
Paul Querna authored
Broken by this commit: - Win32 Build -- I didn't want to muck with .dsp files. - Netware Build - Same Story as Win32. - Documentation Translations (could get away with direct changes to the module name, but I am not sure) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160365 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
examples is always a good thing. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160356 13f79535-47bb-0310-9956-ffa450edef68
-
Wilfredo Sanchez authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160352 13f79535-47bb-0310-9956-ffa450edef68
-
Wilfredo Sanchez authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160348 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 06, 2005
-
-
Paul Querna authored
--enable-imap, or --enable-mods-shared=all|most to pick it up. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160307 13f79535-47bb-0310-9956-ffa450edef68
-
Hiroaki Kawai authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160288 13f79535-47bb-0310-9956-ffa450edef68
-
Hiroaki Kawai authored
Submitted by: yoshiki Reviewed by: kawai git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160287 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 05, 2005
-
-
Greg Ames authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160211 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160209 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 02, 2005
-
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159808 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 01, 2005
-
-
Joe Orton authored
Don't send an EOS after an interim response. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159671 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 31, 2005
-
-
William A. Rowe Jr authored
httpd and Apache are both anticipated now. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159627 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Apache.exe -> httpd.exe - per discussion on dev@httpd to make Win32 consistent with Unix, and as importantly, quitclaim the 'Apache HTTP Server' project's claim on something not in the spirit of the greater Foundation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159626 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159620 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
Implement the exported function from mod_ldap(util_ldap) as optional functions so that we can eliminate the load ordering of mod_ldap and mod_authnz_ldap. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159619 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 30, 2005
-
-
Bradley Nicholes authored
Actually use the compare_cache_size value that is being set by LDAPOpCacheEntries. The actual cache_size was previously defaulting to the value of search _cache_size set by LDAPCacheEntries. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159542 13f79535-47bb-0310-9956-ffa450edef68
-
Sander Striker authored
Update to reflect the current state of affairs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159537 13f79535-47bb-0310-9956-ffa450edef68
-
Sander Striker authored
(ap_proxy_http_process_response): Fix a comment. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159534 13f79535-47bb-0310-9956-ffa450edef68
-
Sander Striker authored
(ap_proxy_http_process_response): When there are only headers and no body, give the remainder of the output filters a chance by pushing an EOS bucket through the filter stack. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159533 13f79535-47bb-0310-9956-ffa450edef68
-
Sander Striker authored
Adjust one conditional to new style. Wrap mod_logio directives into a conditional, instead of having them commented out. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159499 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
Add inverted commas to the build script parameter so that it works correctly when which outputs an empty string. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159479 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159471 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 29, 2005
-
-
Greg Ames authored
Transfer-Encoding header when creating a GET subrequest git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159410 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159356 13f79535-47bb-0310-9956-ffa450edef68
-
Jason S. Lingohr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159352 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 28, 2005
-
-
Astrid Kessler authored
Reviewed by: nd git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159285 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 27, 2005
-
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159177 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159149 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159147 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159141 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159140 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159139 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 26, 2005
-
-
Erik Abele authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159110 13f79535-47bb-0310-9956-ffa450edef68
-