]> granicus.if.org Git - apache/log
apache
11 years agomod_dav: Ensure URI is correctly uriencoded on return. PR 54611
Graham Leggett [Sat, 27 Apr 2013 16:55:44 +0000 (16:55 +0000)]
mod_dav: Ensure URI is correctly uriencoded on return. PR 54611
Patch submitted by Timothy Wood <tjw omnigroup com>
Tested by William Lewis <wiml omnigroup com>

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

11 years agomod_dav: Sending an If or If-Match header with an invalid ETag doesn't
Graham Leggett [Sat, 27 Apr 2013 15:40:18 +0000 (15:40 +0000)]
mod_dav: Sending an If or If-Match header with an invalid ETag doesn't
result in a 412 Precondition Failed for a COPY operation.

PR: 54610
Submitted by: Timothy Wood <tjw omnigroup.com>

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

11 years agoAdded function to get all entries of a directory.
Guenter Knauf [Sat, 27 Apr 2013 15:26:08 +0000 (15:26 +0000)]
Added function to get all entries of a directory.

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

11 years agofix comment
Stefan Fritsch [Sat, 27 Apr 2013 08:37:36 +0000 (08:37 +0000)]
fix comment

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

11 years agoReduce compiler warnings.
Guenter Knauf [Sat, 27 Apr 2013 03:23:55 +0000 (03:23 +0000)]
Reduce compiler warnings.
Fixed some types, added casts, or changed to proper function.

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

11 years agoUpdate.
Lucien Gentis [Fri, 26 Apr 2013 15:03:34 +0000 (15:03 +0000)]
Update.

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

11 years ago* Backported
Ruediger Pluem [Fri, 26 Apr 2013 11:39:00 +0000 (11:39 +0000)]
* Backported

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

11 years agoDone.
Rainer Jung [Fri, 26 Apr 2013 08:22:20 +0000 (08:22 +0000)]
Done.

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

11 years agoRebuild
Rich Bowen [Fri, 26 Apr 2013 01:45:19 +0000 (01:45 +0000)]
Rebuild

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

11 years agoRebuild urlmapping doc
Rich Bowen [Fri, 26 Apr 2013 01:40:09 +0000 (01:40 +0000)]
Rebuild urlmapping doc

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

11 years agoMention DirectoryIndex and mod_autoindex
Rich Bowen [Fri, 26 Apr 2013 01:34:16 +0000 (01:34 +0000)]
Mention DirectoryIndex and mod_autoindex

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

11 years agohtdigest: Fix buffer overflow when reading digest
Rainer Jung [Thu, 25 Apr 2013 18:02:48 +0000 (18:02 +0000)]
htdigest: Fix buffer overflow when reading digest
password file with very long lines.

PR 54893.

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

11 years agoUpdates.
Lucien Gentis [Thu, 25 Apr 2013 14:10:13 +0000 (14:10 +0000)]
Updates.

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

11 years agoxforms
Daniel Gruno [Thu, 25 Apr 2013 11:24:12 +0000 (11:24 +0000)]
xforms

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

11 years agoNote that ProxyPass[Match] doesn't work within a <Directory> context.
Daniel Gruno [Thu, 25 Apr 2013 11:21:26 +0000 (11:21 +0000)]
Note that ProxyPass[Match] doesn't work within a <Directory> context.

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

11 years ago* Fix null pointer dereference in case SetEnvif and SetEnvIfExpr are used
Ruediger Pluem [Wed, 24 Apr 2013 14:58:10 +0000 (14:58 +0000)]
* Fix null pointer dereference in case SetEnvif and SetEnvIfExpr are used
  together.

PR: 54881

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

11 years agomod_dav: Make sure that when we prepare an If URL for Etag comparison,
Graham Leggett [Tue, 23 Apr 2013 13:14:34 +0000 (13:14 +0000)]
mod_dav: Make sure that when we prepare an If URL for Etag comparison,
we compare unencoded paths. PR 53910
Patch submitted by Timothy Wood <tjw omnigroup com>
Tested by William Lewis <wiml omnigroup com>

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

