]> granicus.if.org Git - apache/log
apache
21 years ago Must fix - Win32 can't deal with this code, and we can no longer fix
William A. Rowe Jr [Mon, 31 Mar 2003 07:24:34 +0000 (07:24 +0000)]
Must fix - Win32 can't deal with this code, and we can no longer fix
    sysv mutexes with an APR_USE_ test... we have to look at the choice!

  Reviewed by: Brian Pane, Justin Erenkrantz

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99146 13f79535-47bb-0310-9956-ffa450edef68

21 years ago Fix a misterminated comment... noted by bpane
William A. Rowe Jr [Mon, 31 Mar 2003 06:12:00 +0000 (06:12 +0000)]
  Fix a misterminated comment... noted by bpane

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99142 13f79535-47bb-0310-9956-ffa450edef68

21 years agoDon't run regex cleanups before exec
Brian Pane [Mon, 31 Mar 2003 04:45:57 +0000 (04:45 +0000)]
Don't run regex cleanups before exec
Submitted by: Jeff Trawick
Reviewed by: Brian Pane

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99133 13f79535-47bb-0310-9956-ffa450edef68

21 years ago Solve segfaults from unusual error exceptions in cgid. The daemon
William A. Rowe Jr [Mon, 31 Mar 2003 04:44:11 +0000 (04:44 +0000)]
  Solve segfaults from unusual error exceptions in cgid.  The daemon
  has no 'real' request_rec, so we can't use ap_log_rerror() anywhere
  within the cgid_server() code.

  Also, one of the two log messages was echoed to the child, no point
  when the actual request logic should take care of that notification.

Submitted by: Jeff Trawick
Reviewed by: Bill Rowe

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99132 13f79535-47bb-0310-9956-ffa450edef68

21 years ago Quit registering *two* cleanups listening sockets prior to exec.
William A. Rowe Jr [Mon, 31 Mar 2003 04:30:38 +0000 (04:30 +0000)]
  Quit registering *two* cleanups listening sockets prior to exec.
  We open them once, register a cleanup only once.

Submitted by: Jeff Trawick
Reviewed by: FirstBill, OtherBill

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99130 13f79535-47bb-0310-9956-ffa450edef68

21 years agoRemoving rpm stuff from buildconf until it becomes portable
Graham Leggett [Sun, 30 Mar 2003 21:29:54 +0000 (21:29 +0000)]
Removing rpm stuff from buildconf until it becomes portable
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99128 13f79535-47bb-0310-9956-ffa450edef68

21 years ago- Oops - the vendor is the ASF
Graham Leggett [Sun, 30 Mar 2003 19:06:50 +0000 (19:06 +0000)]
- Oops - the vendor is the ASF

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99125 13f79535-47bb-0310-9956-ffa450edef68

21 years agoAdded an RPM build script
Graham Leggett [Sun, 30 Mar 2003 18:57:35 +0000 (18:57 +0000)]
Added an RPM build script
PR:
Obtained from: Joe Orton <jorton@redhat.com>
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99122 13f79535-47bb-0310-9956-ffa450edef68

21 years agoSimplify and shorten the code path for scanning request headers
Brian Pane [Sat, 29 Mar 2003 16:32:22 +0000 (16:32 +0000)]
Simplify and shorten the code path for scanning request headers
Reviewed by: Greg Ames, Bill Rowe

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99109 13f79535-47bb-0310-9956-ffa450edef68

21 years agoFix mod_ssl.dsp and abs.dsp to use also the openssl-0.9.7-defines for
André Malo [Sat, 29 Mar 2003 04:39:08 +0000 (04:39 +0000)]
Fix mod_ssl.dsp and abs.dsp to use also the openssl-0.9.7-defines for
NO_MD5, NO_IDEA and NO_MDC2 (won't compile otherwise with 0.9.7+ and
restricted crypto algorithms)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99107 13f79535-47bb-0310-9956-ffa450edef68

