summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mod_vhostdb* (dbi,mysql,pgsql,ldap) (fixes #485, fixes #1936, fixes #2297)Glenn Strauss2017-01-3111-9/+1791
* [mod_auth] LDAP escape username in DN and filtersGlenn Strauss2017-01-311-30/+134
* [core] use getaddrinfo,inet_pton vs gethostbyname (fixes #2783)Glenn Strauss2017-01-313-14/+47
* [mod_auth] support LDAP groups for HTTP auth (fixes #1817)Glenn Strauss2017-01-312-3/+56
* [mod_ssi] send #exec cmd="..." output to temp fileGlenn Strauss2017-01-311-62/+23
* [mod_openssl] use TLS SNI to set host-based certsGlenn Strauss2017-01-314-30/+11
* [core] support Expect: 100-continue with HTTP/1.1 (fixes #377, #1017, #1953, ...Glenn Strauss2017-01-312-22/+61
* [core] move con throttling to connections-glue.cGlenn Strauss2017-01-315-68/+78
* [mod_secdownload] new directives modify hash path (fixes #646, fixes #1904)Glenn Strauss2017-01-311-0/+38
* [mod_setenv] directives to overwrite/remove hdrs (fixes #650, fixes #2295)Glenn Strauss2017-01-311-10/+69
* [core] do not emit req/response hdrs w/ blank valGlenn Strauss2017-01-313-3/+3
* [mod_openssl] allow ssl.verifyclient on url paths (fixes #2245)Glenn Strauss2017-01-311-0/+1
* [mod_auth] enable optional authz if extern authn (fixes #2481)Glenn Strauss2017-01-311-0/+12
* [build] only mod_openssl depends on -lsslGlenn Strauss2017-01-313-7/+10
* [mod_geoip] call from handle_request_env hookGlenn Strauss2017-01-311-9/+10
* [core] move connection_read_cq() to connections.cGlenn Strauss2017-01-313-139/+93
* [mod_openssl] move openssl config into mod_opensslGlenn Strauss2017-01-317-774/+879
* [mod_openssl] move openssl code into mod_opensslGlenn Strauss2017-01-1415-639/+586
* [core] move network_open_file_chunk() to chunk.cGlenn Strauss2017-01-1410-60/+48
* [mod_openssl] new module (preliminary layout)Glenn Strauss2017-01-145-0/+265
* [core] new plugin hooks to help isolate SSLGlenn Strauss2017-01-147-12/+26
* [core] con interface for read/write; isolate SSLGlenn Strauss2017-01-145-27/+30
* [mod_mysql_vhost] remove dev debug codeGlenn Strauss2017-01-141-24/+2
* remove redundant calls to end-of-request hooksGlenn Strauss2017-01-146-7/+2
* [TLS] mark code that uses -lcrypto but not -lsslGlenn Strauss2017-01-144-15/+31
* [mod_cgi] check cgi fd for num bytes ready to readlighttpd-1.4.45Glenn Strauss2017-01-131-1/+1
* [TLS] ssl.read-ahead = "disable" for low mem (fixes #2778)Glenn Strauss2017-01-104-3/+12
* [mod_scgi] detect child exit, restart proactivelyGlenn Strauss2017-01-101-0/+43
* [mod_fastcgi] detect child exit, restart proactivelyGlenn Strauss2017-01-101-0/+43
* [mod_webdav] fix crash when plugin_ctx cleaned up (fixes #2780)Glenn Strauss2017-01-091-1/+4
* [mod_cgi] skip local-redir handling if to self (fixes #2779, #2108)Glenn Strauss2017-01-091-1/+5
* [TLS] openssl 1.1.0 makes SSL_OP_NO_SSLv2 no-opGlenn Strauss2016-12-231-2/+2
* fix SCons fullstatic build with glibc pthreadsStefan Bühler2016-12-231-2/+10
* [mod_cgi] fall back to pipe() if pipe2() failsGlenn Strauss2016-12-231-12/+12
* [mod_proxy] proxy.replace-http-host enable/disableGlenn Strauss2016-12-221-1/+1
* [mod_evhost] fix an incorrect error traceGlenn Strauss2016-12-191-1/+1
* [build] check for pipe2() at configure timeGlenn Strauss2016-12-172-2/+2
* [build] compile fixes for AIXGlenn Strauss2016-12-173-1/+9
* [mod_secdownload] warn if SHA used w/o SSL cryptoGlenn Strauss2016-12-171-2/+0
* [mod_proxy] proxy.balance = "sticky" option (fixes #2117)Glenn Strauss2016-12-171-2/+41
* [core] support Transfer-Encoding: chunked req body (fixes #2156)Glenn Strauss2016-12-169-57/+303
* [core] fix segfault when parsing a bad config fileGlenn Strauss2016-12-161-1/+1
* [core] consolidate duplicated read-to-close codeGlenn Strauss2016-12-131-18/+22
* [mod_ssi] implement, ignore <!--#comment ... -->Glenn Strauss2016-12-111-1/+9
* [mod_ssi] basic recursive SSI include virtual (fixes #536)Glenn Strauss2016-12-112-25/+91
* [mod_proxy] replace HTTP Host sent to backend (fixes #2770)Glenn Strauss2016-12-101-0/+21
* [mod_dirlisting] render dirlisting as HTML (fixes #2767)Glenn Strauss2016-12-101-19/+21
* [core] permit connection-level state in modulesGlenn Strauss2016-12-091-16/+10
* [core] defer li_rand_init() until first useGlenn Strauss2016-12-091-1/+18
* [core] remove srv->entropy[]Glenn Strauss2016-12-094-12/+0