]> git.ipfire.org Git - thirdparty/apache/httpd.git/log
thirdparty/apache/httpd.git
21 years agowill 2004 be the year that ldap stops misbehaving?
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

21 years agomod_ldap calls ldap_simple_bind_s() to validate the user
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

21 years agoupdate transformation
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

21 years agovotes
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

21 years ago- Propose another backport
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

21 years agoAnother backport
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

21 years ago- Propose another backport
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

21 years agoRequest another backport
Graham Leggett [Thu, 20 May 2004 22:44:41 +0000 (22:44 +0000)] 
Request 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@103707 13f79535-47bb-0310-9956-ffa450edef68

21 years agoPropose a backport, a vote.
Graham Leggett [Thu, 20 May 2004 19:09:03 +0000 (19:09 +0000)] 
Propose a backport, a vote.
PR:
Obtained from:
Submitted by:
Reviewed by:

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

21 years agofor a for a
Rich Bowen [Thu, 20 May 2004 12:13:20 +0000 (12:13 +0000)] 
for a for a

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

21 years agoupdate transformation
Astrid Malo [Tue, 18 May 2004 11:16:29 +0000 (11:16 +0000)] 
update transformation

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

21 years agonew translation
Astrid Malo [Tue, 18 May 2004 11:14:59 +0000 (11:14 +0000)] 
new translation

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@103693 13f79535-47bb-0310-9956-ffa450edef68

21 years agoBackport some mod_dav fixes:
Joe Orton [Mon, 17 May 2004 14:13:50 +0000 (14:13 +0000)] 
Backport some mod_dav fixes:

* modules/dav/fs/repos.c (MAP_IO2HTTP): New macro.
(dav_fs_copymove_file): Use it to give a 507 if open() returns ENOSPC,
and use it to handle apr_file_write_full() return code.
(dav_fs_open_stream): Use MAP_IO2HTTP.
(dav_fs_create_collection): Use APR_STATUS_IS_ENOSPC.

* modules/dav/fs/repos.c (dav_fs_copymove_file): Update for the fact
that apr_file_read() has guaranteed len == 0 at EOF for a looong time;
and avoid a redundant call to write(,,0) when EOF is reached.

* modules/dav/main/util.c (dav_validate_resource_state): Fix a 2617
violation: if the lock user validation fails, rather than giving a 401
without a WWW-Authenticate header, give a 403.

Reviewed by: Andr�� Malo, Jeff Trawick

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

21 years agoPropose >2Gb log file fix, vote for shmcb fix.
Joe Orton [Fri, 14 May 2004 11:30:42 +0000 (11:30 +0000)] 
Propose >2Gb log file fix, vote for shmcb fix.

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

21 years agoEnsure that lines in the request which are too long are
Jeff Trawick [Thu, 13 May 2004 23:40:03 +0000 (23:40 +0000)] 
Ensure that lines in the request which are too long are
properly terminated before logging.

Submitted by: Tsurutani Naoki <turutani scphys.kyoto-u.ac.jp>
Reviewed by: trawick, nd, bnicholes

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

21 years agoSome votes and a backport proposal
Bradley Nicholes [Thu, 13 May 2004 15:18:24 +0000 (15:18 +0000)] 
Some votes and a backport proposal

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

21 years agoPropose a backport for the 'shmcb' segv
Madhusudan Mathihalli [Thu, 13 May 2004 00:16:43 +0000 (00:16 +0000)] 
Propose a backport for the 'shmcb' segv

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

21 years ago Implicit (third) +1, backport trivial fix for missing unistd.h
William A. Rowe Jr [Wed, 12 May 2004 20:08:36 +0000 (20:08 +0000)] 
  Implicit (third) +1, backport trivial fix for missing unistd.h
  rev 1.19 of mod_log_forensic

Contributor: Gunter
Verified by: trawick, nd, wrowe

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

21 years ago- modulefilelist is no longer a valid element
André Malo [Wed, 12 May 2004 18:37:19 +0000 (18:37 +0000)] 
- modulefilelist is no longer a valid element
- remove forgotten &allmodules; (wonder how this was transformed before ...)

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