21 years ago- openssl won't compile unless perl Configure is called.
André Malo [Sat, 29 Mar 2003 04:18:56 +0000 (04:18 +0000)]
- openssl won't compile unless perl Configure is called.
- update the openssl version number to 0.9.7

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99105 13f79535-47bb-0310-9956-ffa450edef68

21 years agoBecause SSL's child init is run *after* we change uid/gid. So we need to ensure that...
Jim Jagielski [Sat, 29 Mar 2003 02:18:43 +0000 (02:18 +0000)]
Because SSL's child init is run *after* we change uid/gid. So we need to ensure that file-based
locks have the correct perms so that the child process
can access them

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99104 13f79535-47bb-0310-9956-ffa450edef68

21 years agokeep changes in sync ...
André Malo [Fri, 28 Mar 2003 03:27:38 +0000 (03:27 +0000)]
keep changes in sync ...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99101 13f79535-47bb-0310-9956-ffa450edef68

21 years ago Per JimJ's review - we prefer posix over semv, fcntl over flock,
William A. Rowe Jr [Fri, 28 Mar 2003 00:43:26 +0000 (00:43 +0000)]
  Per JimJ's review - we prefer posix over semv, fcntl over flock,
  and semv requires no file.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99100 13f79535-47bb-0310-9956-ffa450edef68

21 years ago Addendum to r1.74; Keep only the resulting filename in the global pool,
William A. Rowe Jr [Fri, 28 Mar 2003 00:00:13 +0000 (00:00 +0000)]
  Addendum to r1.74; Keep only the resulting filename in the global pool,
  toss the temporary strings away.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99097 13f79535-47bb-0310-9956-ffa450edef68

21 years ago Addendum to r1.21... I missed the fact that we blew away the init
William A. Rowe Jr [Thu, 27 Mar 2003 23:51:22 +0000 (23:51 +0000)]
  Addendum to r1.21... I missed the fact that we blew away the init
  complete state too early in ssl_init_Module().

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99096 13f79535-47bb-0310-9956-ffa450edef68

21 years ago Fix a serious bug where the 'next' generation of the server would open
William A. Rowe Jr [Thu, 27 Mar 2003 23:34:06 +0000 (23:34 +0000)]
  Fix a serious bug where the 'next' generation of the server would open
  a brand new mutex.  This patch creates a single mutex in the first config
  phase that survives for the life of the server (server->process->pool).

  Now one server generation to the next will respect the same mutex between
  one another, while the previous generation is still mopping up.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99095 13f79535-47bb-0310-9956-ffa450edef68

21 years ago Allow any mutex to accept a 'filename' ... and always root it to the
William A. Rowe Jr [Thu, 27 Mar 2003 23:32:42 +0000 (23:32 +0000)]
  Allow any mutex to accept a 'filename' ... and always root it to the
  server root unless we are using posixsem, which can't handle big paths.
  This reorganization should make the code much more readable because
  all of the common code is at the beginning and end of the function,
  simplifing the long conditional test case block.

  This patch allows SSLMutex default:logs/ssl_mutex syntax.  It also
  removes the mod_ssl historical '.pid' suffixes - that isn't how Apache2
  specifies files.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99094 13f79535-47bb-0310-9956-ffa450edef68

21 years agoap_rgetline_core: set the number of bytes read & copied into the caller's
Greg Ames [Thu, 27 Mar 2003 20:34:56 +0000 (20:34 +0000)]
ap_rgetline_core: set the number of bytes read & copied into the caller's
buffer when returning APR_ENOSPC.  This prevents seg faults in
ap_get_mime_headers_core in an error path which handles headers that are too
long.

Submitted by: Jeff Trawick

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99079 13f79535-47bb-0310-9956-ffa450edef68

21 years agoCorrected another capitalisation issue.
Erik Abele [Thu, 27 Mar 2003 12:34:35 +0000 (12:34 +0000)]
Corrected another capitalisation issue.

Submitted by: Iikka Meril�inen <Iikka.Merilainen@pato.vaala.fi>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99078 13f79535-47bb-0310-9956-ffa450edef68

