summaryrefslogtreecommitdiffstats
path: root/build (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-10-01grammar fixStefan Fritsch2-1/+9
point to SSLRequire docs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1178088 13f79535-47bb-0310-9956-ffa450edef68
2011-10-01If MaxMemFree is set, set SSL_MODE_RELEASE_BUFFERS in mod_ssl.Stefan Fritsch3-0/+15
Always set SSL_MODE_RELEASE_BUFFERS in ab. PR: 51618 Submitted by: Cristian Rodríguez <crrodriguez opensuse org>, Stefan Fritsch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1178079 13f79535-47bb-0310-9956-ffa450edef68
2011-09-30Remove trailing comma on last enum member for authz_statusPaul Querna1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1177497 13f79535-47bb-0310-9956-ffa450edef68
2011-09-29Clarify configuration comment.Rainer Jung1-2/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1177210 13f79535-47bb-0310-9956-ffa450edef68
2011-09-28In ssl_check_public_cert(), also take dNSNames in the subjectAltNameKaspar Brand4-32/+97
extension into account when checking the cert against the configured ServerName. PR 32652, PR 47051. Replace SSL_X509_getCN() by SSL_X509_getIDs(), which returns an array of a cert's DNS-IDs and CN-IDs (terms as coined by RFC 6125). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1176752 13f79535-47bb-0310-9956-ffa450edef68
2011-09-28Some NetWare ssl module build tweaks.Guenter Knauf1-1/+0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1176670 13f79535-47bb-0310-9956-ffa450edef68
2011-09-26Make mod_substitute more efficient:Stefan Fritsch2-68/+44
- Use varbuf resizable buffer instead of constantly allocating pool memory and copying data around. This changes the memory requirement from quadratic in ((number of substitutions in line) * (length of line)) to linear in (length of line). - Instead of copying buckets just to append a \0, use new ap_regexec_len() function PR: 50559 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1176019 13f79535-47bb-0310-9956-ffa450edef68
2011-09-26Some varbuf enhancements:Stefan Fritsch3-21/+125
- Introduce new ap_varbuf_pdup() and ap_varbuf_regsub() functions. - Fix some bugs in ap_varbuf_strmemcat(). - Make ap_varbuf.buf point to an empty string if no buffer has been allocated, yet. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1176018 13f79535-47bb-0310-9956-ffa450edef68
2011-09-26Adjust log message to reflect changed behaviourStefan Fritsch1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1175992 13f79535-47bb-0310-9956-ffa450edef68
2011-09-26Put 0- on the fast-trackJim Jagielski1-1/+15
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1175980 13f79535-47bb-0310-9956-ffa450edef68
2011-09-26No longer do double duty...Jim Jagielski1-12/+24
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1175979 13f79535-47bb-0310-9956-ffa450edef68
2011-09-26Final update to SSLProxyMachineCertificateChainFileDaniel Ruggeri2-42/+41
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1175946 13f79535-47bb-0310-9956-ffa450edef68
2011-09-26replace another occurence of X509_NAME_oneline by SSL_X509_NAME_to_stringKaspar Brand1-5/+5
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1175905 13f79535-47bb-0310-9956-ffa450edef68
2011-09-25enable the SNI extension for proxy connectionsKaspar Brand2-5/+37
to TLS backends (but avoid for pure SSLv2/SSLv3) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1175416 13f79535-47bb-0310-9956-ffa450edef68
2011-09-25Updates.Lucien Gentis49-129/+134
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1175407 13f79535-47bb-0310-9956-ffa450edef68
2011-09-24Update.Lucien Gentis1-28/+66
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1175191 13f79535-47bb-0310-9956-ffa450edef68
2011-09-23More style fixes, no func changesStefan Fritsch1-52/+46
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174937 13f79535-47bb-0310-9956-ffa450edef68
2011-09-23More cleanup: Expand tabs and some more indentation fixesStefan Fritsch51-529/+529
No functional change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174929 13f79535-47bb-0310-9956-ffa450edef68
2011-09-23Cleanup effort in prep for GA push:Jim Jagielski119-1089/+1089
Trim trailing whitespace... no func change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174751 13f79535-47bb-0310-9956-ffa450edef68
2011-09-23Cleanup effort in prep for GA push:Jim Jagielski64-528/+528
Trim trailing whitespace... no func change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174748 13f79535-47bb-0310-9956-ffa450edef68
2011-09-23Cleanup effort in prep for GA push:Jim Jagielski151-1419/+1419
Trim trailing whitespace... no func change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174747 13f79535-47bb-0310-9956-ffa450edef68
2011-09-23docco xformsJim Jagielski18-19/+145
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174720 13f79535-47bb-0310-9956-ffa450edef68
2011-09-23some docco updatesJim Jagielski2-4/+8
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174718 13f79535-47bb-0310-9956-ffa450edef68
2011-09-22Pulls the examples out of the paragraph text and into a table so thatRich Bowen2-16/+42
they are more visually distinct. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1173918 13f79535-47bb-0310-9956-ffa450edef68
2011-09-21Bring error messages for TLS stapling related options in syncKaspar Brand1-5/+5
with their directive names. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1173772 13f79535-47bb-0310-9956-ffa450edef68
2011-09-21update transformationsKaspar Brand6-5/+224
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1173760 13f79535-47bb-0310-9956-ffa450edef68
2011-09-21mod_ssl:Kaspar Brand2-1/+193
- document the SSLStapling* directives (code committed in r829619 for 2.2.3, see PR 43822) - add SSLCARevocationCheck to the list of configuration changes in the 2.4 upgrade notes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1173755 13f79535-47bb-0310-9956-ffa450edef68
2011-09-20update xformsStefan Fritsch8-11/+12
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1173370 13f79535-47bb-0310-9956-ffa450edef68
2011-09-20%L works without mod_unique_id, tooStefan Fritsch1-4/+5
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1173368 13f79535-47bb-0310-9956-ffa450edef68
2011-09-20Save one call of ap_escape_html on the uri. Reflow code to be more readable.Stefan Fritsch1-9/+8
Submitted by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> PR: 51697 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1173328 13f79535-47bb-0310-9956-ffa450edef68
2011-09-20Adds brief introduction to the table to address initial confusion when IRich Bowen2-0/+8
showed this doc to someone unfamiliar with the directive. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1173140 13f79535-47bb-0310-9956-ffa450edef68
2011-09-20Rebuilds translation generated docs.Rich Bowen9-8/+10
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1173102 13f79535-47bb-0310-9956-ffa450edef68
2011-09-20Replace log example with one that matches 2.4 logging.Rich Bowen2-38/+27
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1173098 13f79535-47bb-0310-9956-ffa450edef68
2011-09-20Rebuild HTML transformations.Rich Bowen8-34/+50
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1173087 13f79535-47bb-0310-9956-ffa450edef68
2011-09-20Adds some examples of using the ErrorLogFormat token handlers.Rich Bowen1-28/+51
Standardizes the spelling of behavio(u)r to be consistent throughout the file. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1173086 13f79535-47bb-0310-9956-ffa450edef68
2011-09-19Add ssl_log_xerror() and ssl_log_rxerror(), modeled after ssl_log_cxerror().Kaspar Brand4-29/+132
Add SSL_X509_NAME_to_string(), which converts an X509 distinguished name to an RFC 2253 formatted string. Adapt ssl_log_*error() to make use of SSL_X509_NAME_to_string(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1172797 13f79535-47bb-0310-9956-ffa450edef68
2011-09-19Fix issues found by PVS-Studio static analyzer:Stefan Fritsch3-12/+9
mod_mime_magic: cut'n'paste error rsl_encoding vs. rsl_separator, also simplify code a bit mod_header: wrong string initialization (leading to segfault if format argument is missing) util_win32: duplicate sizeof (untested; Windows people, please review) PR: 51542 Submitted by: Andrey Karpov <karpov viva64 com>, Stefan Fritsch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1172732 13f79535-47bb-0310-9956-ffa450edef68
2011-09-19Remove from documentation STATUS things that have already been done.Rich Bowen1-9/+0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1172715 13f79535-47bb-0310-9956-ffa450edef68
2011-09-19Add wrappers for malloc, calloc, realloc that check for out of memoryStefan Fritsch18-89/+110
situations. Use them in most places where malloc, and friends are used. This results in clean error messages in an out of memory situation instead of segfaulting or silently malfunctioning. In some places, it just allows to remove some logging code. PR 51568, PR 51569, PR 51571. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1172686 13f79535-47bb-0310-9956-ffa450edef68
2011-09-19Punctuation error.Rich Bowen2-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1172633 13f79535-47bb-0310-9956-ffa450edef68
2011-09-19Removes CookieLog from ja, ko, and tr documentation.Rich Bowen3-54/+0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1172632 13f79535-47bb-0310-9956-ffa450edef68
2011-09-19Rebuild docs mentioning CookieLogRich Bowen21-3211/+3125
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1172627 13f79535-47bb-0310-9956-ffa450edef68
2011-09-19Removes the CookieLog directive, which has been documented as deprecated for ↵Rich Bowen2-27/+0
more than a decade. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1172625 13f79535-47bb-0310-9956-ffa450edef68
2011-09-19Rebuild HTML.Rich Bowen3-3/+9
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1172622 13f79535-47bb-0310-9956-ffa450edef68
2011-09-19Removes the promise if more documentation to come. These docs areRich Bowen3-3/+9
probably sufficient as is. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1172618 13f79535-47bb-0310-9956-ffa450edef68
2011-09-19Style cleanupDaniel Ruggeri1-5/+5
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1172562 13f79535-47bb-0310-9956-ffa450edef68
2011-09-19Give a slightly more direct hint when no global ServerName is set. I stillEric Covener1-1/+2
think this buries the lead, but it's hard to rewrite to change the emphasis yet maintain googleability. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1172410 13f79535-47bb-0310-9956-ffa450edef68
2011-09-19Rebuild mod_log_config grammar changes.Rich Bowen4-21/+22
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1172409 13f79535-47bb-0310-9956-ffa450edef68
2011-09-19Additional grammatical nits.Rich Bowen1-18/+19
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1172408 13f79535-47bb-0310-9956-ffa450edef68
2011-09-19Rebuilding other new French translations.Rich Bowen3-7/+30
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1172402 13f79535-47bb-0310-9956-ffa450edef68