]>
git.ipfire.org Git - thirdparty/apache/httpd.git/log
Ian Holsman [Tue, 29 Jun 2004 10:35:07 +0000 (10:35 +0000)]
add my 2c's about the spec file
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104074
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 29 Jun 2004 07:17:56 +0000 (07:17 +0000)]
bump version information
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104072
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Striker [Tue, 29 Jun 2004 00:10:04 +0000 (00:10 +0000)]
And move on...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104067
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Striker [Tue, 29 Jun 2004 00:01:52 +0000 (00:01 +0000)]
Bump after the tag.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104065
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Striker [Tue, 29 Jun 2004 00:00:53 +0000 (00:00 +0000)]
Bump for the tag
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104061
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 28 Jun 2004 23:57:14 +0000 (23:57 +0000)]
CAN-2004-0493 - memory exhaustion denial of service
Reviewed by: jerenkrantz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104060
13f79535 -47bb-0310-9956-
ffa450edef68
Stas Bekman [Wed, 23 Jun 2004 14:06:03 +0000 (14:06 +0000)]
correct the vote
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104021
13f79535 -47bb-0310-9956-
ffa450edef68
Stas Bekman [Wed, 23 Jun 2004 13:10:21 +0000 (13:10 +0000)]
add my vote
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104020
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Tue, 22 Jun 2004 08:27:05 +0000 (08:27 +0000)]
Revert r1.164.2.10 which was accidentally backported along with a
STATUS change AFAICT.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104015
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 21 Jun 2004 19:36:04 +0000 (19:36 +0000)]
vote & note
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104009
13f79535 -47bb-0310-9956-
ffa450edef68
Jean-Jacques Clar [Mon, 21 Jun 2004 19:11:56 +0000 (19:11 +0000)]
Removing bb proposal since it will require a major number bump
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104008
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 20 Jun 2004 18:25:02 +0000 (18:25 +0000)]
fix chm build
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103999
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sun, 20 Jun 2004 13:12:26 +0000 (13:12 +0000)]
propose simple mod_log_config fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103992
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 19 Jun 2004 16:39:17 +0000 (16:39 +0000)]
vote && note
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103986
13f79535 -47bb-0310-9956-
ffa450edef68
Geoffrey Young [Thu, 17 Jun 2004 15:52:28 +0000 (15:52 +0000)]
register backport request
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103977
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 16 Jun 2004 12:30:52 +0000 (12:30 +0000)]
a vote and a question for the API police
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103969
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 16 Jun 2004 08:40:00 +0000 (08:40 +0000)]
Backport mod_cgi "CGI bucket" changes:
* modules/generators/mod_cgi.c (log_script_err): Return a read error.
(cgi_bucket_create, cgi_bucket_dup, cgi_read_stdout, cgi_bucket_read):
New functions.
(cgi_handler): Use new CGI bucket rather than a pipe bucket if
APR_FILES_AS_SOCKETS; use zero read timeout from stdout/stderr during
script execution.
* modules/generators/mod_cgi.c (cgi_handler): Combine common code
between nph and non-nph handling; use a CGI bucket for both cases if
APR_FILES_AS_SOCKETS.
* modules/generators/mod_cgi.c (cgi_handler): Soak up stderr from nph-
scripts correctly.
PR: 18348, 22030
Submitted by: Joe Orton, Jeff Trawick
Reviewed by: Joe Orton, Jeff Trawick, Jean-Jacques Clar
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103968
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 15 Jun 2004 17:56:15 +0000 (17:56 +0000)]
vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103963
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 14 Jun 2004 22:09:42 +0000 (22:09 +0000)]
Emit a warning if an alias overlaps another.
Reviewed by: Brad Nicholes, Jean-Jacques Clar
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103950
13f79535 -47bb-0310-9956-
ffa450edef68
Jean-Jacques Clar [Mon, 14 Jun 2004 17:48:10 +0000 (17:48 +0000)]
added a bb proposal for mod_cgi and votes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103947
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sun, 13 Jun 2004 23:41:49 +0000 (23:41 +0000)]
add a couple of votes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103940
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 12 Jun 2004 17:37:03 +0000 (17:37 +0000)]
- revote the mod_ssl.h API issue. I'm not really convinced, but I won't stand in
the way.
- ErrorHeader doesn't exist anymore. Replace the backport proposal by another
one which deals with the new Header attributes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103935
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 12 Jun 2004 09:54:56 +0000 (09:54 +0000)]
change vote... sorry.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103926
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 11 Jun 2004 21:05:22 +0000 (21:05 +0000)]
mod_rewrite no longer turns forward proxy requests into reverse proxy
requests.
PR: 28125
Reviewed by: Jeff Trawick, Brad Nicholes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103918
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 11 Jun 2004 20:46:41 +0000 (20:46 +0000)]
ap_set_sub_req_protocol and ap_finalize_sub_req_protocol are now
exported on Win32 as well
PR: 28523
Submitted by: Edward Rudd <eddie omegaware.com>
Reviewed by: Jeff Trawick, Brad Nicholes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103917
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 11 Jun 2004 20:27:27 +0000 (20:27 +0000)]
disable the use of acceptex on Win9x systems automatically
PR: 28529
Reviewed by: Jeff Tawick, Bill Stoddard
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103915
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 11 Jun 2004 20:08:57 +0000 (20:08 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103912
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 11 Jun 2004 19:39:11 +0000 (19:39 +0000)]
<VirtualHost myhost> now applies to all IP addresses for myhost
instead of just the first one reported by the resolver. This
corrects a regression since 1.3.
Submitted by: Jeff Trawick
Reviewed by: stoddard, jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103909
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 11 Jun 2004 16:15:43 +0000 (16:15 +0000)]
Allow relative paths for LDAPTrustedCA to be resolved against ServerRoot PR#26602
reviewed by: bnicholes, minfrin, trawick, jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103902
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 11 Jun 2004 15:48:48 +0000 (15:48 +0000)]
Cast some votes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103901
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Fri, 11 Jun 2004 15:35:22 +0000 (15:35 +0000)]
more votes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103900
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Fri, 11 Jun 2004 15:26:13 +0000 (15:26 +0000)]
vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103899
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 11 Jun 2004 13:51:38 +0000 (13:51 +0000)]
cleaning up my own &^%$
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103898
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 11 Jun 2004 01:24:55 +0000 (01:24 +0000)]
election year
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103891
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Thu, 10 Jun 2004 23:31:30 +0000 (23:31 +0000)]
let the voting begin.
i haven't had a chance to review the patch myself yet, but..
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103890
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 9 Jun 2004 23:50:54 +0000 (23:50 +0000)]
Slightly augmenting the example for SSIStartTag
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103881
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Wed, 9 Jun 2004 22:32:49 +0000 (22:32 +0000)]
My 2c.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103880
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Wed, 9 Jun 2004 22:12:59 +0000 (22:12 +0000)]
backport proposal
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103879
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Wed, 9 Jun 2004 19:24:04 +0000 (19:24 +0000)]
vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103875
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 8 Jun 2004 23:06:26 +0000 (23:06 +0000)]
Alas, there is no --layout option
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103873
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Mon, 7 Jun 2004 10:41:01 +0000 (10:41 +0000)]
Backport from HEAD:
* modules/dav/fs/repos.c (dav_fs_create_collection): Give a 409 rather
than a 403 if apr_dir_make fails with ENOENT.
* modules/dav/main/mod_dav.c (dav_method_put): Fix segfault
in auto-versioning error handling path.
PR: 29034, 29148
Reviewed by: Jeff Trawick, Andr�� Malo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103869
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Mon, 7 Jun 2004 10:31:52 +0000 (10:31 +0000)]
Backport from HEAD:
* modules/filters/mod_deflate.c (deflate_out_filter): Destroy buckets
immediately after they are used so that memory consumption is not
proportional to the size of the response.
PR: 29318
Reviewed by: Jeff Trawick, Andr�� Malo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103868
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Mon, 7 Jun 2004 10:18:37 +0000 (10:18 +0000)]
Backport from HEAD:
* modules/ssl/ssl_engine_kernel.c (ssl_hook_UserCheck): Fix buffer
overflow in FakeBasicAuth code if client's subject DN exceeds 6K in
length (CVE CAN-2004-0488); switch to using apr-util base64 encoder
functions.
* modules/ssl/ssl_engine_init.c (ssl_init_Engine): Log the OpenSSL
error stack contents if engine load/init fails.
* modules/ssl/ssl_engine_log.c (ssl_log_ssl_error): Use %lu to print
an unsigned long.
* modules/ssl/ssl_engine_log.c (ssl_log_annotate, ssl_log_annotation,
ssl_log_ssl_error): const-ify annotation strings and simplify
ssl_log_annotation.
Reviewed by: Andr�� Malo, Jeff Trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103867
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 6 Jun 2004 22:19:38 +0000 (22:19 +0000)]
Allow conditional RequestHeader directives.
PR: 27951
Basically submitted by: vincent gryzor.com (Vincent Deffontaines)
Reviewed by: Jeff Trawick, Brad Nicholes, Andr� Malo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103865
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 6 Jun 2004 13:23:26 +0000 (13:23 +0000)]
Allow LimitRequestBody to be reset to unlimited.
PR: 29106
Reviewed by: Jeff Trawick, Brad Nicholes, Astrid Ke�ler
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103861
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sun, 6 Jun 2004 12:55:44 +0000 (12:55 +0000)]
easy reviews better than no reviews at all :(
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103860
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 6 Jun 2004 12:37:56 +0000 (12:37 +0000)]
votes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103859
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Thu, 3 Jun 2004 23:49:47 +0000 (23:49 +0000)]
vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103842
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Thu, 3 Jun 2004 19:46:18 +0000 (19:46 +0000)]
votes and comments
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103840
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 3 Jun 2004 01:50:15 +0000 (01:50 +0000)]
a few votes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103828
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 2 Jun 2004 23:10:30 +0000 (23:10 +0000)]
add PR#
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103826
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 2 Jun 2004 22:40:23 +0000 (22:40 +0000)]
Fix a bunch of cases where the return code of the regex compiler
was not checked properly. This affects: mod_setenvif, mod_usertrack,
mod_proxy, mod_proxy_ftp and core.
PR: 28218
Reviewed by: Jeff Trawick, Joe Orton
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103823
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 2 Jun 2004 14:30:40 +0000 (14:30 +0000)]
2*mod_dav, 4*mod_ssl, 1*mod_deflate proposals, and a single measly
vote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103822
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Tue, 1 Jun 2004 20:27:11 +0000 (20:27 +0000)]
* modules/ssl/ssl_scache_shmcb.c (shmcb_cyclic_ntoc_memcpy,
shmcb_cyclic_cton_memcpy): Fix potential shmcb segfault for small
cache sizes.
PR: 27751
Submitted by: Geoff Thorpe <geoff geoffthorpe.net>
Reviewed by: Madhusudan Mathihalli, Joe Orton, Jeff Trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103818
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 1 Jun 2004 17:21:27 +0000 (17:21 +0000)]
Fix a path searching problem so that NetWare can build the genchars.nlm support utility before the main build is started
Submitted by: Guenter Knauf <fuankg@apache.org>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103815
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Tue, 1 Jun 2004 15:30:16 +0000 (15:30 +0000)]
* modules/loggers/mod_log_config.c, server/log.c (open_error_log,
ap_replace_stderr_log): Use APR_LARGEFILE when opening log files, to
allow log files to exceed the 2Gb limit if necessary.
PR: 13511
Reviewed by: Jeff Trawick, Andr�� Malo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103811
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 31 May 2004 09:47:50 +0000 (09:47 +0000)]
vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103809
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 30 May 2004 18:09:48 +0000 (18:09 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103807
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 30 May 2004 18:07:02 +0000 (18:07 +0000)]
fixup rev reference -> "English Revision"
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103806
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Sun, 30 May 2004 17:59:50 +0000 (17:59 +0000)]
new Spanish translations
Committed by: Jesus Blanco <blanco bitrock.com>
Reviewed by: Daniel Lopez
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103805
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 26 May 2004 23:30:39 +0000 (23:30 +0000)]
mod_logio no longer removes the EOS bucket. PR 27928.
Submitted by: Bojan Smojver <bojan rexursive.com>
Reviewed by: Andr� Malo, Jeff Trawick, Joe Orton
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103790
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 26 May 2004 23:14:04 +0000 (23:14 +0000)]
htpasswd should not refuse to process files containing empty lines.
Reviewed by: Jeff Trawick, Brad Nicholes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103789
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 26 May 2004 23:03:13 +0000 (23:03 +0000)]
Readd suexec setuid and user check (now APR supports it)
Reviewed by: Jeff Trawick, Joe Orton
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103787
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 26 May 2004 22:29:45 +0000 (22:29 +0000)]
typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103786
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Wed, 26 May 2004 21:18:27 +0000 (21:18 +0000)]
update with English version
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103781
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 26 May 2004 21:09:56 +0000 (21:09 +0000)]
update transformation ...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103780
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Wed, 26 May 2004 18:08:34 +0000 (18:08 +0000)]
vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103778
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 26 May 2004 12:22:16 +0000 (12:22 +0000)]
back-port this from 2.1-dev:
Unix MPMs: Stop dropping connections when the file descriptor
is at least FD_SETSIZE.
Submitted by: trawick
Reviewed by: nd, jorton
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103777
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Wed, 26 May 2004 12:13:58 +0000 (12:13 +0000)]
Add current status of the move of mod*ldap* out of experimental
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103776
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Wed, 26 May 2004 12:08:13 +0000 (12:08 +0000)]
- Propose another backport
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103775
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 26 May 2004 12:00:58 +0000 (12:00 +0000)]
back-port this from 2.1-dev:
Fix handling of IPv6 numeric strings in mod_proxy.
Submitted by: trawick
Reviewed by: minfrin, nd
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103774
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 26 May 2004 11:50:43 +0000 (11:50 +0000)]
back port this from 2.1-dev:
mod_isapi: send_response_header() failed to copy status string's
last character.
PR: 20619
Submitted by: Jesse Pelton <jsp pkc.com>
Reviewed by: trawick, stoddard, nd
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103773
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 25 May 2004 23:45:45 +0000 (23:45 +0000)]
some votes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103770
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Tue, 25 May 2004 19:22:23 +0000 (19:22 +0000)]
vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103766
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Tue, 25 May 2004 16:31:21 +0000 (16:31 +0000)]
Fix a segfault when requests for shared memory fails and returns
NULL. Fix a segfault caused by a lack of bounds checking on the
cache.
PR: 24801
Obtained from:
Submitted by:
Reviewed by: minfrin, bnicholes, jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103760
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Tue, 25 May 2004 16:19:09 +0000 (16:19 +0000)]
One less bug
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103758
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Tue, 25 May 2004 16:18:22 +0000 (16:18 +0000)]
Throw an error message if an attempt is made to use the LDAPTrustedCA
or LDAPTrustedCAType directives in a VirtualHost.
PR: 26390
Obtained from:
Submitted by:
Reviewed by: minfrin, bnicholes, jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103757
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 25 May 2004 00:14:36 +0000 (00:14 +0000)]
yab
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103752
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 24 May 2004 19:22:10 +0000 (19:22 +0000)]
Tested LDAP backports... looks good
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103749
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Mon, 24 May 2004 17:35:54 +0000 (17:35 +0000)]
vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103748
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sun, 23 May 2004 22:20:12 +0000 (22:20 +0000)]
Propose a backport
PR: 24801
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103747
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Sun, 23 May 2004 20:19:41 +0000 (20:19 +0000)]
typo; this fixes PR 29161
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103744
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 22 May 2004 16:19:39 +0000 (16:19 +0000)]
two ongoing sources of PRs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103742
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 22 May 2004 01:12:27 +0000 (01:12 +0000)]
Propose another backport
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103737
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 22 May 2004 00:12:59 +0000 (00:12 +0000)]
Vote
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103735
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Fri, 21 May 2004 23:53:08 +0000 (23:53 +0000)]
Oops - wrong bug number.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103733
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Fri, 21 May 2004 23:49:10 +0000 (23:49 +0000)]
Fix a potential segfault if the bind password in the LDAP cache
is NULL.
PR: 26686
Obtained from:
Submitted by: Jari Ahonen <jah@progress.com>
Reviewed by: jim, trawick, bnicholes, minfrin
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103732
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Fri, 21 May 2004 23:39:41 +0000 (23:39 +0000)]
Quotes cannot be used around require group and require dn
directives, update the documentation to reflect this. Also add
quotes around the dn and group within debug messages, to make it
more obvious why authentication is failing if quotes are used in
error.
PR: 19304
Obtained from:
Submitted by:
Reviewed by: minfrin, jim, trawick, bnicholes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103731
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Fri, 21 May 2004 23:20:48 +0000 (23:20 +0000)]
The Microsoft LDAP SDK escapes filters for us, stop util_ldap
from escaping filters twice when the backslash character is used.
PR: 24437
Obtained from:
Submitted by: Jess Holle <jessh@ptc.com>
Reviewed by: minfrin, jim, trawick, bnicholes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103730
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 21 May 2004 22:58:30 +0000 (22:58 +0000)]
IPv6 fixes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103729
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Fri, 21 May 2004 22:42:56 +0000 (22:42 +0000)]
Overhaul handling of LDAP error conditions, so that the util_ldap_*
functions leave the connections in a sane state after errors have
occurred.
PR: 27748, 17274, 17599, 18661, 21787, 24595, 24683, 27134, 27271
Obtained from:
Submitted by:
Reviewed by: minfrin, jim, trawick, bnicholes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103728
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Fri, 21 May 2004 22:22:06 +0000 (22:22 +0000)]
- Propose a backport
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103727
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 21 May 2004 22:08:53 +0000 (22:08 +0000)]
vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103726
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 21 May 2004 21:43:51 +0000 (21:43 +0000)]
will 2004 be the year that ldap stops misbehaving?
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103724
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Fri, 21 May 2004 20:02:39 +0000 (20:02 +0000)]
mod_ldap calls ldap_simple_bind_s() to validate the user
credentials. If the bind fails, the connection is left
in an unbound state. Make sure that the ldap connection
record is updated to show that the connection is no longer
bound.
PR:
Obtained from:
Submitted by:
Reviewed by: bnicholes, minfrin, jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103721
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 21 May 2004 18:44:29 +0000 (18:44 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103718
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 21 May 2004 16:07:39 +0000 (16:07 +0000)]
votes
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103715
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Fri, 21 May 2004 15:18:51 +0000 (15:18 +0000)]
- Propose another backport
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103714
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Fri, 21 May 2004 03:16:31 +0000 (03:16 +0000)]
Another backport
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103712
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Fri, 21 May 2004 01:14:09 +0000 (01:14 +0000)]
- Propose another backport
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103709
13f79535 -47bb-0310-9956-
ffa450edef68