21 years agoCorrected some capitalisation issues and changed 'Performance Notes'
Erik Abele [Thu, 27 Mar 2003 00:43:01 +0000 (00:43 +0000)]
Corrected some capitalisation issues and changed 'Performance Notes'
to 'Performance Tuning'.

Submitted by: Iikka Meril�inen <Iikka.Merilainen@pato.vaala.fi>

Slightly tweaked the patch to keep 'Sitemap' consistent.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99074 13f79535-47bb-0310-9956-ffa450edef68

21 years agoUpdate a bunch of transformations.
Erik Abele [Wed, 26 Mar 2003 23:13:08 +0000 (23:13 +0000)]
Update a bunch of transformations.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99071 13f79535-47bb-0310-9956-ffa450edef68

21 years agohelps to actually use it
Jim Jagielski [Wed, 26 Mar 2003 22:31:56 +0000 (22:31 +0000)]
helps to actually use it

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99069 13f79535-47bb-0310-9956-ffa450edef68

21 years ago Apache uses strncasecmp - which we wrap to strnicmp based on the platform's
William A. Rowe Jr [Wed, 26 Mar 2003 19:31:26 +0000 (19:31 +0000)]
  Apache uses strncasecmp - which we wrap to strnicmp based on the platform's
  preference, within apr_general.h

  Fixes build breakage

Submitted by: Madhu Mathihalli

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99067 13f79535-47bb-0310-9956-ffa450edef68

21 years agoNeed to report a select() error vs a timeout. Also avoid hogging the CPU on
Bradley Nicholes [Wed, 26 Mar 2003 19:21:32 +0000 (19:21 +0000)]
Need to report a select() error vs a timeout.  Also avoid hogging the CPU on
an error.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99065 13f79535-47bb-0310-9956-ffa450edef68

21 years agoap_get_mime_headers_core: allocate space for the trailing null when there
Greg Ames [Mon, 24 Mar 2003 16:39:25 +0000 (16:39 +0000)]
ap_get_mime_headers_core: allocate space for the trailing null when there
are folded headers. PR 18170 [Peter Mayne <PeterMayne@SPAM_SUX.ap.spherion.com>]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99057 13f79535-47bb-0310-9956-ffa450edef68

21 years agoOops - undo wrong commit
Martin Kraemer [Mon, 24 Mar 2003 08:52:20 +0000 (08:52 +0000)]
Oops - undo wrong commit

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99056 13f79535-47bb-0310-9956-ffa450edef68

21 years agoOn failures, try to add a hint what went wrong
Martin Kraemer [Mon, 24 Mar 2003 08:51:22 +0000 (08:51 +0000)]
On failures, try to add a hint what went wrong

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99055 13f79535-47bb-0310-9956-ffa450edef68

21 years ago Typos: arguments & explicitly.
Chris Pepper [Mon, 24 Mar 2003 02:54:28 +0000 (02:54 +0000)]
Typos: arguments & explicitly.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99053 13f79535-47bb-0310-9956-ffa450edef68

21 years ago Many simple typos.
Chris Pepper [Mon, 24 Mar 2003 01:54:27 +0000 (01:54 +0000)]
Many simple typos.
RedHat's -> Red Hat's, underlaying -> underlying
the Netherlands, the United Kingdom, the United States

Additionally, ssl_howto.xml uses 'coherences' unclearly -- should this be 'interactions?.

ssl_compat.xml uses 'compactified', which isn't a real word, but I'm not sure what it's intended to mean.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99052 13f79535-47bb-0310-9956-ffa450edef68

21 years ago Typos: disribution -> distribution; overriden -> overridden
Chris Pepper [Mon, 24 Mar 2003 01:13:31 +0000 (01:13 +0000)]
Typos: disribution -> distribution; overriden -> overridden

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99051 13f79535-47bb-0310-9956-ffa450edef68

21 years ago Typo: internal.examle.com -> internal.example.com
Chris Pepper [Sun, 23 Mar 2003 22:55:37 +0000 (22:55 +0000)]
Typo: internal.examle.com -> internal.example.com

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99050 13f79535-47bb-0310-9956-ffa450edef68