11 years agosimple MPM: Lift the restriction that prevents mod_ssl taking
Graham Leggett [Mon, 22 Apr 2013 19:50:25 +0000 (19:50 +0000)]
simple MPM: Lift the restriction that prevents mod_ssl taking
full advantage of the event MPM. Enable the ability for a module
to reverse the sense of a poll event from a read to a write or vice
versa.

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

11 years agocore, mod_ssl: Lift the restriction that prevents mod_ssl taking
Graham Leggett [Mon, 22 Apr 2013 19:48:25 +0000 (19:48 +0000)]
core, mod_ssl: Lift the restriction that prevents mod_ssl taking
full advantage of the event MPM. Enable the ability for a module
to reverse the sense of a poll event from a read to a write or vice
versa.

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

11 years agoRebiuld
Rich Bowen [Mon, 22 Apr 2013 14:14:22 +0000 (14:14 +0000)]
Rebiuld

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

11 years agoAdds note about enclosing arguments in quotes, as per
Rich Bowen [Mon, 22 Apr 2013 13:50:30 +0000 (13:50 +0000)]
Adds note about enclosing arguments in quotes, as per
https://issues.apache.org/bugzilla/show_bug.cgi?id=54866

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

11 years agoelaborate a bit about what ivm does, and add an example script
Daniel Gruno [Sun, 21 Apr 2013 07:12:27 +0000 (07:12 +0000)]
elaborate a bit about what ivm does, and add an example script

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

11 years agoremove backported item
Stefan Fritsch [Sun, 21 Apr 2013 06:26:56 +0000 (06:26 +0000)]
remove backported item

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

11 years agoAdd workaround for gcc bug on sparc/64bit
Stefan Fritsch [Sat, 20 Apr 2013 16:23:57 +0000 (16:23 +0000)]
Add workaround for gcc bug on sparc/64bit

PR: 52900

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

11 years agoUpdates.
Lucien Gentis [Sat, 20 Apr 2013 15:38:39 +0000 (15:38 +0000)]
Updates.

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

11 years agofix typos, expand on how r:flush works
Daniel Gruno [Sat, 20 Apr 2013 12:38:32 +0000 (12:38 +0000)]
fix typos, expand on how r:flush works

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

11 years agoFixed r.started value to return seconds.
Guenter Knauf [Sat, 20 Apr 2013 12:32:08 +0000 (12:32 +0000)]
Fixed r.started value to return seconds.

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

11 years agoUse a mutex to control read/write for IVM values, so we can reuse the existing struct...
Daniel Gruno [Sat, 20 Apr 2013 12:26:05 +0000 (12:26 +0000)]
Use a mutex to control read/write for IVM values, so we can reuse the existing structures without running into race conditions.
This should get rid of the need to have MaxConnectionsPerChild set to > 0.

If a new value is set and is a string, we either use the existing varbuf or grow it accordingly.

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

11 years agouse ap_varbuf instead of allocating new strings each time we override an old one.
Daniel Gruno [Sat, 20 Apr 2013 11:20:22 +0000 (11:20 +0000)]
use ap_varbuf instead of allocating new strings each time we override an old one.
This uses leaks less memory, but it's still not perfect (but it's a start - maybe I need to use a mutex for this, to override the original object without running into race conditions)

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

11 years agoxforms
Daniel Gruno [Sat, 20 Apr 2013 11:01:04 +0000 (11:01 +0000)]
xforms

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

11 years agotypo fixes
Daniel Gruno [Sat, 20 Apr 2013 10:57:40 +0000 (10:57 +0000)]
typo fixes

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

11 years agoscrap r:started from the list of functions, as it's just a variable.
Daniel Gruno [Sat, 20 Apr 2013 07:19:10 +0000 (07:19 +0000)]
scrap r:started from the list of functions, as it's just a variable.

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

11 years agor.started already exists as a built in variable, so let's not make it a function...
Daniel Gruno [Sat, 20 Apr 2013 07:18:23 +0000 (07:18 +0000)]
r.started already exists as a built in variable, so let's not make it a function as well.

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

