summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* s/2013/2014/Rich Bowen2014-01-02709-715/+730
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554856 13f79535-47bb-0310-9956-ffa450edef68
* s/2013/2014/Rich Bowen2014-01-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554855 13f79535-47bb-0310-9956-ffa450edef68
* Add BitNami to binariesRich Bowen2014-01-022-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554854 13f79535-47bb-0310-9956-ffa450edef68
* Add BitNami to binaries listRich Bowen2014-01-021-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554853 13f79535-47bb-0310-9956-ffa450edef68
* [trunk][doc] Introducing .fr translation for a couple of module docsVincent Deffontaines2013-12-3112-0/+1602
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554562 13f79535-47bb-0310-9956-ffa450edef68
* new lognoJim Jagielski2013-12-312-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554522 13f79535-47bb-0310-9956-ffa450edef68
* update transformationAndré Malo2013-12-3111-12/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554481 13f79535-47bb-0310-9956-ffa450edef68
* properties.André Malo2013-12-310-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554419 13f79535-47bb-0310-9956-ffa450edef68
* [trunk][doc] Introducing .fr translation for mod/mod_dialup.xmlVincent Deffontaines2013-12-314-0/+196
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554389 13f79535-47bb-0310-9956-ffa450edef68
* [trunk][doc] Introducing .fr translation for mod/mod_dbd.xmlVincent Deffontaines2013-12-314-0/+752
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554386 13f79535-47bb-0310-9956-ffa450edef68
* * CHANGES: Consolidate for humans who have to read this file.Justin Erenkrantz2013-12-301-17/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554306 13f79535-47bb-0310-9956-ffa450edef68
* Add directives to control two protocol options:Justin Erenkrantz2013-12-306-11/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | HttpContentLengthHeadZero - allow Content-Length of 0 to be returned on HEAD HttpExpectStrict - allow admin to control whether we must see "100-continue" This is helpful when using Ceph's radosgw and httpd. Inspired by: Yehuda Sadeh <yehuda@inktank.com> See https://github.com/ceph/apache2/commits/precise * include/http_core.h (core_server_config): Add http_cl_head_zero and http_expect_strict fields. * modules/http/http_filters.c (ap_http_header_filter): Only clear out the C-L if http_cl_head_zero is not explictly set. * server/core.c (merge_core_server_configs): Add new fields. (set_cl_head_zero, set_expect_strict): New config helpers. (HttpContentLengthHeadZero, HttpExpectStrict): Declare new directives. * server/protocol.c (ap_read_request): Allow http_expect_strict to control if we return 417. * include/ap_mmn.h (MODULE_MAGIC_NUMBER_MAJOR, MODULE_MAGIC_NUMBER_MINOR): Bump. * CHANGES: Add a brief description. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554303 13f79535-47bb-0310-9956-ffa450edef68
* Update transformation.Graham Leggett2013-12-3013-10/+79
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554302 13f79535-47bb-0310-9956-ffa450edef68
* Documentation for the support of named groups and backreferences.Graham Leggett2013-12-303-0/+64
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554301 13f79535-47bb-0310-9956-ffa450edef68
* core: Support named groups and backreferences within the LocationMatch,Graham Leggett2013-12-309-23/+235
| | | | | | | DirectoryMatch, FilesMatch and ProxyMatch directives. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554300 13f79535-47bb-0310-9956-ffa450edef68
* xformsStefan Fritsch2013-12-303-7/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554282 13f79535-47bb-0310-9956-ffa450edef68
* mention insecure password storage as pointed out by GrahamStefan Fritsch2013-12-301-5/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554281 13f79535-47bb-0310-9956-ffa450edef68
* xformsStefan Fritsch2013-12-3057-73/+127
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554277 13f79535-47bb-0310-9956-ffa450edef68
* digest auth is only marginally more secure than basic auth.Stefan Fritsch2013-12-301-4/+13
| | | | | | | Adjust the docs to today's reality. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554276 13f79535-47bb-0310-9956-ffa450edef68
* fixes for validate-xml, fix propertiesStefan Fritsch2013-12-303-4/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554275 13f79535-47bb-0310-9956-ffa450edef68
* [trunk][doc] Introducing .fr translation for mod_dav_lock.xml & mod_dav.xmlVincent Deffontaines2013-12-308-0/+832
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554267 13f79535-47bb-0310-9956-ffa450edef68
* [trunk][doc] Introduction .fr translation for mod/mod_dav_fs.xmlVincent Deffontaines2013-12-304-0/+237
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554248 13f79535-47bb-0310-9956-ffa450edef68
* [trunk][doc] Introducing .fr translation for mod/mod_data.xmlVincent Deffontaines2013-12-304-0/+183
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554226 13f79535-47bb-0310-9956-ffa450edef68
* [trunk][doc] .fr translation for r1554199Vincent Deffontaines2013-12-302-6/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554201 13f79535-47bb-0310-9956-ffa450edef68
* [trunk][doc] Fix CacheSocache description stringVincent Deffontaines2013-12-302-4/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554199 13f79535-47bb-0310-9956-ffa450edef68
* Update transformation.Graham Leggett2013-12-3010-8/+132
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554197 13f79535-47bb-0310-9956-ffa450edef68
* mod_authz_user: Support the expression parser within the require directives.Graham Leggett2013-12-304-7/+76
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554195 13f79535-47bb-0310-9956-ffa450edef68
* CodeWarrior compiler doesnt allow vars as struct inits.Guenter Knauf2013-12-301-5/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554192 13f79535-47bb-0310-9956-ffa450edef68
* [trunk][doc] Introducing .fr translation for mod/mod_charset_lite.xmlVincent Deffontaines2013-12-304-0/+479
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554189 13f79535-47bb-0310-9956-ffa450edef68
* mod_authnz_host: Support the expression parser within the require directives.Graham Leggett2013-12-305-4/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554188 13f79535-47bb-0310-9956-ffa450edef68
* Pass the correct pointer that made it past the test suite.Graham Leggett2013-12-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554184 13f79535-47bb-0310-9956-ffa450edef68
* Pass the correct pointer that made it past the test suite.Graham Leggett2013-12-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554181 13f79535-47bb-0310-9956-ffa450edef68
* Added missing proxy export symbols.Guenter Knauf2013-12-301-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554179 13f79535-47bb-0310-9956-ffa450edef68
* Pass the correct pointer that made it past the test suite.Graham Leggett2013-12-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554176 13f79535-47bb-0310-9956-ffa450edef68
* mod_authnz_groupfile: Support the expression parser within the require ↵Graham Leggett2013-12-304-3/+73
| | | | | | directives. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554175 13f79535-47bb-0310-9956-ffa450edef68
* [trunl][doc] Introducing .fr translation for mod/mod_cgi.xmlVincent Deffontaines2013-12-304-0/+549
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554172 13f79535-47bb-0310-9956-ffa450edef68
* mod_authnz_dbm: Support the expression parser within the require directives.Graham Leggett2013-12-305-3/+73
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554170 13f79535-47bb-0310-9956-ffa450edef68
* Update transformation.Graham Leggett2013-12-303-2/+55
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554169 13f79535-47bb-0310-9956-ffa450edef68
* mod_authnz_dbd: Support the expression parser within the require directives.Graham Leggett2013-12-305-3/+88
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554168 13f79535-47bb-0310-9956-ffa450edef68
* Update transformation.Graham Leggett2013-12-3010-11/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554162 13f79535-47bb-0310-9956-ffa450edef68
* mod_authnz_ldap: Support the expression parser within the requireGraham Leggett2013-12-305-12/+114
| | | | | | | directives. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554161 13f79535-47bb-0310-9956-ffa450edef68
* update transformationKaspar Brand2013-12-281-24/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1553825 13f79535-47bb-0310-9956-ffa450edef68
* Remove the hardcoded algorithm-type dependency for the SSLCertificateFileKaspar Brand2013-12-2810-884/+567
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and SSLCertificateKeyFile directives, and deprecate SSLCertificateChainFile Splitting the patch into smaller pieces turned out to be infeasible, unfortunately, due to the heavily intertwined code in ssl_engine_config.c, ssl_engine_init.c and ssl_engine_pphrase.c, which all depends on the modssl_pk_server_t data structure. For better comprehensibility, a detailed listing of the changes follows: ssl_private.h - drop the X509 certs and EVP_PKEY keys arrays from modssl_pk_server_t - use apr_array_header_t for cert_files and key_files - drop tPublicCert from SSLModConfigRec - drop the ssl_algo_t struct and the SSL_ALGO_* and SSL_AIDX_* constants ssl_engine_config.c - change to apr_array_header_t for SSLCertificate[Key]File - drop ssl_cmd_check_aidx_max, i.e. allow an arbitrary number of certs and keys (in theory; currently OpenSSL does not support more than one cert/key per algorithm type) - add deprecation warning for SSLCertificateChainFile ssl_engine_init.c - configure server certs/keys in ssl_init_server_certs (no longer via ssl_pphrase_Handle in ssl_init_Module) - in ssl_init_server_certs, read in certificates and keys with standard OpenSSL API functions (SSL_CTX_use_*_file), and only fall back to ssl_load_encrypted_pkey when encountering an encrypted private key - drop ssl_server_import_cert, ssl_server_import_key, ssl_init_server_check, and ssl_init_ctx_cleanup_server - move the "problematic re-initialization" check to ssl_init_server_ctx ssl_engine_pphrase.c - use servername:port:index as the key identifier, instead of the previously used servername:port:algorithm - ssl_pphrase_Handle overhaul: remove all cert/public-key handling, make it only load a single (encrypted) private key, and rename to ssl_load_encrypted_pkey - in the passphrase prompt message, show the private key file name instead of the vhost id and the algorithm name - do no longer supply the algorithm name as an argument to "exec"-type passphrase prompting programs ssl_util.c - drop ssl_util_algotypeof, ssl_util_algotypestr, ssl_asn1_keystr, and ssl_asn1_table_keyfmt ssl_util_ssl.{c,h} - drop SSL_read_X509 - constify the filename arg for SSL_read_PrivateKey git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1553824 13f79535-47bb-0310-9956-ffa450edef68
* [trunk][doc] Introducing .fr translation for mod/mod_cgid.xmlVincent Deffontaines2013-12-274-0/+311
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1553677 13f79535-47bb-0310-9956-ffa450edef68
* [trunk][doc] Introducing .fr translation for mod/mod_cern_meta.xmlVincent Deffontaines2013-12-274-0/+296
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1553659 13f79535-47bb-0310-9956-ffa450edef68
* [trunk][doc] Introducing .fr translation for mod/mod_cache_socache.xmlVincent Deffontaines2013-12-274-0/+559
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1553655 13f79535-47bb-0310-9956-ffa450edef68
* rpm spec file: Ensure that apr-util-ldap is installed when mod_authnz_ldapGraham Leggett2013-12-261-1/+1
| | | | | | | is installed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1553514 13f79535-47bb-0310-9956-ffa450edef68
* [trunk][doc] .fr translation for r1553502Vincent Deffontaines2013-12-262-3/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1553504 13f79535-47bb-0310-9956-ffa450edef68
* [trunk][doc] mod_dir.xml : Added missing details about DirectoryIndexRedirectVincent Deffontaines2013-12-262-0/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1553502 13f79535-47bb-0310-9956-ffa450edef68
* property fixes.André Malo2013-12-260-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1553496 13f79535-47bb-0310-9956-ffa450edef68