21 years ago Typo: derivative & "the the".
Chris Pepper [Sun, 23 Mar 2003 22:55:06 +0000 (22:55 +0000)]
Typo: derivative & "the the".

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99049 13f79535-47bb-0310-9956-ffa450edef68

21 years ago Typo: explicitly.
Chris Pepper [Sun, 23 Mar 2003 22:53:51 +0000 (22:53 +0000)]
Typo: explicitly.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99048 13f79535-47bb-0310-9956-ffa450edef68

21 years ago Typos: occurring & access_log.
Chris Pepper [Sun, 23 Mar 2003 22:53:34 +0000 (22:53 +0000)]
Typos: occurring & access_log.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99047 13f79535-47bb-0310-9956-ffa450edef68

21 years ago Typos: explicit & separated.
Chris Pepper [Sun, 23 Mar 2003 22:53:07 +0000 (22:53 +0000)]
Typos: explicit & separated.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99046 13f79535-47bb-0310-9956-ffa450edef68

21 years ago Fix typos: seperately, examle, refered (not the header), compatiblity, publically...
Chris Pepper [Sun, 23 Mar 2003 04:17:51 +0000 (04:17 +0000)]
Fix typos: seperately, examle, refered (not the header), compatiblity, publically, Crypography.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99045 13f79535-47bb-0310-9956-ffa450edef68

21 years ago Fix a couple typos: explicitly, substitute.
Chris Pepper [Sun, 23 Mar 2003 04:04:44 +0000 (04:04 +0000)]
Fix a couple typos: explicitly, substitute.
Grammar: add missing comma, -> a hyperlink.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99044 13f79535-47bb-0310-9956-ffa450edef68

21 years agoDo not bypass output filters when redirecting subrequests internally.
André Malo [Sat, 22 Mar 2003 22:15:40 +0000 (22:15 +0000)]
Do not bypass output filters when redirecting subrequests internally.

PR: 17629

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99042 13f79535-47bb-0310-9956-ffa450edef68

21 years agoFix chinese default page.
André Malo [Sat, 22 Mar 2003 21:17:18 +0000 (21:17 +0000)]
Fix chinese default page.
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

21 years agoUpdate transformations.
Yoshiki Hayashi [Sat, 22 Mar 2003 05:38:34 +0000 (05:38 +0000)]
Update transformations.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99037 13f79535-47bb-0310-9956-ffa450edef68

21 years agoFix typo.
Yoshiki Hayashi [Sat, 22 Mar 2003 05:38:24 +0000 (05:38 +0000)]
Fix typo.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99036 13f79535-47bb-0310-9956-ffa450edef68

21 years agoUpdate Japanese translations.
Yoshiki Hayashi [Sat, 22 Mar 2003 05:02:23 +0000 (05:02 +0000)]
Update Japanese translations.

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

21 years ago SECURITY: Eliminated leaks of several file descriptors to child
William A. Rowe Jr [Thu, 20 Mar 2003 21:50:40 +0000 (21:50 +0000)]
  SECURITY:  Eliminated leaks of several file descriptors to child
  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

21 years agokeep changes in sync
André Malo [Wed, 19 Mar 2003 15:08:23 +0000 (15:08 +0000)]
keep changes in sync

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99026 13f79535-47bb-0310-9956-ffa450edef68

21 years agouh, I forgot to add the transformated mod_nw_ssl.html ;-)
André Malo [Wed, 19 Mar 2003 14:57:40 +0000 (14:57 +0000)]
uh, I forgot to add the transformated mod_nw_ssl.html ;-)
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

21 years agoadd mod_nw_ssl to sitemap (and autogenerated pages) and update transformation
André Malo [Wed, 19 Mar 2003 00:19:37 +0000 (00:19 +0000)]
add mod_nw_ssl to sitemap (and autogenerated pages) and update transformation
of recent changes.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99019 13f79535-47bb-0310-9956-ffa450edef68

