| Commit message (Expand) | Author | Age | Files | Lines |
* | Rebuild various xdocs | Rich Bowen | 2011-10-09 | 24 | -3641/+3691 |
* | Note that hostname lookups will be performed for 'require from hostname' | Rich Bowen | 2011-10-09 | 1 | -0/+5 |
* | refs https://issues.apache.org/bugzilla/show_bug.cgi?id=51967 Mention | Rich Bowen | 2011-10-09 | 1 | -1/+5 |
* | mod_authn_socache: fix it to enable initialisation to work if configured | Nick Kew | 2011-10-08 | 3 | -3/+33 |
* | Updates. | Lucien Gentis | 2011-10-08 | 9 | -62/+91 |
* | Shut up gcc/glibc warning about ignoring write()'s return value. | Stefan Fritsch | 2011-10-08 | 1 | -3/+13 |
* | Fix format string bugs in mod_lua. Found by gcc and pointed out by Igor Galic. | Stefan Fritsch | 2011-10-08 | 2 | -2/+4 |
* | Add some CFLAGS in maintainer mode if supported by gcc: | Stefan Fritsch | 2011-10-08 | 2 | -20/+32 |
* | Add another AP_DEBUG_ASSERT to document some assumptions in the code, | Stefan Fritsch | 2011-10-08 | 1 | -0/+2 |
* | Fix a potential NULL pointer dereference found by clang. | Stefan Fritsch | 2011-10-08 | 2 | -1/+2 |
* | Downgrade error log messages which accompany a 404 request status from loglevel | Stefan Fritsch | 2011-10-08 | 4 | -5/+9 |
* | Sort hooks twice, once before pre_config, once after ap_process_config_tree. | Stefan Fritsch | 2011-10-08 | 2 | -0/+17 |
* | Rebuild doc transformations. | Rich Bowen | 2011-10-07 | 4 | -4/+5 |
* | Refs https://issues.apache.org/bugzilla/show_bug.cgi?id=51967 Clarify | Rich Bowen | 2011-10-07 | 1 | -1/+3 |
* | re-add "extern" accidentally removed by r1179448 | Stefan Fritsch | 2011-10-06 | 1 | -1/+1 |
* | Rebuild doc transform | Rich Bowen | 2011-10-06 | 1 | -1/+1 |
* | Patch from Description Mathijs Schmittmann - Corrected syntax for && (vs &) e... | Rich Bowen | 2011-10-06 | 1 | -1/+1 |
* | Export ap_max_mem_free, needed by r1178079, as pointed out by Gregg L. Smith | Stefan Fritsch | 2011-10-05 | 3 | -3/+4 |
* | - `build.sh all` | Joe Orton | 2011-10-05 | 3 | -2/+20 |
* | - add note here in light of CVE-2011-3368 | Joe Orton | 2011-10-05 | 1 | -0/+9 |
* | - add a security warning, and tweak the example, in light of CVE-2011-3368 | Joe Orton | 2011-10-05 | 1 | -1/+10 |
* | SECURITY (CVE-2011-3368): Prevent unintended pattern expansion in some | Joe Orton | 2011-10-05 | 1 | -0/+19 |
* | Rebuild html. | Rich Bowen | 2011-10-05 | 1 | -1/+1 |
* | Fix link to Friedl's book. (refs https://issues.apache.org/bugzilla/show_bug.... | Rich Bowen | 2011-10-05 | 1 | -1/+1 |
* | Add SSLCARevocationCheck directive to default mod_ssl config | Kaspar Brand | 2011-10-04 | 1 | -1/+4 |
* | fix indentation | Kaspar Brand | 2011-10-04 | 1 | -1/+1 |
* | Enforce LimitRequestFieldSize after multiple headers with the same | Stefan Fritsch | 2011-10-03 | 2 | -0/+23 |
* | TODO note regarding the LimitInternalRecursion error message. | Rich Bowen | 2011-10-03 | 1 | -0/+10 |
* | update xforms | Stefan Fritsch | 2011-10-01 | 438 | -1848/+1931 |
* | grammar fix | Stefan Fritsch | 2011-10-01 | 2 | -1/+9 |
* | If MaxMemFree is set, set SSL_MODE_RELEASE_BUFFERS in mod_ssl. | Stefan Fritsch | 2011-10-01 | 3 | -0/+15 |
* | Remove trailing comma on last enum member for authz_status | Paul Querna | 2011-09-30 | 1 | -1/+1 |
* | Clarify configuration comment. | Rainer Jung | 2011-09-29 | 1 | -2/+3 |
* | In ssl_check_public_cert(), also take dNSNames in the subjectAltName | Kaspar Brand | 2011-09-28 | 4 | -32/+97 |
* | Some NetWare ssl module build tweaks. | Guenter Knauf | 2011-09-28 | 1 | -1/+0 |
* | Make mod_substitute more efficient: | Stefan Fritsch | 2011-09-26 | 2 | -68/+44 |
* | Some varbuf enhancements: | Stefan Fritsch | 2011-09-26 | 3 | -21/+125 |
* | Adjust log message to reflect changed behaviour | Stefan Fritsch | 2011-09-26 | 1 | -1/+1 |
* | Put 0- on the fast-track | Jim Jagielski | 2011-09-26 | 1 | -1/+15 |
* | No longer do double duty... | Jim Jagielski | 2011-09-26 | 1 | -12/+24 |
* | Final update to SSLProxyMachineCertificateChainFile | Daniel Ruggeri | 2011-09-26 | 2 | -42/+41 |
* | replace another occurence of X509_NAME_oneline by SSL_X509_NAME_to_string | Kaspar Brand | 2011-09-26 | 1 | -5/+5 |
* | enable the SNI extension for proxy connections | Kaspar Brand | 2011-09-25 | 2 | -5/+37 |
* | Updates. | Lucien Gentis | 2011-09-25 | 49 | -129/+134 |
* | Update. | Lucien Gentis | 2011-09-24 | 1 | -28/+66 |
* | More style fixes, no func changes | Stefan Fritsch | 2011-09-23 | 1 | -52/+46 |
* | More cleanup: Expand tabs and some more indentation fixes | Stefan Fritsch | 2011-09-23 | 51 | -529/+529 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 119 | -1089/+1089 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 64 | -528/+528 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 151 | -1419/+1419 |