summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* improve dump_allocator, add dump_one_poolStefan Fritsch2012-06-221-1/+23
| | | | | | | | | - dump_one_pool dumps the size of a pool not including child pools - dump_allocator now dumps the size of the memnodes and not the last used free size. Also dump the total size. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1352909 13f79535-47bb-0310-9956-ffa450edef68
* RFC 5878 support.Ben Laurie2012-06-215-4/+101
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1352596 13f79535-47bb-0310-9956-ffa450edef68
* Updates.Lucien Gentis2012-06-213-6/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1352589 13f79535-47bb-0310-9956-ffa450edef68
* * modules/cache/cache_util.c (write_write_order): Remove redundant Joe Orton2012-06-211-1/+1
| | | | | | | double assignment, caught by Coverity. No functional change. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1352534 13f79535-47bb-0310-9956-ffa450edef68
* xformsDaniel Gruno2012-06-201-18/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1352123 13f79535-47bb-0310-9956-ffa450edef68
* Update (fix) the POST data retrieval example.Daniel Gruno2012-06-201-18/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1352122 13f79535-47bb-0310-9956-ffa450edef68
* add a warning in the LDAP AuthnProviderAlias and expecting to have a configured Eric Covener2012-06-201-0/+3
| | | | | | | LDAP authorization provider. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1352084 13f79535-47bb-0310-9956-ffa450edef68
* xformsDaniel Gruno2012-06-204-2/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1352049 13f79535-47bb-0310-9956-ffa450edef68
* Add back the parsebody reference in the handler example.Daniel Gruno2012-06-201-3/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1352048 13f79535-47bb-0310-9956-ffa450edef68
* Add the missing parsebody function to mod_lua, for parsing POST data.Daniel Gruno2012-06-202-0/+31
| | | | | | PR 53064. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1352047 13f79535-47bb-0310-9956-ffa450edef68
* xformsDaniel Gruno2012-06-2012-16/+109
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1351969 13f79535-47bb-0310-9956-ffa450edef68
* Fix a whitespace issueDaniel Gruno2012-06-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1351967 13f79535-47bb-0310-9956-ffa450edef68
* * support/ab.c (test, start_connect): Only bind the local end of theJoe Orton2012-06-191-9/+13
| | | | | | | socket (and look up an address for it) if -B is specified. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1351737 13f79535-47bb-0310-9956-ffa450edef68
* Updates.Lucien Gentis2012-06-172-4/+111
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1351097 13f79535-47bb-0310-9956-ffa450edef68
* Log the actual problem if parsing of 'Require expr' failsStefan Fritsch2012-06-171-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1351074 13f79535-47bb-0310-9956-ffa450edef68
* xformsStefan Fritsch2012-06-171-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1351073 13f79535-47bb-0310-9956-ffa450edef68
* If an expression in "Require expr" returns denied andStefan Fritsch2012-06-173-18/+56
| | | | | | | | | references %{REMOTE_USER}, trigger authentication and retry PR: 52892 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1351072 13f79535-47bb-0310-9956-ffa450edef68
* Log error if 'Require expr' failsStefan Fritsch2012-06-172-4/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1351071 13f79535-47bb-0310-9956-ffa450edef68
* xformsStefan Fritsch2012-06-1718-2372/+2512
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1351021 13f79535-47bb-0310-9956-ffa450edef68
* Add new directive LuaAuthzProvider to allow implementing anStefan Fritsch2012-06-176-3/+236
| | | | | | | authorization provider in lua git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1351020 13f79535-47bb-0310-9956-ffa450edef68
* use macro to make definition of integer fields more compactStefan Fritsch2012-06-171-118/+59
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1351019 13f79535-47bb-0310-9956-ffa450edef68
* factor common code into utility functionStefan Fritsch2012-06-171-89/+93
| | | | | | | also improve logging a bit and adjust some log levels git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1351018 13f79535-47bb-0310-9956-ffa450edef68
* change various strings from char * to const char *Stefan Fritsch2012-06-173-7/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1351017 13f79535-47bb-0310-9956-ffa450edef68
* pass the provider name to parse_require_line as pool userdataStefan Fritsch2012-06-171-2/+8
| | | | | | | This allows a single C function to implement several authz providers. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1351016 13f79535-47bb-0310-9956-ffa450edef68
* Adjust log message: Condition can be caused by configuration errorStefan Fritsch2012-06-171-2/+6
| | | | | | | not only by bugs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1351015 13f79535-47bb-0310-9956-ffa450edef68
* mod_lua: Add a few missing request_rec fields. Rename remote_ip toStefan Fritsch2012-06-173-1/+52
| | | | | | | client_ip to match conn_rec git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1351014 13f79535-47bb-0310-9956-ffa450edef68
* allow tail call optimization in log methods, remove foo methodStefan Fritsch2012-06-172-60/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1351013 13f79535-47bb-0310-9956-ffa450edef68
* Change prototype of vm_construct, to work around gcc bug whichStefan Fritsch2012-06-172-2/+7
| | | | | | | | | | causes a segfault. PR: 52779 Submitted by: Dick Snippe <Dick Snippe tech omroep nl> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1351012 13f79535-47bb-0310-9956-ffa450edef68
* Expand the SRP reference documentationStefan Fritsch2012-06-1417-39/+98
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1350386 13f79535-47bb-0310-9956-ffa450edef68
* SECURITY: CVE-2012-2687 (cve.mitre.org):Joe Orton2012-06-132-2/+7
| | | | | | | | | | | | | | mod_negotiation: Escape filenames in variant list to prevent an possible XSS for a site where untrusted users can upload files to a location with MultiViews enabled. * modules/mappers/mod_negotiation.c (make_variant_list): Escape filenames in variant list. Submitted by: Niels Heinen <heinenn google.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1349905 13f79535-47bb-0310-9956-ffa450edef68
* Pass the server_rec to ssl_die() and use it to log a message to the main errorStefan Fritsch2012-06-109-46/+61
| | | | | | | log, pointing to the appropriate virtual host error log git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1348660 13f79535-47bb-0310-9956-ffa450edef68
* If OPENSSL_NO_COMP is defined, omit merging the compression flag.Stefan Fritsch2012-06-103-9/+18
| | | | | | | Also make some code more compact, as suggested by kbrand. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1348656 13f79535-47bb-0310-9956-ffa450edef68
* Add some improvements as suggested by KasparStefan Fritsch2012-06-104-10/+15
| | | | | | | | | | | - expand comment in config file - check username == NULL - detect SRP support via SSL_CTRL_SET_TLS_EXT_SRP_USERNAME_CB, not via openssl version - rename rv variable git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1348653 13f79535-47bb-0310-9956-ffa450edef68
* Updates.Lucien Gentis2012-06-108-22/+82
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1348614 13f79535-47bb-0310-9956-ffa450edef68
* Remove some backported or reverted itemsStefan Fritsch2012-06-081-21/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1348170 13f79535-47bb-0310-9956-ffa450edef68
* * include/util_ldap.h: Treat LDAP_UNAVAILABLE as a transient errorJoe Orton2012-06-082-1/+4
| | | | | | | | | with non-MS LDAP SDKs; seen with OpenLDAP against Novell eDirectory. Submitted by: Filip Valder <filip.valder vsb.cz> (via RH bugzilla) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1348036 13f79535-47bb-0310-9956-ffa450edef68
* * configure.in: Enforce 1.4.0 as minimum APR version requirement.Joe Orton2012-06-081-1/+10
| | | | | | | PR: 52748 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1347998 13f79535-47bb-0310-9956-ffa450edef68
* xformsStefan Fritsch2012-06-0819-2/+97
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1347983 13f79535-47bb-0310-9956-ffa450edef68
* Add support for TLS-SRP (Secure Remote Password key exchangeStefan Fritsch2012-06-0811-4/+238
| | | | | | | | | | | for TLS, RFC 5054). PR: 51075 Submitted by: Quinn Slack <sqs cs stanford edu>, Christophe Renou, Peter Sylvester git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1347980 13f79535-47bb-0310-9956-ffa450edef68
* xformsDaniel Gruno2012-06-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1347904 13f79535-47bb-0310-9956-ffa450edef68
* Fix a broken linkDaniel Gruno2012-06-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1347903 13f79535-47bb-0310-9956-ffa450edef68
* xformsDaniel Gruno2012-06-062-1/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1346945 13f79535-47bb-0310-9956-ffa450edef68
* Add a note that VirtualDocumentRoot will override DocumentRoot in the ↵Daniel Gruno2012-06-061-0/+11
| | | | | | current scope (and thus also in all virtual hosts if defined in the global server scope) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1346943 13f79535-47bb-0310-9956-ffa450edef68
* * support/htpasswd.c (mkrecord): Handle crypt() failure.Joe Orton2012-06-063-2/+28
| | | | | | | | | * support/htdbm.c (htdbm_make): Handle crypt() failure. Submitted by: Paul Wouters <pwouters redhat.com>, jorton git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1346905 13f79535-47bb-0310-9956-ffa450edef68
* Sorry about that. Broke the comments stuff in that last commit. Fixed.Rich Bowen2012-06-0526-182/+156
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1346420 13f79535-47bb-0310-9956-ffa450edef68
* rebuild docsRich Bowen2012-06-0525-145/+169
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1346416 13f79535-47bb-0310-9956-ffa450edef68
* Rebuild authz_host edit.Rich Bowen2012-06-053-13/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1346408 13f79535-47bb-0310-9956-ffa450edef68
* Adds a security remark regarding proxied content and the host address,Rich Bowen2012-06-051-0/+12
| | | | | | | | and reference to mod_remoteip, as per comment added by Allard Hoeve to doc. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1346405 13f79535-47bb-0310-9956-ffa450edef68
* xformsDaniel Gruno2012-06-05610-610/+610
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1346351 13f79535-47bb-0310-9956-ffa450edef68
* Use HTTPS for the comments instead of HTTP (and yay for commit number 500)Daniel Gruno2012-06-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1346344 13f79535-47bb-0310-9956-ffa450edef68