21 years agoPropose solution via addition directive option.
Jim Jagielski [Fri, 7 May 2004 21:49:34 +0000 (21:49 +0000)] 
Propose solution via addition directive option.

PR:
Obtained from:
Submitted by:
Reviewed by:

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

21 years agoupdate transformation
André Malo [Fri, 7 May 2004 19:28:40 +0000 (19:28 +0000)] 
update transformation

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

21 years agofix google search to look in 2.0 rather than 2.1
André Malo [Fri, 7 May 2004 19:28:01 +0000 (19:28 +0000)] 
fix google search to look in 2.0 rather than 2.1

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

21 years agocommit many new Korean translations & up-to-date patches
Jeon Jeongho [Fri, 7 May 2004 08:21:11 +0000 (08:21 +0000)] 
commit many new Korean translations & up-to-date patches

Translated by: Jeongho Jeon <mahajjh@myscan.org>
Reviewed by: Choi Kyusic <kyusic@hotmail.com>

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

21 years agoThis commit was manufactured by cvs2svn to create branch
(no author) [Fri, 7 May 2004 08:21:11 +0000 (08:21 +0000)] 
This commit was manufactured by cvs2svn to create branch
'APACHE_2_0_BRANCH'.

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

21 years agoPropose mod_cgi CGI bucket backport, sprinkle some votes.
Joe Orton [Wed, 5 May 2004 16:29:58 +0000 (16:29 +0000)] 
Propose mod_cgi CGI bucket backport, sprinkle some votes.

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

21 years agoa couple of votes...
Jeff Trawick [Wed, 5 May 2004 13:14:12 +0000 (13:14 +0000)] 
a couple of votes...

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

21 years agoadjust references
André Malo [Wed, 5 May 2004 06:25:17 +0000 (06:25 +0000)] 
adjust references

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

21 years agopropose a merge
André Malo [Wed, 5 May 2004 06:17:47 +0000 (06:17 +0000)] 
propose a merge

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

21 years agobackport this from 2.1-dev:
Jeff Trawick [Wed, 5 May 2004 03:29:06 +0000 (03:29 +0000)] 
backport this from 2.1-dev:

fix various mispellings and style problems

  PR:            28732
  Submitted by:  Ville Skytt� <ville.skytta iki.fi>
  Reviewed by:   Jeff Trawick

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

21 years agoreferences to allmodules.xml were removed
André Malo [Tue, 4 May 2004 23:21:29 +0000 (23:21 +0000)] 
references to allmodules.xml were removed

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

21 years agosimplifications
André Malo [Tue, 4 May 2004 23:02:07 +0000 (23:02 +0000)] 
simplifications

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

21 years agoremove references to allmodules.xml
André Malo [Tue, 4 May 2004 22:43:59 +0000 (22:43 +0000)] 
remove references to allmodules.xml

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

21 years agoremove references to allmodules.xml
André Malo [Tue, 4 May 2004 22:40:43 +0000 (22:40 +0000)] 
remove references to allmodules.xml

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

21 years agoremove references to allmodules.xml
André Malo [Tue, 4 May 2004 22:26:31 +0000 (22:26 +0000)] 
remove references to allmodules.xml

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

21 years agoremove references to allmodules.xml
André Malo [Tue, 4 May 2004 22:05:48 +0000 (22:05 +0000)] 
remove references to allmodules.xml

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

21 years agobuild bootstrap
André Malo [Tue, 4 May 2004 22:00:01 +0000 (22:00 +0000)] 
build bootstrap

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

21 years agoThis commit was manufactured by cvs2svn to create branch
(no author) [Tue, 4 May 2004 22:00:01 +0000 (22:00 +0000)] 
This commit was manufactured by cvs2svn to create branch
'APACHE_2_0_BRANCH'.

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

21 years agoprepare removing the references to allmodules.xml from sitemap
André Malo [Tue, 4 May 2004 21:57:50 +0000 (21:57 +0000)] 
prepare removing the references to allmodules.xml from sitemap

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

21 years agofix references to allmodules.xml.es
André Malo [Tue, 4 May 2004 18:50:19 +0000 (18:50 +0000)] 
fix references to allmodules.xml.es

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

21 years agoupdate transformation
André Malo [Tue, 4 May 2004 18:37:42 +0000 (18:37 +0000)] 
update transformation

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