11 years agoxforms
Daniel Gruno [Sat, 20 Apr 2013 07:13:04 +0000 (07:13 +0000)]
xforms

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

11 years agominor bug in a C example.
Daniel Gruno [Sat, 20 Apr 2013 07:10:23 +0000 (07:10 +0000)]
minor bug in a C example.

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

11 years agos/r:/r./
Daniel Gruno [Sat, 20 Apr 2013 07:08:42 +0000 (07:08 +0000)]
s/r:/r./

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

11 years agoAdds an anchor on LA-U for convenience.
Rich Bowen [Fri, 19 Apr 2013 17:16:14 +0000 (17:16 +0000)]
Adds an anchor on LA-U for convenience.

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

11 years agos/r:/r./
Daniel Gruno [Fri, 19 Apr 2013 14:31:51 +0000 (14:31 +0000)]
s/r:/r./

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

11 years agoexists_config_define should return a boolean, not a number, or it will always evaluat...
Daniel Gruno [Fri, 19 Apr 2013 14:28:25 +0000 (14:28 +0000)]
exists_config_define should return a boolean, not a number, or it will always evaluate to true.

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

11 years agoremove redundant code
Daniel Gruno [Fri, 19 Apr 2013 09:04:52 +0000 (09:04 +0000)]
remove redundant code

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

11 years agoRemove lua_ap_banner, as it's no longer being used.
Daniel Gruno [Fri, 19 Apr 2013 08:46:28 +0000 (08:46 +0000)]
Remove lua_ap_banner, as it's no longer being used.
Add ivm_get/ivm_set for Inter-VM data transfer. This allows multiple VMs across a process to share data without having to resort to external databases or filesystems. This is a work in progress, and I have yet to work out a proper way of resetting a variable without causing a memory leak (this could be done by allocating a new pool for each object, but I'm trying to see if there's a more efficient way). Comments, ideas etc are most welcome.

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

11 years agoxforms
Daniel Gruno [Thu, 18 Apr 2013 16:15:59 +0000 (16:15 +0000)]
xforms

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

11 years agofix typo
Daniel Gruno [Thu, 18 Apr 2013 16:11:02 +0000 (16:11 +0000)]
fix typo

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

11 years agoRebuild
Rich Bowen [Wed, 17 Apr 2013 01:56:51 +0000 (01:56 +0000)]
Rebuild

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

11 years agoRebuild
Rich Bowen [Wed, 17 Apr 2013 01:52:46 +0000 (01:52 +0000)]
Rebuild

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

11 years agoRearranges the sections so that 'int' is first, where it makes more
Rich Bowen [Wed, 17 Apr 2013 01:51:22 +0000 (01:51 +0000)]
Rearranges the sections so that 'int' is first, where it makes more
sense, so that types progress in order of complexity, rather than some
other arbitrary order.

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

11 years agomod_auth_basic: Allow AuthBasicFake to be switched off for an URL space.
Graham Leggett [Tue, 16 Apr 2013 20:01:22 +0000 (20:01 +0000)]
mod_auth_basic: Allow AuthBasicFake to be switched off for an URL space.

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

11 years agoChanged @exp_sysconfdir@ / @exp_logfiledir@ to relative paths.
Guenter Knauf [Tue, 16 Apr 2013 19:39:20 +0000 (19:39 +0000)]
Changed @exp_sysconfdir@ / @exp_logfiledir@ to relative paths.

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

11 years agorevert r1352596, for the reasons explained in
Kaspar Brand [Mon, 15 Apr 2013 15:56:07 +0000 (15:56 +0000)]
revert r1352596, for the reasons explained in
https://mail-archives.apache.org/mod_mbox/httpd-dev/201304.mbox/%3C515FED7C.5010009%40velox.ch%3E

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

11 years agoTurn a int into a apr_size_t for a variabe used to compute a string length
Christophe Jaillet [Mon, 15 Apr 2013 14:17:39 +0000 (14:17 +0000)]
Turn a int into a apr_size_t for a variabe used to compute a string length

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

11 years agoin 2.4.5-dev
Jim Jagielski [Mon, 15 Apr 2013 12:43:41 +0000 (12:43 +0000)]
in 2.4.5-dev

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

