summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove OID match which was never in a GA releas and is obsoleted byStefan Fritsch2011-10-101-71/+1
* Only dump User/Group if DUMP_RUN_CFG is definedStefan Fritsch2011-10-091-0/+3
* Force base 10 when parsing the Content-Length. It doesn't matter in thisStefan Fritsch2011-10-091-1/+1
* Consistently use base 10 for numbers when parsing config options. It may beStefan Fritsch2011-10-094-7/+7
* Add -D DUMP_RUN_CFG option to dump some configuration itemsStefan Fritsch2011-10-092-2/+24
* Consistenly use apr_file_* API instead of libc when dumping config becauseStefan Fritsch2011-10-092-13/+19
* Remove ap_proxy_removestr(). It has been unused for a decade and has quadraticStefan Fritsch2011-10-093-47/+0
* mod_authn_socache: fix it to enable initialisation to work if configuredNick Kew2011-10-081-3/+12
* Fix format string bugs in mod_lua. Found by gcc and pointed out by Igor Galic.Stefan Fritsch2011-10-082-2/+4
* Add another AP_DEBUG_ASSERT to document some assumptions in the code,Stefan Fritsch2011-10-081-0/+2
* Fix a potential NULL pointer dereference found by clang.Stefan Fritsch2011-10-082-1/+2
* Downgrade error log messages which accompany a 404 request status from loglevelStefan Fritsch2011-10-082-2/+2
* fix indentationKaspar Brand2011-10-041-1/+1
* If MaxMemFree is set, set SSL_MODE_RELEASE_BUFFERS in mod_ssl.Stefan Fritsch2011-10-011-0/+7
* In ssl_check_public_cert(), also take dNSNames in the subjectAltNameKaspar Brand2011-09-283-32/+93
* Some NetWare ssl module build tweaks.Guenter Knauf2011-09-281-1/+0
* Make mod_substitute more efficient:Stefan Fritsch2011-09-261-68/+41
* Adjust log message to reflect changed behaviourStefan Fritsch2011-09-261-1/+1
* Put 0- on the fast-trackJim Jagielski2011-09-261-1/+15
* No longer do double duty...Jim Jagielski2011-09-261-12/+24
* Final update to SSLProxyMachineCertificateChainFileDaniel Ruggeri2011-09-262-42/+41
* replace another occurence of X509_NAME_oneline by SSL_X509_NAME_to_stringKaspar Brand2011-09-261-5/+5
* enable the SNI extension for proxy connectionsKaspar Brand2011-09-251-5/+34
* More style fixes, no func changesStefan Fritsch2011-09-231-52/+46
* More cleanup: Expand tabs and some more indentation fixesStefan Fritsch2011-09-2328-105/+105
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-2388-912/+912
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-2328-157/+157
* Bring error messages for TLS stapling related options in syncKaspar Brand2011-09-211-5/+5
* Save one call of ap_escape_html on the uri. Reflow code to be more readable.Stefan Fritsch2011-09-201-9/+8
* Add ssl_log_xerror() and ssl_log_rxerror(), modeled after ssl_log_cxerror().Kaspar Brand2011-09-194-29/+132
* Fix issues found by PVS-Studio static analyzer:Stefan Fritsch2011-09-192-11/+8
* Add wrappers for malloc, calloc, realloc that check for out of memoryStefan Fritsch2011-09-197-38/+14
* Removes the CookieLog directive, which has been documented as deprecated for ...Rich Bowen2011-09-191-10/+0
* Style cleanupDaniel Ruggeri2011-09-191-5/+5
* PR51371: cross-compile issues with cgi and apr_procattr_limit_*.Eric Covener2011-09-172-13/+24
* Log better information and prevent leak of an X509 structure for SSLProxyMach...Daniel Ruggeri2011-09-171-6/+42
* fix spelling error in a couple of log messagesJeff Trawick2011-09-171-2/+2
* Continue if the platform doesnt support file perms.Guenter Knauf2011-09-171-2/+2
* Add comment that the check for empty brigade at the start of the function isStefan Fritsch2011-09-161-0/+1
* Un-deprecate AddOutputFilterByType and update docs. Its limitations haveStefan Fritsch2011-09-151-1/+1
* Implement AddOutputFilterByType by doing strcmp()s instead of creatingStefan Fritsch2011-09-151-41/+60
* replace non-threadsafe use of srand() and rand() with ap_random_pick()Stefan Fritsch2011-09-151-15/+1
* use random value as multipart range boundary to prevent leaking informationStefan Fritsch2011-09-151-7/+5
* initialize counter with random numberStefan Fritsch2011-09-151-7/+2
* Create wrapper API for apr_random;Stefan Fritsch2011-09-153-69/+8
* Modify SSLProxyMachineCertificateChainFile to use X509 instead of X509_INFO a...Daniel Ruggeri2011-09-145-62/+37
* Properly fill in the SSL_{CLIENT,SERVER}_V_{START,END} andKaspar Brand2011-09-141-14/+23
* ssl_callback_proxy_cert(): take advantage of ssl_log_cxerror()Kaspar Brand2011-09-141-19/+7
* Fix 'Content-Encoding: gzip' missing if the first brigade passed toStefan Fritsch2011-09-131-21/+34
* Implement draining capability for proxy workers... only acceptJim Jagielski2011-09-135-12/+27