summaryrefslogtreecommitdiffstats
path: root/InstallBin.dsp (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-01-13the rewrite-ism is now handled separately.Eric Covener1-4/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1557642 13f79535-47bb-0310-9956-ffa450edef68
2014-01-13don't search for directory indexes/directoryslashes if a URL is in theEric Covener5-3/+15
middle of being rewritten [in per-dir context]. PR53929 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1557641 13f79535-47bb-0310-9956-ffa450edef68
2014-01-13restore http://svn.apache.org/viewvc?view=revision&revision=233369 Eric Covener3-0/+47
under a configurable option: don't run mod_dir if r->handler is already set. PR53794 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1557640 13f79535-47bb-0310-9956-ffa450edef68
2014-01-13mod_dir: rename the on/off/unset enum so it doesn't look so funny ifEric Covener1-8/+8
used by other flags. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1557639 13f79535-47bb-0310-9956-ffa450edef68
2014-01-12make reference to <If > a linkStefan Fritsch1-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1557617 13f79535-47bb-0310-9956-ffa450edef68
2014-01-12- Rename variableChristophe Jaillet2-22/+40
- Remove #define WANT_BASENAME_MATCH and define a new option 'CheckBasenameMatch' to control this behaviour - Remove outdated comments git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1557580 13f79535-47bb-0310-9956-ffa450edef68
2014-01-12Updates.Lucien Gentis8-20/+66
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1557532 13f79535-47bb-0310-9956-ffa450edef68
2014-01-11Style, indentation. No functional change.Christophe Jaillet1-9/+9
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1557317 13f79535-47bb-0310-9956-ffa450edef68
2014-01-09Oops (fix r1556912)Christophe Jaillet1-1/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1556937 13f79535-47bb-0310-9956-ffa450edef68
2014-01-09Add missing break in 'dav_generic_do_refresh' to avoid useless computation.Christophe Jaillet1-0/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1556914 13f79535-47bb-0310-9956-ffa450edef68
2014-01-09Add missing break.Christophe Jaillet1-0/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1556912 13f79535-47bb-0310-9956-ffa450edef68
2014-01-09As in 'dav_generic_do_refresh', add missing break in 'dav_fs_do_refresh' to ↵Christophe Jaillet1-0/+1
avoid useless computation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1556911 13f79535-47bb-0310-9956-ffa450edef68
2014-01-08* modules/ssl/ssl_engine_config.c (ssl_cmd_SSLCompression): Fail ifJoe Orton1-2/+13
enabled *and* if OpenSSL does not make any compression methods available. Tweak wording for failure without SSL_OP_NO_COMPRESSION. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1556473 13f79535-47bb-0310-9956-ffa450edef68
2014-01-08SECURITY: CVE-2013-6438 (cve.mitre.org)Ben Reser1-1/+3
mod_dav: Keep track of length of cdata properly when removing leading spaces. * modules/dav/main/util.c (dav_xml_get_cdata): reduce len variable when increasing cdata pointer. Submitted by: Amin Tora <Amin.Tora neustar.biz> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1556428 13f79535-47bb-0310-9956-ffa450edef68
2014-01-07avoid a tight busy loop with memory allocations when the [N] flagEric Covener4-3/+34
isn't making progress. If backported, probably increase the hard-coded limit to 32k from 10k. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1556206 13f79535-47bb-0310-9956-ffa450edef68
2014-01-07add some information about setenvif vs. subrequests for PR55957Eric Covener4-0/+49
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1556102 13f79535-47bb-0310-9956-ffa450edef68
2014-01-06Fix a few typo in doc that have only been corrected on 2.4.xChristophe Jaillet4-6/+7
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1556000 13f79535-47bb-0310-9956-ffa450edef68
2014-01-06use authz_core instead of access_compat in exampleEric Covener1-4/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1555908 13f79535-47bb-0310-9956-ffa450edef68
2014-01-06PR 55833 fix is in 2.4.x nowJeff Trawick1-3/+0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1555723 13f79535-47bb-0310-9956-ffa450edef68
2014-01-06Backport r1421323, r1534754, r1546693, r1555464 from trunk:Kaspar Brand1-2/+0
Add support for OpenSSL configuration commands by introducing the SSLOpenSSLConfCmd directive. Proposed by: kbrand Reviewed by: drh, trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1555683 13f79535-47bb-0310-9956-ffa450edef68
2014-01-05no more "Covnener"Jeff Trawick1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1555632 13f79535-47bb-0310-9956-ffa450edef68
2014-01-05Fix config merging of SSLOCSPEnable and SSLOCSPOverrideResponder.Jeff Trawick4-4/+7
Reviewed by: rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1555631 13f79535-47bb-0310-9956-ffa450edef68
2014-01-05Sync a few doc with 2.4.x branch (!)Christophe Jaillet2-3/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1555604 13f79535-47bb-0310-9956-ffa450edef68
2014-01-05adjust compat info for named capturing groupsStefan Fritsch1-3/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1555569 13f79535-47bb-0310-9956-ffa450edef68
2014-01-05in 2.4Jim Jagielski1-11/+0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1555562 13f79535-47bb-0310-9956-ffa450edef68
2014-01-05xformsStefan Fritsch20-509/+524
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1555561 13f79535-47bb-0310-9956-ffa450edef68
2014-01-05axe one more case of digest auth being described as secureStefan Fritsch1-2/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1555555 13f79535-47bb-0310-9956-ffa450edef68
2014-01-05make the ppcb_arg initialization a bit more uniform and easier to readKaspar Brand1-18/+14
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1555467 13f79535-47bb-0310-9956-ffa450edef68
2014-01-05update transformations for SSLOpenSSLConfCmdKaspar Brand3-84/+125
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1555465 13f79535-47bb-0310-9956-ffa450edef68
2014-01-05More finishing touches for SSLOpenSSLConfCmd:Kaspar Brand3-0/+58
- add documentation - clear the error queue before executing the next SSL_CONF_cmd - if needed, configure OCSP stapling after a "Certificate" command - ifdef ssl_cmd_SSLOpenSSLConfCmd in ssl_private.h git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1555464 13f79535-47bb-0310-9956-ffa450edef68
2014-01-05Remove per-certificate chain handling code (obsoleted byKaspar Brand1-76/+0
https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=b9fa413a08d436d6b522749b5e808fcd931fd943) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1555463 13f79535-47bb-0310-9956-ffa450edef68
2014-01-04Some wordsmithing and hopefully this will close our outstanding github ↵Daniel Gruno1-1/+1
issues. Closes #2 and also resolves #3 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1555427 13f79535-47bb-0310-9956-ffa450edef68
2014-01-04make docs transformationsJeff Trawick38-88/+364
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1555426 13f79535-47bb-0310-9956-ffa450edef68
2014-01-04document on/off parameter in the usual manner and show defaults for ↵Jeff Trawick1-4/+7
SSLHonorCipherOrder, SSLOCSPEnable, SSLOCSPOverrideResponder, and SSLInsecureRenegotiation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1555424 13f79535-47bb-0310-9956-ffa450edef68
2014-01-04fix typo in error messageJeff Trawick1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1555423 13f79535-47bb-0310-9956-ffa450edef68
2014-01-04Updates.Lucien Gentis13-25/+314
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1555364 13f79535-47bb-0310-9956-ffa450edef68
2014-01-03Update transformation.Graham Leggett3-22/+27
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1555268 13f79535-47bb-0310-9956-ffa450edef68
2014-01-03Add a "MATCH_" prefix to variables set withinGraham Leggett6-30/+38
LocationMatch/DirectoryMatch/FilesMatch. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1555266 13f79535-47bb-0310-9956-ffa450edef68
2014-01-03Allocate correct size for the array to avoid useless memory allocation and copyChristophe Jaillet1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1555259 13f79535-47bb-0310-9956-ffa450edef68
2014-01-03* Update comment. No functional change.Ruediger Pluem1-4/+7
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1555240 13f79535-47bb-0310-9956-ffa450edef68
2014-01-03emphasize that this is mostly just AAA checks and not the statusEric Covener1-2/+7
code of the handler. PR21828 and various dups. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1555116 13f79535-47bb-0310-9956-ffa450edef68
2014-01-03mod_lua: Detect "All" or "None" before putting together a potentially blank ↵Daniel Gruno1-1/+8
(or static) string. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1555063 13f79535-47bb-0310-9956-ffa450edef68
2014-01-03Providers defined in <AuthnProviderAlias have not been usable underEric Covener1-1/+7
in virtual hosts since migrating from mod_authn_alias to mod_authn_core. PR 55622. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554995 13f79535-47bb-0310-9956-ffa450edef68
2014-01-03c89 fixEric Covener1-3/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554994 13f79535-47bb-0310-9956-ffa450edef68
2014-01-02Oops, missed one. s/2013/2014/Rich Bowen1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554862 13f79535-47bb-0310-9956-ffa450edef68
2014-01-02s/2013/2014/Rich Bowen1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554861 13f79535-47bb-0310-9956-ffa450edef68
2014-01-02s/2013/2014/Rich Bowen709-715/+730
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554856 13f79535-47bb-0310-9956-ffa450edef68
2014-01-02s/2013/2014/Rich Bowen1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554855 13f79535-47bb-0310-9956-ffa450edef68
2014-01-02Add BitNami to binariesRich Bowen2-1/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554854 13f79535-47bb-0310-9956-ffa450edef68
2014-01-02Add BitNami to binaries listRich Bowen1-0/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554853 13f79535-47bb-0310-9956-ffa450edef68