summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Typos: explicit & separated.Chris Pepper2003-03-231-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99046 13f79535-47bb-0310-9956-ffa450edef68
* Fix typos: seperately, examle, refered (not the header), compatiblity, ↵Chris Pepper2003-03-231-7/+7
| | | | | | publically, Crypography. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99045 13f79535-47bb-0310-9956-ffa450edef68
* Fix a couple typos: explicitly, substitute.Chris Pepper2003-03-231-5/+5
| | | | | | | Grammar: add missing comma, -> a hyperlink. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99044 13f79535-47bb-0310-9956-ffa450edef68
* Do not bypass output filters when redirecting subrequests internally.André Malo2003-03-222-5/+27
| | | | | | | PR: 17629 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99042 13f79535-47bb-0310-9956-ffa450edef68
* Fix chinese default page.André Malo2003-03-224-10/+4
| | | | | | | | | | | | | | Netware config still needs to be sync'd (whereever it is). - the encoding was wrong (iso-8859-1 instead fo big5, so (re-)added the appropriate extension(s)) - Fixed AddLanguage directives in default configs - Fixed type map file. PR: 18025 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99040 13f79535-47bb-0310-9956-ffa450edef68
* Update transformations.Yoshiki Hayashi2003-03-2214-276/+703
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99037 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo.Yoshiki Hayashi2003-03-221-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99036 13f79535-47bb-0310-9956-ffa450edef68
* Update Japanese translations.Yoshiki Hayashi2003-03-2213-122/+207
| | | | | | | | Submitted by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp> Reviewed by: Yoshiki Hayashi git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99035 13f79535-47bb-0310-9956-ffa450edef68
* SECURITY: Eliminated leaks of several file descriptors to childWilliam A. Rowe Jr2003-03-206-4/+14
| | | | | | | | | | | processes, such as CGI scripts. PR: 17206 Submitted by: Christian Kratzer <ck@cksoft.de>, Bjoern A. Zeeb <bz@zabbadoz.net> Reviewed by: Joe Orton, Will Rowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99032 13f79535-47bb-0310-9956-ffa450edef68
* keep changes in syncAndré Malo2003-03-191-5/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99026 13f79535-47bb-0310-9956-ffa450edef68
* uh, I forgot to add the transformated mod_nw_ssl.html ;-)André Malo2003-03-192-1/+80
| | | | | | | additionally RewriteOptions was now introduced in 2.0.45. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99023 13f79535-47bb-0310-9956-ffa450edef68
* add mod_nw_ssl to sitemap (and autogenerated pages) and update transformationAndré Malo2003-03-1915-223/+291
| | | | | | | of recent changes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99019 13f79535-47bb-0310-9956-ffa450edef68
* Fixed a small logic problem when printing out the console command helpBradley Nicholes2003-03-181-1/+1
| | | | | | | Submitted by: Ulrich Neumann <U_Neumann@gne.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99017 13f79535-47bb-0310-9956-ffa450edef68
* OpenSSL should be included as "openssl/ssl.h" and not "ssl.h" (and rely on theMadhusudan Mathihalli2003-03-143-24/+25
| | | | | | | | | | | INCLUDE path to be defined properly) PR: 11310 Submitted by: Geoff Thrope <geoff@geoffthrope.net> Reviewed by: Madhusudan Mathihalli git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99008 13f79535-47bb-0310-9956-ffa450edef68
* Added documentation for the directives SecureListen and NWSSLTrustedCertsBradley Nicholes2003-03-142-0/+60
| | | | | | | that are provided through mod_nw_ssl for NetWare git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99007 13f79535-47bb-0310-9956-ffa450edef68
* Added the optional ssl_enable functions to allow mod_proxy to hook intoBradley Nicholes2003-03-141-2/+124
| | | | | | | | | | mod_nw_ssl on NetWare. This allows a unsecure connection to be upgraded to a secure connection when required by mod_proxy. Also added the directive NWSSLTrustedCerts to allow an administrator to provide a list of certificates used to upgrade the secure connections. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99006 13f79535-47bb-0310-9956-ffa450edef68
* Added a note that indicates that forward slashes should always be used onBradley Nicholes2003-03-142-0/+12
| | | | | | | non-unix systems even if the OS allows backslashes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99005 13f79535-47bb-0310-9956-ffa450edef68
* Document the SSLMutex directivesJim Jagielski2003-03-131-12/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99003 13f79535-47bb-0310-9956-ffa450edef68
* I did the work, got out the vote, back-ported it, removed the vote, but forgotPaul J. Reder2003-03-131-5/+5
| | | | | | | | | to move the CHANGES entry... Darn. I've moved it to where it *should* have been. I hope this causes less confusion than having it out of sequence would have... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99002 13f79535-47bb-0310-9956-ffa450edef68
* Modify the APACHE_CHECK_SSL_TOOLKIT to detect SSL-C (atleast version 2.1).Madhusudan Mathihalli2003-03-132-7/+21
| | | | | | | Submitted by: Madhusudan Mathihalli git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99000 13f79535-47bb-0310-9956-ffa450edef68
* Replace the APACHE_CHECK_SSL_TOOLKIT method with a cleaner one, usingMadhusudan Mathihalli2003-03-134-89/+95
| | | | | | | | | | autoconf tools (AC_CHECK_HEADER, AC_CHECK_LIB etc). Submitted by: Geoff Thorpe <geoff@geoffthorpe.net> Reviewed by: Madhu, Justin git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98999 13f79535-47bb-0310-9956-ffa450edef68
* Backported this fix to 2.0.45-devBill Stoddard2003-03-131-4/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98997 13f79535-47bb-0310-9956-ffa450edef68
* Oops. I'd forgotten to update the CHANGES file with the shmht fix.Madhusudan Mathihalli2003-03-131-1/+5
| | | | | | | | | PR: 17864 Submitted by: Andreas Leimbacher <andreasl67@yahoo.de> Reviewed by: Madhusudan Mathihalli git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98994 13f79535-47bb-0310-9956-ffa450edef68
* reflect a fix merged to 2.0.45-devJeff Trawick2003-03-121-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98992 13f79535-47bb-0310-9956-ffa450edef68
* Fix PR 17864, and also fixes a SEGV problem when SHMHT was used.Madhusudan Mathihalli2003-03-121-5/+1
| | | | | | | | The porting of the code from mod_ssl 1.3.x was still incomplete, and depended upon a complete implentation of apr_shm (hence pieces of code was #if 0'ed out). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98990 13f79535-47bb-0310-9956-ffa450edef68
* even users of libtool 1.3.x want out-of-tree apr builds to workJeff Trawick2003-03-121-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98988 13f79535-47bb-0310-9956-ffa450edef68
* Fix up the export list so that it is consistent between debug and non-debug ↵Bradley Nicholes2003-03-112-14/+1
| | | | | | builds git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98987 13f79535-47bb-0310-9956-ffa450edef68
* Fix up the log resolve utility to work with NetWare. Increased the stack sizeBradley Nicholes2003-03-112-6/+6
| | | | | | | and fixed WSAStartup to use the correct version number git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98984 13f79535-47bb-0310-9956-ffa450edef68
* reflect backport of mod_deflate.c r1.31Ian Holsman2003-03-113-13/+17
| | | | | | | | | | | | change directive from compressionlevel to deflatecompressionlevel PR: Obtained from: Submitted by: Ian Holsman, Andre Malo Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98982 13f79535-47bb-0310-9956-ffa450edef68
* Move an accepted backport. BTW - what's with the *new* mismatchesWilliam A. Rowe Jr2003-03-111-5/+5
| | | | | | | between CHANGES in 2.0-stable and 2.1-dev under the (2.0.45) section? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98972 13f79535-47bb-0310-9956-ffa450edef68
* After discussions at length on dev@apr/httpd, it is determined thatWilliam A. Rowe Jr2003-03-1169-666/+72
| | | | | | | | | | | the older .dbg format symbols are not worth the interference with generating complete .pdb symbolic debugging databases. This patch further eliminates pdbtype:sept flags that interfere with deciphering local symbols and type information. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98970 13f79535-47bb-0310-9956-ffa450edef68
* After much discussion on dev@apr - it turns out that .dbg files servedWilliam A. Rowe Jr2003-03-111-12/+7
| | | | | | | | | | | | a very limited purpose and their extraction interfered with the correct extraction of the (much more useful) .pdb files. Eliminating them now. It also turns out that without the _src.pdb files for static libraries, one cannot build debuggable modules with any locals or type information. We need to copy those _src.pdb files into lib/ as well. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98969 13f79535-47bb-0310-9956-ffa450edef68
* Add the version number to the screen nameBradley Nicholes2003-03-111-1/+1
| | | | | | | Submitted by: Guenter Knauf (gk@gknw.de) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98967 13f79535-47bb-0310-9956-ffa450edef68
* mod_negotiation: quality values are now parsed independent fromAndré Malo2003-03-112-2/+65
| | | | | | | | | | the current locale. level values are now really parsed as integers. PR: 17564 Reviewed by: Dirk-Willem van Gulik git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98964 13f79535-47bb-0310-9956-ffa450edef68
* the symbols target in apr-iconv disappeared...André Malo2003-03-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98963 13f79535-47bb-0310-9956-ffa450edef68
* fix xml errors and build the stuffAndré Malo2003-03-102-24/+64
| | | | | | | | | | | | | | | | | | | $ build validate-xml [xmlvalidate] .../manual/misc/perf-tuning.xml:139:45: The element type "section" must be terminated by the matching end-tag "</section>". (actually: missing <p>) $build validate-xml [xmlvalidate] .../manual/misc/perf-tuning.xml:477:12: Element type "i" must be de clared. [xmlvalidate] .../manual/misc/perf-tuning.xml:481:54: The content of element type "p" must match "(em|strong|code|a|br|directive|module|img|cite|q|dfn|var|transnote)". (you meant <em>, put it there) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98959 13f79535-47bb-0310-9956-ffa450edef68
* Add a note on building the LDAP stuff on AIXGraham Leggett2003-03-101-1/+16
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98957 13f79535-47bb-0310-9956-ffa450edef68
* Applying patch from 2.0 branch, however, there still appears to be someRich Bowen2003-03-101-24/+66
| | | | | | | | | | invalid xml in here, although I have been completely unable to track it down. This patch adds discussion of removing unneeded modules, as well as section titles to facilitate links directly to the various sections. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98956 13f79535-47bb-0310-9956-ffa450edef68
* update transformation.André Malo2003-03-092-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98954 13f79535-47bb-0310-9956-ffa450edef68
* keep changes in sync.André Malo2003-03-091-3/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98953 13f79535-47bb-0310-9956-ffa450edef68
* Fixed <default> to AuthDigestProvider.Erik Abele2003-03-082-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98950 13f79535-47bb-0310-9956-ffa450edef68
* Check also err_headers_out for an already set Content-Encoding:André Malo2003-03-082-0/+17
| | | | | | | | | | gzip header. This prevents gzip compressed content from a CGI script from being compressed once more. PR: 17797 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98948 13f79535-47bb-0310-9956-ffa450edef68
* use APR_CHECK_APR_DEFINE() where possibleJeff Trawick2003-03-081-10/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98947 13f79535-47bb-0310-9956-ffa450edef68
* use APR_CHECK_APR_DEFINE() where possibleJeff Trawick2003-03-082-23/+15
| | | | | | | | | an anomaly noticed before and after this commit: "--enable-cgi=shared --disable-so" is not recognized as inconsistent git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98946 13f79535-47bb-0310-9956-ffa450edef68
* keep changes in sync.André Malo2003-03-071-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98944 13f79535-47bb-0310-9956-ffa450edef68
* keep changes in sync.André Malo2003-03-071-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98942 13f79535-47bb-0310-9956-ffa450edef68
* keep changes in sync...André Malo2003-03-071-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98940 13f79535-47bb-0310-9956-ffa450edef68
* Updated to reflect the backport of the auth_LDAP SSL standardization patchBradley Nicholes2003-03-072-12/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98937 13f79535-47bb-0310-9956-ffa450edef68
* revert my recent patch. util_debug is no longer needed :)André Malo2003-03-071-4/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98929 13f79535-47bb-0310-9956-ffa450edef68
* update transformation.André Malo2003-03-076-572/+596
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98927 13f79535-47bb-0310-9956-ffa450edef68