summaryrefslogtreecommitdiffstats
path: root/LICENSE (unfollow)
Commit message (Expand)AuthorFilesLines
2011-10-08Shut up gcc/glibc warning about ignoring write()'s return value.Stefan Fritsch1-3/+13
2011-10-08Fix format string bugs in mod_lua. Found by gcc and pointed out by Igor Galic.Stefan Fritsch2-2/+4
2011-10-08Add some CFLAGS in maintainer mode if supported by gcc:Stefan Fritsch2-20/+32
2011-10-08Add another AP_DEBUG_ASSERT to document some assumptions in the code,Stefan Fritsch1-0/+2
2011-10-08Fix a potential NULL pointer dereference found by clang.Stefan Fritsch2-1/+2
2011-10-08Downgrade error log messages which accompany a 404 request status from loglevelStefan Fritsch4-5/+9
2011-10-08Sort hooks twice, once before pre_config, once after ap_process_config_tree.Stefan Fritsch2-0/+17
2011-10-07Rebuild doc transformations.Rich Bowen4-4/+5
2011-10-07Refs https://issues.apache.org/bugzilla/show_bug.cgi?id=51967 ClarifyRich Bowen1-1/+3
2011-10-06re-add "extern" accidentally removed by r1179448Stefan Fritsch1-1/+1
2011-10-06Rebuild doc transformRich Bowen1-1/+1
2011-10-06Patch from Description Mathijs Schmittmann - Corrected syntax for && (vs &) e...Rich Bowen1-1/+1
2011-10-05Export ap_max_mem_free, needed by r1178079, as pointed out by Gregg L. SmithStefan Fritsch3-3/+4
2011-10-05- `build.sh all`Joe Orton3-2/+20
2011-10-05- add note here in light of CVE-2011-3368Joe Orton1-0/+9
2011-10-05- add a security warning, and tweak the example, in light of CVE-2011-3368Joe Orton1-1/+10
2011-10-05SECURITY (CVE-2011-3368): Prevent unintended pattern expansion in someJoe Orton1-0/+19
2011-10-05Rebuild html.Rich Bowen1-1/+1
2011-10-05Fix link to Friedl's book. (refs https://issues.apache.org/bugzilla/show_bug....Rich Bowen1-1/+1
2011-10-04Add SSLCARevocationCheck directive to default mod_ssl configKaspar Brand1-1/+4
2011-10-04fix indentationKaspar Brand1-1/+1
2011-10-03Enforce LimitRequestFieldSize after multiple headers with the sameStefan Fritsch2-0/+23
2011-10-03TODO note regarding the LimitInternalRecursion error message.Rich Bowen1-0/+10
2011-10-01update xformsStefan Fritsch438-1848/+1931
2011-10-01grammar fixStefan Fritsch2-1/+9
2011-10-01If MaxMemFree is set, set SSL_MODE_RELEASE_BUFFERS in mod_ssl.Stefan Fritsch3-0/+15
2011-09-30Remove trailing comma on last enum member for authz_statusPaul Querna1-1/+1
2011-09-29Clarify configuration comment.Rainer Jung1-2/+3
2011-09-28In ssl_check_public_cert(), also take dNSNames in the subjectAltNameKaspar Brand4-32/+97
2011-09-28Some NetWare ssl module build tweaks.Guenter Knauf1-1/+0
2011-09-26Make mod_substitute more efficient:Stefan Fritsch2-68/+44
2011-09-26Some varbuf enhancements:Stefan Fritsch3-21/+125
2011-09-26Adjust log message to reflect changed behaviourStefan Fritsch1-1/+1
2011-09-26Put 0- on the fast-trackJim Jagielski1-1/+15
2011-09-26No longer do double duty...Jim Jagielski1-12/+24
2011-09-26Final update to SSLProxyMachineCertificateChainFileDaniel Ruggeri2-42/+41
2011-09-26replace another occurence of X509_NAME_oneline by SSL_X509_NAME_to_stringKaspar Brand1-5/+5
2011-09-25enable the SNI extension for proxy connectionsKaspar Brand2-5/+37
2011-09-25Updates.Lucien Gentis49-129/+134
2011-09-24Update.Lucien Gentis1-28/+66
2011-09-23More style fixes, no func changesStefan Fritsch1-52/+46
2011-09-23More cleanup: Expand tabs and some more indentation fixesStefan Fritsch51-529/+529
2011-09-23Cleanup effort in prep for GA push:Jim Jagielski119-1089/+1089
2011-09-23Cleanup effort in prep for GA push:Jim Jagielski64-528/+528
2011-09-23Cleanup effort in prep for GA push:Jim Jagielski151-1419/+1419
2011-09-23docco xformsJim Jagielski18-19/+145
2011-09-23some docco updatesJim Jagielski2-4/+8
2011-09-22Pulls the examples out of the paragraph text and into a table so thatRich Bowen2-16/+42
2011-09-21Bring error messages for TLS stapling related options in syncKaspar Brand1-5/+5
2011-09-21update transformationsKaspar Brand6-5/+224