21 years agoThis commit was manufactured by cvs2svn to create branch
(no author) [Tue, 4 May 2004 18:37:42 +0000 (18:37 +0000)] 
This commit was manufactured by cvs2svn to create branch
'APACHE_2_0_BRANCH'.

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

21 years agonew spanish translation
André Malo [Tue, 4 May 2004 18:31:32 +0000 (18:31 +0000)] 
new spanish translation

Submitted 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@103593 13f79535-47bb-0310-9956-ffa450edef68

21 years agoThis commit was manufactured by cvs2svn to create branch
(no author) [Tue, 4 May 2004 18:31:32 +0000 (18:31 +0000)] 
This commit was manufactured by cvs2svn to create branch
'APACHE_2_0_BRANCH'.

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

21 years agopropose backport of "Prevent Win32 pool corruption at startup"
Allan K. Edwards [Mon, 3 May 2004 22:32:37 +0000 (22:32 +0000)] 
propose backport of "Prevent Win32 pool corruption at startup"

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

21 years agofix $message references
André Malo [Mon, 3 May 2004 20:41:16 +0000 (20:41 +0000)] 
fix $message references

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

21 years agomove style/man/manpage.xsl style/xsl/nroff.xsl
André Malo [Mon, 3 May 2004 19:41:52 +0000 (19:41 +0000)] 
move style/man/manpage.xsl style/xsl/nroff.xsl
remove autogenerated man.en.xsl

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

21 years agoThis commit was manufactured by cvs2svn to create branch
(no author) [Mon, 3 May 2004 19:41:52 +0000 (19:41 +0000)] 
This commit was manufactured by cvs2svn to create branch
'APACHE_2_0_BRANCH'.

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

21 years agofixup chm settings
André Malo [Mon, 3 May 2004 18:23:35 +0000 (18:23 +0000)] 
fixup chm settings

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

21 years agoupdate transformation
André Malo [Sun, 2 May 2004 23:55:17 +0000 (23:55 +0000)] 
update transformation

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

21 years agobackport changes
André Malo [Sun, 2 May 2004 23:49:54 +0000 (23:49 +0000)] 
backport changes

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

21 years agoremove autogenerated files
André Malo [Sun, 2 May 2004 23:35:48 +0000 (23:35 +0000)] 
remove autogenerated files
build bootstrap

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

21 years agoupdate language files to hold all information
André Malo [Sun, 2 May 2004 23:30:29 +0000 (23:30 +0000)] 
update language files to hold all information
rmove totally outdated sv.xml

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

21 years agoThis commit was manufactured by cvs2svn to create branch
(no author) [Sun, 2 May 2004 23:30:29 +0000 (23:30 +0000)] 
This commit was manufactured by cvs2svn to create branch
'APACHE_2_0_BRANCH'.

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

21 years agoAdd the installdev target to the help list
Bradley Nicholes [Thu, 29 Apr 2004 17:03:06 +0000 (17:03 +0000)] 
Add the installdev target to the help list

Submitted by: Guenter Knauf <fuankg@apache.org>

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

21 years agoRemove the hardcoded /Y parameter when doing a xcopy
Bradley Nicholes [Thu, 29 Apr 2004 16:51:05 +0000 (16:51 +0000)] 
Remove the hardcoded /Y parameter when doing a xcopy

Submitted by: Guenter Knauf <fuankg@apache.org>

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

21 years agovote
André Malo [Thu, 29 Apr 2004 04:34:50 +0000 (04:34 +0000)] 
vote

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

21 years agomerge
Jeff Trawick [Wed, 28 Apr 2004 23:36:31 +0000 (23:36 +0000)] 
merge

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

21 years agoFix the XLFLAGS define in the NetWare makefiles so that the contents are added to...
Bradley Nicholes [Wed, 28 Apr 2004 22:26:18 +0000 (22:26 +0000)] 
Fix the XLFLAGS define in the NetWare makefiles so that the contents are added to the _link.opt file rather than the _link.def file

Submitted by: Guenter Knauf, Brad Nicholes

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

21 years agobackport from 2.1
Astrid Malo [Wed, 28 Apr 2004 22:07:31 +0000 (22:07 +0000)] 
backport from 2.1

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

