| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove OID match which was never in a GA releas and is obsoleted by | Stefan Fritsch | 2011-10-10 | 1 | -71/+1 |
* | Only dump User/Group if DUMP_RUN_CFG is defined | Stefan Fritsch | 2011-10-09 | 1 | -0/+3 |
* | Force base 10 when parsing the Content-Length. It doesn't matter in this | Stefan Fritsch | 2011-10-09 | 1 | -1/+1 |
* | Consistently use base 10 for numbers when parsing config options. It may be | Stefan Fritsch | 2011-10-09 | 4 | -7/+7 |
* | Add -D DUMP_RUN_CFG option to dump some configuration items | Stefan Fritsch | 2011-10-09 | 2 | -2/+24 |
* | Consistenly use apr_file_* API instead of libc when dumping config because | Stefan Fritsch | 2011-10-09 | 2 | -13/+19 |
* | Remove ap_proxy_removestr(). It has been unused for a decade and has quadratic | Stefan Fritsch | 2011-10-09 | 3 | -47/+0 |
* | mod_authn_socache: fix it to enable initialisation to work if configured | Nick Kew | 2011-10-08 | 1 | -3/+12 |
* | 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 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 | 2 | -2/+2 |
* | fix indentation | Kaspar Brand | 2011-10-04 | 1 | -1/+1 |
* | If MaxMemFree is set, set SSL_MODE_RELEASE_BUFFERS in mod_ssl. | Stefan Fritsch | 2011-10-01 | 1 | -0/+7 |
* | In ssl_check_public_cert(), also take dNSNames in the subjectAltName | Kaspar Brand | 2011-09-28 | 3 | -32/+93 |
* | Some NetWare ssl module build tweaks. | Guenter Knauf | 2011-09-28 | 1 | -1/+0 |
* | Make mod_substitute more efficient: | Stefan Fritsch | 2011-09-26 | 1 | -68/+41 |
* | 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 | 1 | -5/+34 |
* | 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 | 28 | -105/+105 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 88 | -912/+912 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 28 | -157/+157 |
* | Bring error messages for TLS stapling related options in sync | Kaspar Brand | 2011-09-21 | 1 | -5/+5 |
* | Save one call of ap_escape_html on the uri. Reflow code to be more readable. | Stefan Fritsch | 2011-09-20 | 1 | -9/+8 |
* | Add ssl_log_xerror() and ssl_log_rxerror(), modeled after ssl_log_cxerror(). | Kaspar Brand | 2011-09-19 | 4 | -29/+132 |
* | Fix issues found by PVS-Studio static analyzer: | Stefan Fritsch | 2011-09-19 | 2 | -11/+8 |
* | Add wrappers for malloc, calloc, realloc that check for out of memory | Stefan Fritsch | 2011-09-19 | 7 | -38/+14 |
* | Removes the CookieLog directive, which has been documented as deprecated for ... | Rich Bowen | 2011-09-19 | 1 | -10/+0 |
* | Style cleanup | Daniel Ruggeri | 2011-09-19 | 1 | -5/+5 |
* | PR51371: cross-compile issues with cgi and apr_procattr_limit_*. | Eric Covener | 2011-09-17 | 2 | -13/+24 |
* | Log better information and prevent leak of an X509 structure for SSLProxyMach... | Daniel Ruggeri | 2011-09-17 | 1 | -6/+42 |
* | fix spelling error in a couple of log messages | Jeff Trawick | 2011-09-17 | 1 | -2/+2 |
* | Continue if the platform doesnt support file perms. | Guenter Knauf | 2011-09-17 | 1 | -2/+2 |
* | Add comment that the check for empty brigade at the start of the function is | Stefan Fritsch | 2011-09-16 | 1 | -0/+1 |
* | Un-deprecate AddOutputFilterByType and update docs. Its limitations have | Stefan Fritsch | 2011-09-15 | 1 | -1/+1 |
* | Implement AddOutputFilterByType by doing strcmp()s instead of creating | Stefan Fritsch | 2011-09-15 | 1 | -41/+60 |
* | replace non-threadsafe use of srand() and rand() with ap_random_pick() | Stefan Fritsch | 2011-09-15 | 1 | -15/+1 |
* | use random value as multipart range boundary to prevent leaking information | Stefan Fritsch | 2011-09-15 | 1 | -7/+5 |
* | initialize counter with random number | Stefan Fritsch | 2011-09-15 | 1 | -7/+2 |
* | Create wrapper API for apr_random; | Stefan Fritsch | 2011-09-15 | 3 | -69/+8 |
* | Modify SSLProxyMachineCertificateChainFile to use X509 instead of X509_INFO a... | Daniel Ruggeri | 2011-09-14 | 5 | -62/+37 |
* | Properly fill in the SSL_{CLIENT,SERVER}_V_{START,END} and | Kaspar Brand | 2011-09-14 | 1 | -14/+23 |
* | ssl_callback_proxy_cert(): take advantage of ssl_log_cxerror() | Kaspar Brand | 2011-09-14 | 1 | -19/+7 |
* | Fix 'Content-Encoding: gzip' missing if the first brigade passed to | Stefan Fritsch | 2011-09-13 | 1 | -21/+34 |
* | Implement draining capability for proxy workers... only accept | Jim Jagielski | 2011-09-13 | 5 | -12/+27 |