21 years agoFixed a small logic problem when printing out the console command help
Bradley Nicholes [Tue, 18 Mar 2003 15:13:42 +0000 (15:13 +0000)]
Fixed a small logic problem when printing out the console command help

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

21 years agoOpenSSL should be included as "openssl/ssl.h" and not "ssl.h" (and rely on the
Madhusudan Mathihalli [Fri, 14 Mar 2003 02:20:50 +0000 (02:20 +0000)]
OpenSSL should be included as "openssl/ssl.h" and not "ssl.h" (and rely on the
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

21 years agoAdded documentation for the directives SecureListen and NWSSLTrustedCerts
Bradley Nicholes [Thu, 13 Mar 2003 23:22:10 +0000 (23:22 +0000)]
Added documentation for the directives SecureListen and NWSSLTrustedCerts
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

21 years agoAdded the optional ssl_enable functions to allow mod_proxy to hook into
Bradley Nicholes [Thu, 13 Mar 2003 23:20:03 +0000 (23:20 +0000)]
Added the optional ssl_enable functions to allow mod_proxy to hook into
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

21 years agoAdded a note that indicates that forward slashes should always be used on
Bradley Nicholes [Thu, 13 Mar 2003 23:16:05 +0000 (23:16 +0000)]
Added a note that indicates that forward slashes should always be used on
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

21 years agoDocument the SSLMutex directives
Jim Jagielski [Thu, 13 Mar 2003 21:23:13 +0000 (21:23 +0000)]
Document the SSLMutex directives

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99003 13f79535-47bb-0310-9956-ffa450edef68

21 years agoI did the work, got out the vote, back-ported it, removed the vote, but forgot
Paul J. Reder [Thu, 13 Mar 2003 20:53:49 +0000 (20:53 +0000)]
I did the work, got out the vote, back-ported it, removed the vote, but forgot
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

21 years agoModify the APACHE_CHECK_SSL_TOOLKIT to detect SSL-C (atleast version 2.1).
Madhusudan Mathihalli [Thu, 13 Mar 2003 20:42:06 +0000 (20:42 +0000)]
Modify the APACHE_CHECK_SSL_TOOLKIT to detect SSL-C (atleast version 2.1).
Submitted by: Madhusudan Mathihalli

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99000 13f79535-47bb-0310-9956-ffa450edef68

21 years agoReplace the APACHE_CHECK_SSL_TOOLKIT method with a cleaner one, using
Madhusudan Mathihalli [Thu, 13 Mar 2003 20:36:39 +0000 (20:36 +0000)]
Replace the APACHE_CHECK_SSL_TOOLKIT method with a cleaner one, using
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

21 years agoBackported this fix to 2.0.45-dev
Bill Stoddard [Thu, 13 Mar 2003 19:33:26 +0000 (19:33 +0000)]
Backported this fix to 2.0.45-dev

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98997 13f79535-47bb-0310-9956-ffa450edef68

21 years agoOops. I'd forgotten to update the CHANGES file with the shmht fix.
Madhusudan Mathihalli [Thu, 13 Mar 2003 18:56:10 +0000 (18:56 +0000)]
Oops. I'd forgotten to update the CHANGES file with the shmht fix.
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

21 years agoreflect a fix merged to 2.0.45-dev
Jeff Trawick [Wed, 12 Mar 2003 18:25:39 +0000 (18:25 +0000)]
reflect a fix merged to 2.0.45-dev

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98992 13f79535-47bb-0310-9956-ffa450edef68

21 years agoFix PR 17864, and also fixes a SEGV problem when SHMHT was used.
Madhusudan Mathihalli [Wed, 12 Mar 2003 06:26:22 +0000 (06:26 +0000)]
Fix PR 17864, and also fixes a SEGV problem when SHMHT was used.
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

21 years agoeven users of libtool 1.3.x want out-of-tree apr builds to work
Jeff Trawick [Wed, 12 Mar 2003 01:30:05 +0000 (01:30 +0000)]
even users of libtool 1.3.x want out-of-tree apr builds to work

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98988 13f79535-47bb-0310-9956-ffa450edef68

21 years agoFix up the export list so that it is consistent between debug and non-debug builds
Bradley Nicholes [Tue, 11 Mar 2003 21:17:09 +0000 (21:17 +0000)]
Fix up the export list so that it is consistent between debug and non-debug builds

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98987 13f79535-47bb-0310-9956-ffa450edef68

21 years agoFix up the log resolve utility to work with NetWare. Increased the stack size
Bradley Nicholes [Tue, 11 Mar 2003 19:11:17 +0000 (19:11 +0000)]
Fix up the log resolve utility to work with NetWare.  Increased the stack size
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

21 years agoreflect backport of mod_deflate.c r1.31
Ian Holsman [Tue, 11 Mar 2003 18:11:33 +0000 (18:11 +0000)]
reflect backport of  mod_deflate.c r1.31
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

21 years ago Move an accepted backport. BTW - what's with the *new* mismatches
William A. Rowe Jr [Tue, 11 Mar 2003 06:39:26 +0000 (06:39 +0000)]
  Move an accepted backport.  BTW - what's with the *new* mismatches
  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

21 years ago After discussions at length on dev@apr/httpd, it is determined that
William A. Rowe Jr [Tue, 11 Mar 2003 00:58:59 +0000 (00:58 +0000)]
  After discussions at length on dev@apr/httpd, it is determined that
  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

21 years ago After much discussion on dev@apr - it turns out that .dbg files served
William A. Rowe Jr [Tue, 11 Mar 2003 00:37:05 +0000 (00:37 +0000)]
  After much discussion on dev@apr - it turns out that .dbg files served
  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

21 years agoAdd the version number to the screen name
Bradley Nicholes [Tue, 11 Mar 2003 00:19:16 +0000 (00:19 +0000)]
Add the version number to the screen name

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

21 years agomod_negotiation: quality values are now parsed independent from
André Malo [Mon, 10 Mar 2003 23:36:18 +0000 (23:36 +0000)]
mod_negotiation: quality values are now parsed independent from
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

21 years agothe symbols target in apr-iconv disappeared...
André Malo [Mon, 10 Mar 2003 23:18:37 +0000 (23:18 +0000)]
the symbols target in apr-iconv disappeared...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98963 13f79535-47bb-0310-9956-ffa450edef68

21 years agofix xml errors and build the stuff
André Malo [Mon, 10 Mar 2003 16:47:37 +0000 (16:47 +0000)]
fix xml errors and build the stuff

$ 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

21 years agoAdd a note on building the LDAP stuff on AIX
Graham Leggett [Mon, 10 Mar 2003 12:28:24 +0000 (12:28 +0000)]
Add a note on building the LDAP stuff on AIX
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

21 years agoApplying patch from 2.0 branch, however, there still appears to be some
Rich Bowen [Mon, 10 Mar 2003 04:36:44 +0000 (04:36 +0000)]
Applying patch from 2.0 branch, however, there still appears to be some
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

21 years agoupdate transformation.
André Malo [Sun, 9 Mar 2003 18:21:37 +0000 (18:21 +0000)]
update transformation.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98954 13f79535-47bb-0310-9956-ffa450edef68

21 years agokeep changes in sync.
André Malo [Sun, 9 Mar 2003 17:02:03 +0000 (17:02 +0000)]
keep changes in sync.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98953 13f79535-47bb-0310-9956-ffa450edef68

21 years agoFixed <default> to AuthDigestProvider.
Erik Abele [Sat, 8 Mar 2003 20:23:55 +0000 (20:23 +0000)]
Fixed <default> to AuthDigestProvider.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98950 13f79535-47bb-0310-9956-ffa450edef68

21 years agoCheck also err_headers_out for an already set Content-Encoding:
André Malo [Sat, 8 Mar 2003 17:08:34 +0000 (17:08 +0000)]
Check also err_headers_out for an already set Content-Encoding:
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

21 years agouse APR_CHECK_APR_DEFINE() where possible
Jeff Trawick [Sat, 8 Mar 2003 13:54:41 +0000 (13:54 +0000)]
use APR_CHECK_APR_DEFINE() where possible

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98947 13f79535-47bb-0310-9956-ffa450edef68

21 years agouse APR_CHECK_APR_DEFINE() where possible
Jeff Trawick [Sat, 8 Mar 2003 13:54:17 +0000 (13:54 +0000)]
use APR_CHECK_APR_DEFINE() where possible

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

21 years agokeep changes in sync.
André Malo [Fri, 7 Mar 2003 21:30:36 +0000 (21:30 +0000)]
keep changes in sync.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98944 13f79535-47bb-0310-9956-ffa450edef68

21 years agokeep changes in sync.
André Malo [Fri, 7 Mar 2003 20:46:32 +0000 (20:46 +0000)]
keep changes in sync.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98942 13f79535-47bb-0310-9956-ffa450edef68

21 years agokeep changes in sync...
André Malo [Fri, 7 Mar 2003 20:35:37 +0000 (20:35 +0000)]
keep changes in sync...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98940 13f79535-47bb-0310-9956-ffa450edef68

21 years agoUpdated to reflect the backport of the auth_LDAP SSL standardization patch
Bradley Nicholes [Fri, 7 Mar 2003 20:24:40 +0000 (20:24 +0000)]
Updated to reflect the backport of the auth_LDAP SSL standardization patch

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98937 13f79535-47bb-0310-9956-ffa450edef68

21 years agorevert my recent patch. util_debug is no longer needed :)
André Malo [Fri, 7 Mar 2003 19:49:19 +0000 (19:49 +0000)]
revert my recent patch. util_debug is no longer needed :)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98929 13f79535-47bb-0310-9956-ffa450edef68

