]>
granicus.if.org Git - apache/log
Graham Leggett [Wed, 26 May 2004 11:48:19 +0000 (11:48 +0000)]
Enable the option to support anonymous shared memory in mod_ldap.
This makes the cache work on Linux again.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103772
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 25 May 2004 20:16:19 +0000 (20:16 +0000)]
parse content-length correctly using apr_strtoff function
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103769
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 25 May 2004 20:01:23 +0000 (20:01 +0000)]
save some cycles
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103768
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 25 May 2004 19:39:50 +0000 (19:39 +0000)]
this should save one or two cycles
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103767
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 25 May 2004 19:09:45 +0000 (19:09 +0000)]
parse byteranges correctly using the new apr_strtoff function
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103765
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 25 May 2004 18:22:58 +0000 (18:22 +0000)]
parse apr_off_t correctly using new apr_strtoff function
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103764
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 25 May 2004 18:01:02 +0000 (18:01 +0000)]
parse content-length correctly using new apr_strtoff function
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103763
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 25 May 2004 17:13:07 +0000 (17:13 +0000)]
use new apr_strtoff function to parse PUT ranges correctly.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103762
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Tue, 25 May 2004 16:47:18 +0000 (16:47 +0000)]
Backport
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103761
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Tue, 25 May 2004 16:20:47 +0000 (16:20 +0000)]
Backported
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103759
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Tue, 25 May 2004 14:36:18 +0000 (14:36 +0000)]
* modules/http/http_protocol.c (ap_setup_client_block,
ap_http_filter): Use new apr_strtoff() to support request bodies as
large as apr_off_t allows (rather than as large as 'long' allows), and
simplify error handling.
PR: 27866
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103756
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Tue, 25 May 2004 12:16:53 +0000 (12:16 +0000)]
* modules/ssl/ssl_util.c, modules/ssl/ssl_private.h: Remove unused
functions ssl_util_strupper, ssl_util_ptxtstub, and
ssl_util_uuencode*.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103755
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Tue, 25 May 2004 12:09:01 +0000 (12:09 +0000)]
* 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.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103754
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 25 May 2004 00:10:25 +0000 (00:10 +0000)]
allow LimitRequestBody to be reset to unlimited
PR: 29106
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103751
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 24 May 2004 22:55:08 +0000 (22:55 +0000)]
use new apr_strtoff function to parse limitrequestbody
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103750
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sun, 23 May 2004 22:15:10 +0000 (22:15 +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:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103746
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 23 May 2004 20:57:49 +0000 (20:57 +0000)]
adjust mod_file_cache.xml.ko
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103745
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Sun, 23 May 2004 20:12:46 +0000 (20:12 +0000)]
typo; this fixes PR 29161
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103743
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 22 May 2004 01:09:58 +0000 (01:09 +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: Brad Nicholes
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103736
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Fri, 21 May 2004 23:55:57 +0000 (23:55 +0000)]
The backport list gets shorter.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103734
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Fri, 21 May 2004 22:05:31 +0000 (22:05 +0000)]
Small fix to allow reverse proxying to an ftp server. Previously
an attempt to do this would try and connect to 0.0.0.0, regardless
of the server specified.
PR: 24922
Obtained from:
Submitted by: Pascal Terjan <pterjan@linuxfr.org>
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103725
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Fri, 21 May 2004 20:42:56 +0000 (20:42 +0000)]
* modules/dav/main/mod_dav.c (dav_method_put): Fix segfault
in auto-versioning error handling path.
PR: 29148
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103723
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Fri, 21 May 2004 20:05:16 +0000 (20:05 +0000)]
Mr ldap_simple_bind_s() bug, with three votes, you are the weakest link,
goodbye.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103722
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 21 May 2004 18:52:12 +0000 (18:52 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103719
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Fri, 21 May 2004 15:02:44 +0000 (15:02 +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:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103713
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Fri, 21 May 2004 03:14:06 +0000 (03:14 +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:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103711
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Fri, 21 May 2004 02:54:55 +0000 (02:54 +0000)]
Fix a cut and paste, doh!
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103710
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Fri, 21 May 2004 01:12:25 +0000 (01:12 +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
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103708
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Thu, 20 May 2004 22:41:25 +0000 (22:41 +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:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103706
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Thu, 20 May 2004 18:59:57 +0000 (18:59 +0000)]
RPM spec file changes: changed default dependancy to link to db4
instead of db3. Fixed complaints about unpackaged files.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103704
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 19 May 2004 16:15:53 +0000 (16:15 +0000)]
apr_pstrcat() needs NULL at end of parameter list to know
when to stop (mississi^#@75UiSIGSEGV)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103699
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 19 May 2004 13:30:14 +0000 (13:30 +0000)]
Fix handling of IPv6 numeric strings in mod_proxy.
(Some such operations would work if port was specified
in url due to way parsing was performed, finding last ':'
and considering everything after as the port.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103698
13f79535 -47bb-0310-9956-
ffa450edef68
Jean-Jacques Clar [Tue, 18 May 2004 19:21:35 +0000 (19:21 +0000)]
replaced tabs with spaces and aligned indentation within brackets
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103697
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 17 May 2004 23:36:15 +0000 (23:36 +0000)]
external map responses were cut at 2048 bytes (and possibly got out of sync that
way). Now they are unlimited.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103691
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 17 May 2004 23:30:19 +0000 (23:30 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103690
13f79535 -47bb-0310-9956-
ffa450edef68
Jean-Jacques Clar [Mon, 17 May 2004 22:21:35 +0000 (22:21 +0000)]
Translation submitted by Vincent Deffontaines <vincent@gryzor.com>,
reviewed by Jean-Jacques Clar
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103689
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Mon, 17 May 2004 18:57:39 +0000 (18:57 +0000)]
* modules/ssl/ssl_engine_config.c (ssl_config_global_create): Fix gcc
strict-aliasing warning.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103688
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Mon, 17 May 2004 15:24:31 +0000 (15:24 +0000)]
* server/core.c (core_output_filter): Don't explicitly delete the EOC
bucket, and don't buffer the brigade if it ends in an EOC.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103686
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 13 May 2004 23:45:14 +0000 (23:45 +0000)]
sync with stable branch
(there was never a CHANGES entry in 2.1-dev)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103681
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Thu, 13 May 2004 14:29:11 +0000 (14:29 +0000)]
if the call to ldap_simple_bind_s() fails, the connection is left in an unbound state. Make sure that the connection record is updated to show the current state.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103678
13f79535 -47bb-0310-9956-
ffa450edef68
Madhusudan Mathihalli [Wed, 12 May 2004 21:36:52 +0000 (21:36 +0000)]
Fix SEGV in 'shmcb' session cache:
When a 'read' or 'write' to session cache is done, we need to check the size
of the data being 'read' or 'written' to avoid buffer over-run.
PR: 27751
Submitted by: Geoff Thorpe
Reviewed by: Madhusudan Mathihalli
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103669
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 12 May 2004 18:44:27 +0000 (18:44 +0000)]
* modules/experimental/util_ldap.c (util_ldap_cache_compare): Fix
uninitialized variable warning from gcc -Wall.
(util_ldap_set_cache_bytes, util_ldap_post_config): Use correct APR
printf format string macros.
(util_ldap_set_cert_type): Make static to fix gcc warning.
(util_ldap_cleanup_module): Fix unused variable warning.
* modules/experimental/mod_auth_ldap.c (derive_codepage_from_lang):
Remove unused variable.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103664
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 12 May 2004 18:18:59 +0000 (18:18 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103661
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 12 May 2004 18:16:38 +0000 (18:16 +0000)]
modulefilelist is no longer a valid element
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103660
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 12 May 2004 18:00:18 +0000 (18:00 +0000)]
build bootstrap
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103659
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 12 May 2004 17:57:21 +0000 (17:57 +0000)]
french is no longer special
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103658
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 12 May 2004 17:55:56 +0000 (17:55 +0000)]
fix the native name and comment out the CHM part
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103657
13f79535 -47bb-0310-9956-
ffa450edef68
Jean-Jacques Clar [Wed, 12 May 2004 15:28:49 +0000 (15:28 +0000)]
Translation submitted by Vincent Deffontaines <vincent@gryzor.com>,
reviewed by Jean-Jacques Clar
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103656
13f79535 -47bb-0310-9956-
ffa450edef68
Jean-Jacques Clar [Wed, 12 May 2004 14:36:44 +0000 (14:36 +0000)]
Translation done by Vincent Deffontaines, correction done by jjclar
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103655
13f79535 -47bb-0310-9956-
ffa450edef68
Jean-Jacques Clar [Wed, 12 May 2004 14:04:20 +0000 (14:04 +0000)]
Update based on Vincent Deffontaines translation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103654
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 11 May 2004 18:55:49 +0000 (18:55 +0000)]
:set tabstop=8
:retab
(no code changes)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103648
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 10 May 2004 13:58:56 +0000 (13:58 +0000)]
*** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103639
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 6 May 2004 10:18:07 +0000 (10:18 +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
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103627
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 5 May 2004 15:30:53 +0000 (15:30 +0000)]
* modules/generators/mod_cgi.c (cgi_handler): Soak up stderr from nph-
scripts correctly.
PR: 18348
Submitted by: Jeff Trawick (in mod_jcgi)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103622
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 5 May 2004 14:52:44 +0000 (14:52 +0000)]
* 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.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103621
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 5 May 2004 06:24:53 +0000 (06:24 +0000)]
adjust references
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103618
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 5 May 2004 03:21:23 +0000 (03:21 +0000)]
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/trunk@103615
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 4 May 2004 23:14:15 +0000 (23:14 +0000)]
allmodules.xml references were removed
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103613
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 4 May 2004 22:59:55 +0000 (22:59 +0000)]
simplifications
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103611
13f79535 -47bb-0310-9956-
ffa450edef68
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/trunk@103609
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 4 May 2004 22:32:21 +0000 (22:32 +0000)]
remove references to allmodules.xml
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103608
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 4 May 2004 22:23:49 +0000 (22:23 +0000)]
remove reference to allmodules.xml from document
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103606
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 4 May 2004 21:59:15 +0000 (21:59 +0000)]
remove references to allmodules.xml
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103602
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 4 May 2004 21:56:52 +0000 (21:56 +0000)]
build bootstrap
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103600
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 4 May 2004 21:56:07 +0000 (21:56 +0000)]
prepare dropping the reference to allmodules.xml from documents
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103599
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 4 May 2004 18:53:56 +0000 (18:53 +0000)]
fix references to allmodules.xml.es
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103598
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 4 May 2004 18:35:47 +0000 (18:35 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103594
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 4 May 2004 18:29:14 +0000 (18:29 +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/trunk@103591
13f79535 -47bb-0310-9956-
ffa450edef68
Allan K. Edwards [Mon, 3 May 2004 22:22:50 +0000 (22:22 +0000)]
Prevent Win32 pool corruption at startup
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103588
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 3 May 2004 20:21:20 +0000 (20:21 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103586
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 3 May 2004 20:18:46 +0000 (20:18 +0000)]
fix $message references
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103585
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 3 May 2004 19:58:23 +0000 (19:58 +0000)]
remove the [tm]s in this branch as well
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103583
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 3 May 2004 19:19:14 +0000 (19:19 +0000)]
move style/man/manpage.xsl -> style/xsl/nroff.xsl
use autogenerated man.$lang.xsl
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103580
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 3 May 2004 18:20:30 +0000 (18:20 +0000)]
fixup CHM settings
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103578
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 2 May 2004 23:18:34 +0000 (23:18 +0000)]
fix copyright date
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103572
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 2 May 2004 23:18:19 +0000 (23:18 +0000)]
update transformation once more
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103571
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 2 May 2004 23:12:58 +0000 (23:12 +0000)]
forgot those
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103570
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 2 May 2004 22:59:32 +0000 (22:59 +0000)]
update transformation (mostly recoding)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103569
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 2 May 2004 22:56:39 +0000 (22:56 +0000)]
remove autogenerated files
`build bootstrap`
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103568
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 2 May 2004 22:55:21 +0000 (22:55 +0000)]
update stylesheets for autogeneration
move non-autogenerated chm/ stuff to xsl/
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103567
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 2 May 2004 22:53:22 +0000 (22:53 +0000)]
update language files to contain all necessary information
remove totally outdated sv.xml
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103566
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Thu, 29 Apr 2004 17:02:15 +0000 (17:02 +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/trunk@103552
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Thu, 29 Apr 2004 16:49:50 +0000 (16:49 +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/trunk@103550
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Wed, 28 Apr 2004 20:40:22 +0000 (20:40 +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 <gk@gknw.net>, Brad Nicholes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103544
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Wed, 28 Apr 2004 17:59:12 +0000 (17:59 +0000)]
Fix up the DAV import/export files for the NetWare build
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103540
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Tue, 27 Apr 2004 22:09:17 +0000 (22:09 +0000)]
repository is opened back up. it turns out it's basically impossible to
delete a branch in CVS without manual intervention -- which i don't want
to do. we'll do it when we convert to SVN, at which point it will be
trivial. in the meanwhile, it's not hurting anything to leave it as-is.
here's a note to remind us to make the change when we convert.
so, hey guys. how 'bout that SVN? :)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103537
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Mon, 26 Apr 2004 22:05:44 +0000 (22:05 +0000)]
Sync the change logs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103536
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Mon, 26 Apr 2004 19:46:14 +0000 (19:46 +0000)]
Allow the memory address to change
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103532
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 26 Apr 2004 18:58:59 +0000 (18:58 +0000)]
fix build on systems without unistd.h
Submitted by: Guenter Knauf <eflash gmx.net>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103530
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 26 Apr 2004 15:59:46 +0000 (15:59 +0000)]
sync with APACHE_2_0_BRANCH
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103529
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 25 Apr 2004 22:53:17 +0000 (22:53 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103525
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Sun, 25 Apr 2004 22:32:15 +0000 (22:32 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103524
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 25 Apr 2004 22:24:50 +0000 (22:24 +0000)]
lot of new Korean translations
Submitted by: "Jeongho Jeon" <maczniak operamail.com>
Reviewed by: Choi Kyusic
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103523
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 25 Apr 2004 22:17:30 +0000 (22:17 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103522
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 25 Apr 2004 22:10:21 +0000 (22:10 +0000)]
update Korean translation
Submitted by: "Jeongho Jeon" <maczniak operamail.com>
Reviewed by: Choi Kyusic
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103521
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Sun, 25 Apr 2004 19:53:08 +0000 (19:53 +0000)]
add an example for windows and netware users not familiar with strftime()
submitted by: Guenter Knauf <gk@gknw.de>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103520
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 25 Apr 2004 17:23:31 +0000 (17:23 +0000)]
changed the following APIs to return an error instead of hard exiting:
ap_add_module, ap_add_loaded_module, ap_setup_prelinked_modules,
and ap_process_resource_config
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103517
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 25 Apr 2004 17:05:51 +0000 (17:05 +0000)]
ap_add_named_module is not used and maintained anymore. Drop it.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103516
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 25 Apr 2004 11:40:25 +0000 (11:40 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103513
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 25 Apr 2004 11:19:28 +0000 (11:19 +0000)]
note that forbidden directives in htaccess files result in a 500. (PR 28535)
Additionally note that AllowOverride doesn't work in regex-<directory>
containers.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103512
13f79535 -47bb-0310-9956-
ffa450edef68