21 years agovote
Jeff Trawick [Wed, 28 Apr 2004 18:09:59 +0000 (18:09 +0000)] 
vote

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

21 years agoFix up the DAV import/export files for the NetWare build
Bradley Nicholes [Wed, 28 Apr 2004 18:00:31 +0000 (18:00 +0000)] 
Fix up the DAV import/export files for the NetWare build

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

21 years agoBackport the util_ldap patch that updates the bind credentials so that util_ldap...
Bradley Nicholes [Mon, 26 Apr 2004 22:04:59 +0000 (22:04 +0000)] 
Backport the util_ldap patch that updates the bind credentials so that util_ldap will properly reuse the cached ldap connections.

Reviewed by: bnicholes, minfrin, trawick

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

21 years agoExample works better with URI
Rich Bowen [Mon, 26 Apr 2004 20:55:33 +0000 (20:55 +0000)] 
Example works better with URI

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

21 years agoExamples work better with REQUEST_URI
Rich Bowen [Mon, 26 Apr 2004 20:51:53 +0000 (20:51 +0000)] 
Examples work better with REQUEST_URI

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

21 years agoyab
André Malo [Mon, 26 Apr 2004 19:03:40 +0000 (19:03 +0000)] 
yab

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

21 years agograb this fix from 2.1-dev:
Jeff Trawick [Mon, 26 Apr 2004 15:58:31 +0000 (15:58 +0000)] 
grab this fix from 2.1-dev:

 mod_isapi: GetServerVariable returned improperly terminated header
 fields given "ALL_HTTP" or "ALL_RAW".

PR:                20656
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@103528 13f79535-47bb-0310-9956-ffa450edef68

21 years agograb this from 2.1-dev:
Jeff Trawick [Mon, 26 Apr 2004 15:54:23 +0000 (15:54 +0000)] 
grab this from 2.1-dev:

mod_isapi: GetServerVariable("ALL_RAW") returned the wrong buffer
size.

PR:             20617
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@103527 13f79535-47bb-0310-9956-ffa450edef68

21 years agopick this up from 2.1-dev:
Jeff Trawick [Mon, 26 Apr 2004 15:45:52 +0000 (15:45 +0000)] 
pick this up from 2.1-dev:

mod_dav: Fix a problem that could cause crashes when manipulating
locks on some platforms.

Reviewed by: jorton, nd

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

21 years agoupdate transformation
André Malo [Sun, 25 Apr 2004 17:40:21 +0000 (17:40 +0000)] 
update transformation

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

21 years agobackport Spanish translations
André Malo [Sun, 25 Apr 2004 17:34:29 +0000 (17:34 +0000)] 
backport Spanish translations

Submitted 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@103518 13f79535-47bb-0310-9956-ffa450edef68

21 years agoupdate transformation
André Malo [Sun, 25 Apr 2004 11:59:38 +0000 (11:59 +0000)] 
update transformation

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

21 years agobackport changes from 2.1
André Malo [Sun, 25 Apr 2004 11:42:45 +0000 (11:42 +0000)] 
backport changes from 2.1

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

21 years agoanother one for review
André Malo [Sat, 24 Apr 2004 20:09:30 +0000 (20:09 +0000)] 
another one for review

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

21 years agovote
André Malo [Sat, 24 Apr 2004 19:17:33 +0000 (19:17 +0000)] 
vote

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

21 years agoyab
André Malo [Sat, 24 Apr 2004 19:00:01 +0000 (19:00 +0000)] 
yab

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

21 years agoadd chm styles for Spanish translation
André Malo [Sat, 24 Apr 2004 18:18:05 +0000 (18:18 +0000)] 
add chm styles for Spanish translation

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

21 years agoThis commit was manufactured by cvs2svn to create branch
(no author) [Sat, 24 Apr 2004 18:18:05 +0000 (18:18 +0000)] 
This commit was manufactured by cvs2svn to create branch
'APACHE_2_0_BRANCH'.

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

21 years agoadd configuration for Spanish manual
André Malo [Sat, 24 Apr 2004 18:13:43 +0000 (18:13 +0000)] 
add configuration for Spanish manual

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