21 years agoupdate transformation.
André Malo [Fri, 7 Mar 2003 19:28:49 +0000 (19:28 +0000)]
update transformation.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98927 13f79535-47bb-0310-9956-ffa450edef68

21 years agoSpecify a set of APIs that are normally defined as macros and should not be
Bradley Nicholes [Fri, 7 Mar 2003 17:31:46 +0000 (17:31 +0000)]
Specify a set of APIs that are normally defined as macros and should not be
included in the export list.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98925 13f79535-47bb-0310-9956-ffa450edef68

21 years ago* include/http_config.h
Sander Striker [Fri, 7 Mar 2003 14:37:36 +0000 (14:37 +0000)]
* include/http_config.h

  (ap_get_module_config, ap_set_module_config): Use the macro
    when AP_DEBUG is _not_ defined, not the other way around.

Noticed by: Jeff Trawick

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98921 13f79535-47bb-0310-9956-ffa450edef68

21 years agoclean up the invocation of APR_CHECK_APR_DEFINE()...
Jeff Trawick [Fri, 7 Mar 2003 12:23:00 +0000 (12:23 +0000)]
clean up the invocation of APR_CHECK_APR_DEFINE()...
it no longer references the second parameter, which was
incorrectly specified with out-of-tree APR anyway
(which resulted in prefork being selected on Unix since
we didn't ever think APR had thread support)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98917 13f79535-47bb-0310-9956-ffa450edef68

21 years ago*gna* get/set_module_config are now defined in util_debug.c. We have
André Malo [Fri, 7 Mar 2003 00:53:48 +0000 (00:53 +0000)]
*gna* get/set_module_config are now defined in util_debug.c. We have
to link against it.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98914 13f79535-47bb-0310-9956-ffa450edef68

21 years agoMinor MMN bump:
André Malo [Thu, 6 Mar 2003 23:53:52 +0000 (23:53 +0000)]
Minor MMN bump:

Forward port: Escape special characters (especially control
characters) in mod_log_config to make a clear distinction between
client-supplied strings (with special characters) and server-side
strings. This was already introduced in version 1.3.25.

Obtained from: Patch in 1.3.25-dev by Martin

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98912 13f79535-47bb-0310-9956-ffa450edef68

21 years agomod_usertrack: don't set the cookie in subrequests. This works
André Malo [Thu, 6 Mar 2003 23:12:29 +0000 (23:12 +0000)]
mod_usertrack: don't set the cookie in subrequests. This works
around the problem that cookies were set twice during fast internal
redirects.

PR: 13211

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98910 13f79535-47bb-0310-9956-ffa450edef68

21 years agoLet mod_logio be mostly included.
André Malo [Thu, 6 Mar 2003 21:57:45 +0000 (21:57 +0000)]
Let mod_logio be mostly included.

Submitted by: Astrid Ke�ler

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98909 13f79535-47bb-0310-9956-ffa450edef68

21 years agoLinux 2.4+: enable coredumps when Apache is started as root if
Greg Ames [Thu, 6 Mar 2003 21:48:58 +0000 (21:48 +0000)]
Linux 2.4+: enable coredumps when Apache is started as root if
            CoreDumpDirectory is explicitly coded

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98908 13f79535-47bb-0310-9956-ffa450edef68

21 years ago* include/http_config.h
Sander Striker [Thu, 6 Mar 2003 17:56:05 +0000 (17:56 +0000)]
* include/http_config.h

  (ap_get_module_config, ap_set_module_config): Always declare.

* include/httpd.h

  (ap_strchr, ap_strchr_c, ap_strrchr, ap_strrchr_c, ap_strstr, ap_strstr_c):
    Always declare.

* server/util_debug.c

  (ap_get_module_config, ap_set_module_config, ap_strchr, ap_strchr_c,
   ap_strrchr, ap_strrchr_c, ap_strstr, ap_strstr_c):
    Always implement and export.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98903 13f79535-47bb-0310-9956-ffa450edef68

21 years ago Jeff reminds me, document this one (users observed the bug).
William A. Rowe Jr [Thu, 6 Mar 2003 16:30:34 +0000 (16:30 +0000)]
  Jeff reminds me, document this one (users observed the bug).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98901 13f79535-47bb-0310-9956-ffa450edef68

21 years ago DougM confirms Madhu's suspicions, this change was inadvertent.
William A. Rowe Jr [Thu, 6 Mar 2003 08:43:39 +0000 (08:43 +0000)]
  DougM confirms Madhu's suspicions, this change was inadvertent.
  Reverting to no longer skip the first cert in the chain.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98896 13f79535-47bb-0310-9956-ffa450edef68

21 years agonew directive 'compressionlevel'
Ian Holsman [Wed, 5 Mar 2003 22:14:33 +0000 (22:14 +0000)]
new directive 'compressionlevel'
Default compression level now changed to Zlib's default (was 'best_speed')

Obtained from: Stephen Pierzchala <stephen@pierzchala.com> Michael Schroepl <Michael.Schroepl@telekurs.de>
Reviewed by:  Ian Holsman

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98895 13f79535-47bb-0310-9956-ffa450edef68

21 years agoRestore the ability of htdigest.exe to create files that contain
André Malo [Wed, 5 Mar 2003 16:37:00 +0000 (16:37 +0000)]
Restore the ability of htdigest.exe to create files that contain
more than one user. On win32 we cannot system("copy") a file, while
it's open.

PR: PR 12910

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98893 13f79535-47bb-0310-9956-ffa450edef68

21 years ago... as I walked by the dockside one evening so fair ...
André Malo [Wed, 5 Mar 2003 12:56:02 +0000 (12:56 +0000)]
... as I walked by the dockside one evening so fair ...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98891 13f79535-47bb-0310-9956-ffa450edef68

21 years agoAdded the WindowsSocketsWorkaroud directive for Windows NT/2000/XP
Allan K. Edwards [Tue, 4 Mar 2003 22:15:51 +0000 (22:15 +0000)]
Added the WindowsSocketsWorkaroud directive for Windows NT/2000/XP
to work around problems with certain VPN and Firewall products that
have buggy AcceptEx implementations

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98890 13f79535-47bb-0310-9956-ffa450edef68