| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_vhostdb* (dbi,mysql,pgsql,ldap) (fixes #485, fixes #1936, fixes #2297) | Glenn Strauss | 2017-01-31 | 11 | -9/+1791 |
* | [mod_auth] LDAP escape username in DN and filters | Glenn Strauss | 2017-01-31 | 1 | -30/+134 |
* | [core] use getaddrinfo,inet_pton vs gethostbyname (fixes #2783) | Glenn Strauss | 2017-01-31 | 3 | -14/+47 |
* | [mod_auth] support LDAP groups for HTTP auth (fixes #1817) | Glenn Strauss | 2017-01-31 | 2 | -3/+56 |
* | [mod_ssi] send #exec cmd="..." output to temp file | Glenn Strauss | 2017-01-31 | 1 | -62/+23 |
* | [mod_openssl] use TLS SNI to set host-based certs | Glenn Strauss | 2017-01-31 | 4 | -30/+11 |
* | [core] support Expect: 100-continue with HTTP/1.1 (fixes #377, #1017, #1953, ... | Glenn Strauss | 2017-01-31 | 2 | -22/+61 |
* | [core] move con throttling to connections-glue.c | Glenn Strauss | 2017-01-31 | 5 | -68/+78 |
* | [mod_secdownload] new directives modify hash path (fixes #646, fixes #1904) | Glenn Strauss | 2017-01-31 | 1 | -0/+38 |
* | [mod_setenv] directives to overwrite/remove hdrs (fixes #650, fixes #2295) | Glenn Strauss | 2017-01-31 | 1 | -10/+69 |
* | [core] do not emit req/response hdrs w/ blank val | Glenn Strauss | 2017-01-31 | 3 | -3/+3 |
* | [mod_openssl] allow ssl.verifyclient on url paths (fixes #2245) | Glenn Strauss | 2017-01-31 | 1 | -0/+1 |
* | [mod_auth] enable optional authz if extern authn (fixes #2481) | Glenn Strauss | 2017-01-31 | 1 | -0/+12 |
* | [build] only mod_openssl depends on -lssl | Glenn Strauss | 2017-01-31 | 3 | -7/+10 |
* | [mod_geoip] call from handle_request_env hook | Glenn Strauss | 2017-01-31 | 1 | -9/+10 |
* | [core] move connection_read_cq() to connections.c | Glenn Strauss | 2017-01-31 | 3 | -139/+93 |
* | [mod_openssl] move openssl config into mod_openssl | Glenn Strauss | 2017-01-31 | 7 | -774/+879 |
* | [mod_openssl] move openssl code into mod_openssl | Glenn Strauss | 2017-01-14 | 15 | -639/+586 |
* | [core] move network_open_file_chunk() to chunk.c | Glenn Strauss | 2017-01-14 | 10 | -60/+48 |
* | [mod_openssl] new module (preliminary layout) | Glenn Strauss | 2017-01-14 | 5 | -0/+265 |
* | [core] new plugin hooks to help isolate SSL | Glenn Strauss | 2017-01-14 | 7 | -12/+26 |
* | [core] con interface for read/write; isolate SSL | Glenn Strauss | 2017-01-14 | 5 | -27/+30 |
* | [mod_mysql_vhost] remove dev debug code | Glenn Strauss | 2017-01-14 | 1 | -24/+2 |
* | remove redundant calls to end-of-request hooks | Glenn Strauss | 2017-01-14 | 6 | -7/+2 |
* | [TLS] mark code that uses -lcrypto but not -lssl | Glenn Strauss | 2017-01-14 | 4 | -15/+31 |
* | [mod_cgi] check cgi fd for num bytes ready to readlighttpd-1.4.45 | Glenn Strauss | 2017-01-13 | 1 | -1/+1 |
* | [TLS] ssl.read-ahead = "disable" for low mem (fixes #2778) | Glenn Strauss | 2017-01-10 | 4 | -3/+12 |
* | [mod_scgi] detect child exit, restart proactively | Glenn Strauss | 2017-01-10 | 1 | -0/+43 |
* | [mod_fastcgi] detect child exit, restart proactively | Glenn Strauss | 2017-01-10 | 1 | -0/+43 |
* | [mod_webdav] fix crash when plugin_ctx cleaned up (fixes #2780) | Glenn Strauss | 2017-01-09 | 1 | -1/+4 |
* | [mod_cgi] skip local-redir handling if to self (fixes #2779, #2108) | Glenn Strauss | 2017-01-09 | 1 | -1/+5 |
* | [TLS] openssl 1.1.0 makes SSL_OP_NO_SSLv2 no-op | Glenn Strauss | 2016-12-23 | 1 | -2/+2 |
* | fix SCons fullstatic build with glibc pthreads | Stefan Bühler | 2016-12-23 | 1 | -2/+10 |
* | [mod_cgi] fall back to pipe() if pipe2() fails | Glenn Strauss | 2016-12-23 | 1 | -12/+12 |
* | [mod_proxy] proxy.replace-http-host enable/disable | Glenn Strauss | 2016-12-22 | 1 | -1/+1 |
* | [mod_evhost] fix an incorrect error trace | Glenn Strauss | 2016-12-19 | 1 | -1/+1 |
* | [build] check for pipe2() at configure time | Glenn Strauss | 2016-12-17 | 2 | -2/+2 |
* | [build] compile fixes for AIX | Glenn Strauss | 2016-12-17 | 3 | -1/+9 |
* | [mod_secdownload] warn if SHA used w/o SSL crypto | Glenn Strauss | 2016-12-17 | 1 | -2/+0 |
* | [mod_proxy] proxy.balance = "sticky" option (fixes #2117) | Glenn Strauss | 2016-12-17 | 1 | -2/+41 |
* | [core] support Transfer-Encoding: chunked req body (fixes #2156) | Glenn Strauss | 2016-12-16 | 9 | -57/+303 |
* | [core] fix segfault when parsing a bad config file | Glenn Strauss | 2016-12-16 | 1 | -1/+1 |
* | [core] consolidate duplicated read-to-close code | Glenn Strauss | 2016-12-13 | 1 | -18/+22 |
* | [mod_ssi] implement, ignore <!--#comment ... --> | Glenn Strauss | 2016-12-11 | 1 | -1/+9 |
* | [mod_ssi] basic recursive SSI include virtual (fixes #536) | Glenn Strauss | 2016-12-11 | 2 | -25/+91 |
* | [mod_proxy] replace HTTP Host sent to backend (fixes #2770) | Glenn Strauss | 2016-12-10 | 1 | -0/+21 |
* | [mod_dirlisting] render dirlisting as HTML (fixes #2767) | Glenn Strauss | 2016-12-10 | 1 | -19/+21 |
* | [core] permit connection-level state in modules | Glenn Strauss | 2016-12-09 | 1 | -16/+10 |
* | [core] defer li_rand_init() until first use | Glenn Strauss | 2016-12-09 | 1 | -1/+18 |
* | [core] remove srv->entropy[] | Glenn Strauss | 2016-12-09 | 4 | -12/+0 |