21 years agobackport changes from 2.1
André Malo [Sat, 24 Apr 2004 12:36:34 +0000 (12:36 +0000)] 
backport changes from 2.1

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

21 years agodon't segfault, when setting an empty header value
André Malo [Sat, 24 Apr 2004 11:51:07 +0000 (11:51 +0000)] 
don't segfault, when setting an empty header value

Reviewed by: Brad Nicholes, Jeff Trawick

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

21 years agofix segfault, which occurs if no CT is set and wildcards are used.
André Malo [Sat, 24 Apr 2004 11:43:02 +0000 (11:43 +0000)] 
fix segfault, which occurs if no CT is set and wildcards are used.

PR: 28047
Reviewed by: Brad Nicholes, Jeff Trawick

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

21 years agoyab
André Malo [Sat, 24 Apr 2004 11:28:20 +0000 (11:28 +0000)] 
yab

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

21 years agobackport from 2.1:
André Malo [Fri, 23 Apr 2004 22:32:37 +0000 (22:32 +0000)] 
backport from 2.1:
prepare Spanish translation

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

21 years agoThis commit was manufactured by cvs2svn to create branch
(no author) [Fri, 23 Apr 2004 22:32:37 +0000 (22:32 +0000)] 
This commit was manufactured by cvs2svn to create branch
'APACHE_2_0_BRANCH'.

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

21 years agoThreadStackSize for Win32 and threaded Unix MPMs?
Jeff Trawick [Fri, 23 Apr 2004 20:38:49 +0000 (20:38 +0000)] 
ThreadStackSize for Win32 and threaded Unix MPMs?

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

21 years agoforgot about this update from Brad...
Jeff Trawick [Fri, 23 Apr 2004 07:38:41 +0000 (07:38 +0000)] 
forgot about this update from Brad...

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

21 years agoa few votes
Jeff Trawick [Fri, 23 Apr 2004 07:21:50 +0000 (07:21 +0000)] 
a few votes

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

21 years agoadd rev#
André Malo [Thu, 22 Apr 2004 20:46:24 +0000 (20:46 +0000)] 
add rev#

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

21 years agobackport
Bradley Nicholes [Thu, 22 Apr 2004 07:22:53 +0000 (07:22 +0000)] 
backport

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

21 years agoyet another backport
André Malo [Wed, 21 Apr 2004 22:01:32 +0000 (22:01 +0000)] 
yet another backport

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

21 years agopropose a backport and fix description of another one
André Malo [Wed, 21 Apr 2004 21:30:26 +0000 (21:30 +0000)] 
propose a backport and fix description of another one

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

21 years agopropose a backport
André Malo [Tue, 20 Apr 2004 20:27:02 +0000 (20:27 +0000)] 
propose a backport

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

21 years agovote
Bradley Nicholes [Tue, 20 Apr 2004 10:24:22 +0000 (10:24 +0000)] 
vote

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

21 years agotitle is already encoded
André Malo [Mon, 19 Apr 2004 20:25:41 +0000 (20:25 +0000)] 
title is already encoded

PR: 28459

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

21 years agoadd dsp and exp files for mod_log_forensic
André Malo [Mon, 19 Apr 2004 18:53:02 +0000 (18:53 +0000)] 
add dsp and exp files for mod_log_forensic
incorporate into win32 build

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

21 years agoThis commit was manufactured by cvs2svn to create branch
(no author) [Mon, 19 Apr 2004 18:53:02 +0000 (18:53 +0000)] 
This commit was manufactured by cvs2svn to create branch
'APACHE_2_0_BRANCH'.

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

21 years agos/&excl;/!/g;
André Malo [Mon, 19 Apr 2004 17:06:21 +0000 (17:06 +0000)] 
s/&excl;/!/g;

PR: 28459

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

21 years agopropose another backport
André Malo [Sun, 18 Apr 2004 19:22:35 +0000 (19:22 +0000)] 
propose another backport

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

21 years agothese cvsstat helper files are no longer generated
André Malo [Sat, 17 Apr 2004 22:59:39 +0000 (22:59 +0000)] 
these cvsstat helper files are no longer generated

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

21 years agoupdate reference
André Malo [Sat, 17 Apr 2004 19:54:46 +0000 (19:54 +0000)] 
update reference

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