summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [mod_deflate] ignore '*' in deflate.mimetypesGlenn Strauss2016-10-161-0/+11
* [autobuild] remove mod_authn_gssapi dep on resolvGlenn Strauss2016-10-164-4/+2
* add random() to list of rand() fallbackslighttpd-1.4.42Glenn Strauss2016-10-162-4/+14
* quiet coverity warningGlenn Strauss2016-10-161-1/+1
* build w/o compiler warnings if no zlib or bz2libGlenn Strauss2016-10-162-0/+14
* silence warnings from clang ccc-analyzerGlenn Strauss2016-10-164-4/+4
* ignore return value from fcntl() FD_CLOEXECGlenn Strauss2016-10-152-2/+2
* [mod_cgi] fix pipe_cloexec() when no O_CLOEXECGlenn Strauss2016-10-151-1/+6
* [core] rand.[ch] to use better RNGs when availableGlenn Strauss2016-10-159-20/+223
* [TLS] set SSL_PROTOCOL, SSL_CIPHER* (fixes #2511)Glenn Strauss2016-10-114-0/+42
* [TLS] set SSL_CLIENT_VERIFY w/ client cert (#1288, #2693)Glenn Strauss2016-10-111-6/+21
* [TLS] set SSL_CLIENT_M_SERIAL w/ client cert SN (fixes #2268)Glenn Strauss2016-10-111-0/+11
* [TLS] replace env entries in https_add_ssl_entriesGlenn Strauss2016-10-101-29/+17
* consistent, shared code to create CGI envGlenn Strauss2016-10-106-754/+314
* silence warnings from clang ccc-analyzerGlenn Strauss2016-10-094-5/+5
* [core] restrict where config "else" clauses occur (#1268)Glenn Strauss2016-10-091-9/+78
* [core] optional condition in config "else" clause (fixes #1268)Glenn Strauss2016-10-094-5/+38
* [core] server.max-request-field-size (fixes #2130)Glenn Strauss2016-10-064-6/+12
* [core] make server.max-request-size scopeable (#1901)Glenn Strauss2016-10-051-1/+1
* [mod_mysql_vhost] support multiple '?' replacement (fixes #2163)Glenn Strauss2016-10-051-49/+25
* quiet coverity warningGlenn Strauss2016-10-041-1/+1
* [mod_auth] fix printing of IP in error traceGlenn Strauss2016-10-042-4/+4
* DragonFlyBSD defines __DragonFly__ (#2746)Glenn Strauss2016-10-041-1/+1
* [cmake] build mod_authn_gssapi if WITH_KRB5Glenn Strauss2016-10-041-2/+3
* [mod_auth] permit specifying ldap DN; skip search (fixes #1248)Glenn Strauss2016-10-041-21/+36
* [mod_auth] ldap filter subst user for multiple '$' (fixes #1508)Glenn Strauss2016-09-281-23/+13
* [mod_auth] HTTP Basic auth backends also do authz (#1817)Glenn Strauss2016-09-286-33/+38
* [mod_auth] refactor LDAP code into smaller funcsGlenn Strauss2016-09-281-158/+204
* [mod_scgi] add uwsgi protocol supportGlenn Strauss2016-09-253-11/+165
* performance: use Linux extended syscalls and flagsGlenn Strauss2016-09-2412-43/+129
* fix errors detected by Coverity ScanGlenn Strauss2016-09-237-10/+13
* remove excess initializers (fix compiler warnings)Glenn Strauss2016-09-232-2/+2
* [CMake] fix clang -Wcast-align warnings in lemon.cGlenn Strauss2016-09-232-15/+7
* silence warnings from clang ccc-analyzerGlenn Strauss2016-09-231-15/+36
* [mod_auth] mod_authn_gssapi Kerberos auth backend (fixes #1899)Glenn Strauss2016-09-225-2/+828
* [mod_auth] structured data, register auth schemesGlenn Strauss2016-09-223-551/+552
* remove unused array type TYPE_COUNT data_countGlenn Strauss2016-09-227-96/+4
* [mod_deflate] fix longjmp clobber compiler warningGlenn Strauss2016-09-221-1/+3
* remove unused sys-mmap.h from stat_cache.cGlenn Strauss2016-09-221-11/+0
* [autobuild] test_configfile might need vector.c (fixes #2752)Glenn Strauss2016-09-221-1/+1
* backport mod_deflate to lighttpd 1.4 (fixes #1824, fixes #2753)Glenn Strauss2016-09-227-0/+1228
* [mod_fastcgi] allow authorizer, responder for same path/ext (#321)Glenn Strauss2016-09-191-52/+101
* dynamic handlers store debug flag in handler_ctxGlenn Strauss2016-09-193-34/+29
* [mod_fastcgi] Authorizer support with Responder (fixes #321, fixes #322)Glenn Strauss2016-09-191-74/+134
* [mod_geoip] add to default build (fixes #2705, fixes #2101, fixes #2092, fixe...Glenn Strauss2016-09-134-0/+443
* [mod_uploadprogress] add to default buildGlenn Strauss2016-09-124-4/+9
* [mod_cgi] permit CGI exec of unreadable files (fixes #2374)Glenn Strauss2016-09-111-3/+13
* [mod_auth] mod_authn_mysql.c MySQL auth backend (fixes #752, fixes #1845)Glenn Strauss2016-09-115-0/+577
* [mod_auth] remove empty mod_auth.hGlenn Strauss2016-09-092-1/+1
* [mod_auth] http_auth_md5_hex2bin()Glenn Strauss2016-09-093-7/+36