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