11 years agoOnly ask for the stat info we really use.
Guenter Knauf [Sun, 14 Apr 2013 20:03:07 +0000 (20:03 +0000)]
Only ask for the stat info we really use.

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

11 years agoPart two of r1467523
Daniel Ruggeri [Sun, 14 Apr 2013 15:47:53 +0000 (15:47 +0000)]
Part two of r1467523

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

11 years agoFix crash in mod_log_config when logging
Rainer Jung [Sun, 14 Apr 2013 11:16:40 +0000 (11:16 +0000)]
Fix crash in mod_log_config when logging
request end time for a failed request
(LogFormat contains %{end}t).

The request_config for mod_log_config might
not be initialized.

PR 54828.

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

11 years agoxforms
Daniel Gruno [Sun, 14 Apr 2013 06:48:20 +0000 (06:48 +0000)]
xforms

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

11 years agofix regex documentation for mod_lua
Daniel Gruno [Sun, 14 Apr 2013 06:47:22 +0000 (06:47 +0000)]
fix regex documentation for mod_lua

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

11 years agoReturn early with an error instead of returning an incomplete match table.
Guenter Knauf [Sun, 14 Apr 2013 02:53:36 +0000 (02:53 +0000)]
Return early with an error instead of returning an incomplete match table.

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

11 years agoWhoops, one AP_MAX_REG_MATCH not caught.
Guenter Knauf [Sun, 14 Apr 2013 02:50:19 +0000 (02:50 +0000)]
Whoops, one AP_MAX_REG_MATCH not caught.

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

11 years agoDecouple mod_lua max regex matches from AP_MAX_REG_MATCH.
Guenter Knauf [Sun, 14 Apr 2013 02:36:23 +0000 (02:36 +0000)]
Decouple mod_lua max regex matches from AP_MAX_REG_MATCH.
Bumped the default to 25 matches; this default can be
overwritten with a CLFAGS define.

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

11 years agoUpdstes.
Lucien Gentis [Sat, 13 Apr 2013 14:05:59 +0000 (14:05 +0000)]
Updstes.

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

11 years agoExtend check for encrypted private keys: with OpenSSL versions prior to 1.0.0,
Kaspar Brand [Sat, 13 Apr 2013 11:14:55 +0000 (11:14 +0000)]
Extend check for encrypted private keys: with OpenSSL versions prior to 1.0.0,
inf->x_pkey->dec_pkey is always non-NULL, so also look at inf->enc_data.

PR 54698.

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

11 years agoxforms
Daniel Gruno [Sat, 13 Apr 2013 08:35:16 +0000 (08:35 +0000)]
xforms

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

11 years agosilly me
Daniel Gruno [Sat, 13 Apr 2013 07:45:09 +0000 (07:45 +0000)]
silly me

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

11 years agofix some bugs reported by fuankg on Windows release builds.
Daniel Gruno [Sat, 13 Apr 2013 07:40:42 +0000 (07:40 +0000)]
fix some bugs reported by fuankg on Windows release builds.

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

11 years agowhitespace/escape fix
Daniel Gruno [Sat, 13 Apr 2013 06:49:39 +0000 (06:49 +0000)]
whitespace/escape fix

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

11 years agoxforms
Daniel Gruno [Sat, 13 Apr 2013 06:37:57 +0000 (06:37 +0000)]
xforms

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

11 years agotemporarily change a comment so the function can be commented out in the xml
Daniel Gruno [Sat, 13 Apr 2013 06:36:22 +0000 (06:36 +0000)]
temporarily change a comment so the function can be commented out in the xml

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

11 years agoremove r:banner and r:port from docs, they are built in variables
Daniel Gruno [Sat, 13 Apr 2013 06:34:12 +0000 (06:34 +0000)]
remove r:banner and r:port from docs, they are built in variables

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

11 years agofix up r.banner and r.port so they work like variables and not functions (seems to...
Daniel Gruno [Sat, 13 Apr 2013 06:33:07 +0000 (06:33 +0000)]
fix up r.banner and r.port so they work like variables and not functions (seems to have already been put in there), duplicate??

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

11 years agofix docs on regex matching, change the actual ordering of arguments to match the...
Daniel Gruno [Sat, 13 Apr 2013 06:24:11 +0000 (06:24 +0000)]
fix docs on regex matching, change the actual ordering of arguments to match the docs, and enforce AP_MAX_REG_MATCH in the function, should it somehow return more matches than we have allocated

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

11 years agoStatic var not neccessary here
Daniel Ruggeri [Sat, 13 Apr 2013 00:07:44 +0000 (00:07 +0000)]
Static var not neccessary here

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

11 years agoMOdified r:stat() to return finer time granularity.
Guenter Knauf [Fri, 12 Apr 2013 19:15:39 +0000 (19:15 +0000)]
MOdified r:stat() to return finer time granularity.
the atime, mtime, ctime, size values ar now in mod_lua
64bit as received from apr_stat().

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

11 years agoFixed typo; followup to r1467188.
Guenter Knauf [Fri, 12 Apr 2013 18:45:46 +0000 (18:45 +0000)]
Fixed typo; followup to r1467188.

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

11 years agoAdded optional parameter flags to lua_ap_regex().
Guenter Knauf [Fri, 12 Apr 2013 07:29:56 +0000 (07:29 +0000)]
Added optional parameter flags to lua_ap_regex().
This enables to call r:regex() with a flag to do
case-insensitive matches.

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

11 years agoIncreased stacksize for mod_lua on NetWare.
Guenter Knauf [Fri, 12 Apr 2013 07:25:18 +0000 (07:25 +0000)]
Increased stacksize for mod_lua on NetWare.

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

11 years agoComment out feature that we don't have yet.
Daniel Gruno [Thu, 11 Apr 2013 10:11:36 +0000 (10:11 +0000)]
Comment out feature that we don't have yet.

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

11 years agoFixed Lua r:stat() time values.
Guenter Knauf [Thu, 11 Apr 2013 00:19:30 +0000 (00:19 +0000)]
Fixed Lua r:stat() time values.

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

11 years agoAlign comments in examples
Christophe Jaillet [Tue, 9 Apr 2013 19:04:55 +0000 (19:04 +0000)]
Align comments in examples

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

11 years agoxforms
Daniel Gruno [Tue, 9 Apr 2013 09:31:34 +0000 (09:31 +0000)]
xforms

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

11 years agoUpdating lua docs with examples of how to use the built-in functions
Daniel Gruno [Tue, 9 Apr 2013 09:29:47 +0000 (09:29 +0000)]
Updating lua docs with examples of how to use the built-in functions

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

11 years agoAdd failontimeout to allow server admin to mark balancer member in err if IO timeout...
Daniel Ruggeri [Tue, 9 Apr 2013 00:18:42 +0000 (00:18 +0000)]
Add failontimeout to allow server admin to mark balancer member in err if IO timeout occurs.

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

11 years agoPR54813 authz_dbm used to respond to 'Require group ...'
Eric Covener [Mon, 8 Apr 2013 23:47:19 +0000 (23:47 +0000)]
PR54813 authz_dbm used to respond to 'Require group ...'

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

11 years agoxforms
Daniel Gruno [Mon, 8 Apr 2013 12:01:20 +0000 (12:01 +0000)]
xforms

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

11 years agoAdd example use case to doc
Daniel Gruno [Mon, 8 Apr 2013 12:00:37 +0000 (12:00 +0000)]
Add example use case to doc

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

11 years agoMake the "default" parameter of the "ErrorDocument " option case insensitive.
Christophe Jaillet [Sat, 6 Apr 2013 05:34:07 +0000 (05:34 +0000)]
Make the "default" parameter of the "ErrorDocument " option case insensitive.
PR 54419 reported by Tianyin Xu [tixu cs ucsd edu]

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

11 years agoupdate xforms
Stefan Fritsch [Fri, 5 Apr 2013 20:23:20 +0000 (20:23 +0000)]
update xforms

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

11 years agohtpasswd: Add -v option to verify a password
Stefan Fritsch [Fri, 5 Apr 2013 20:20:33 +0000 (20:20 +0000)]
htpasswd: Add -v option to verify a password

htpasswd and htdbm could use some more refactoring...

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

11 years agofix htpasswd/htdbm brown paper bag bugs
Stefan Fritsch [Fri, 5 Apr 2013 20:15:15 +0000 (20:15 +0000)]
fix htpasswd/htdbm brown paper bag bugs

- use the correct string to generate the hash from. PR 54735
- print error message instead of empty string

while there, replace strdup + check for oom with apr_pstrdup

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

11 years agoremove unused variables
Stefan Fritsch [Fri, 5 Apr 2013 18:26:01 +0000 (18:26 +0000)]
remove unused variables

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

11 years agomake the "ProxyHTMLFixups" options case insensitive in mod_proxy_html
Christophe Jaillet [Thu, 4 Apr 2013 21:03:03 +0000 (21:03 +0000)]
make the "ProxyHTMLFixups" options case insensitive in mod_proxy_html
PR 54420 reported by Tianyin Xu [tixu cs ucsd edu]

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

11 years agoMake option "CacheDisable" in mod_cache case insensitive.
Christophe Jaillet [Thu, 4 Apr 2013 20:13:19 +0000 (20:13 +0000)]
Make option "CacheDisable" in mod_cache case insensitive.
PR 54462 reported by Tianyin Xu [tixu cs ucsd edu]

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

11 years agoalign comment
Christophe Jaillet [Thu, 4 Apr 2013 20:03:34 +0000 (20:03 +0000)]
align comment

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

11 years agoUse apr_file_printf(... "%pm"...) instead of explicit call to apr_strerror
Christophe Jaillet [Thu, 4 Apr 2013 18:46:56 +0000 (18:46 +0000)]
Use apr_file_printf(... "%pm"...) instead of explicit call to apr_strerror
+ add some spaces to improve formatting

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

11 years agoUse apr_file_printf(... "%pm"...) instead of explicit call to apr_strerror
Christophe Jaillet [Thu, 4 Apr 2013 18:44:02 +0000 (18:44 +0000)]
Use apr_file_printf(... "%pm"...) instead of explicit call to apr_strerror
+ add some spaces to improve formatting

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

11 years agomod_dav: Improve error handling in dav_method_put(), add new
Jeff Trawick [Thu, 4 Apr 2013 00:22:52 +0000 (00:22 +0000)]
mod_dav: Improve error handling in dav_method_put(), add new
dav_join_error() function.

PR: 54145

Submitted by: Ben Reser <ben reser.org>
Reviewed by: trawick

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

11 years agoUse apr_psprintf(... "%pm"...) instead of explicit call to apr_strerror
Christophe Jaillet [Tue, 2 Apr 2013 21:14:10 +0000 (21:14 +0000)]
Use apr_psprintf(... "%pm"...) instead of explicit call to apr_strerror

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

11 years agoUse apr_file_printf(... "%pm"...) instead of explicit call to apr_strerror
Christophe Jaillet [Tue, 2 Apr 2013 21:03:25 +0000 (21:03 +0000)]
Use apr_file_printf(... "%pm"...) instead of explicit call to apr_strerror

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

11 years agoUse apr_snprintf(... "%pm"...) instead of explicit call to apr_strerror
Christophe Jaillet [Tue, 2 Apr 2013 20:20:12 +0000 (20:20 +0000)]
Use apr_snprintf(... "%pm"...) instead of explicit call to apr_strerror

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

11 years ago* Always try to reuse the address looked up for the worker if we are allowed to
Ruediger Pluem [Tue, 2 Apr 2013 09:18:01 +0000 (09:18 +0000)]
* Always try to reuse the address looked up for the worker if we are allowed to
  reuse the address. This saves DNS lookups.

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

11 years agoUse %pm available since apr 1.3 instead of an extra call to apr_strerror
Stefan Fritsch [Sun, 31 Mar 2013 21:29:28 +0000 (21:29 +0000)]
Use %pm available since apr 1.3 instead of an extra call to apr_strerror

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