summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [mod_csrf] module to aid against csrf attackspersonal/stbuehler/mod-csrf-oldStefan Bühler2016-09-237-0/+656
* [CMake] fix clang -Wcast-align warnings in lemon.cGlenn Strauss2016-09-232-15/+7
* [SCons] define with_geoip for SCons buildGlenn Strauss2016-09-231-1/+7
* [SCons] fix syntax error in SConstructGlenn Strauss2016-09-231-1/+1
* [SCons] define with_krb5 for SCons buildGlenn Strauss2016-09-231-0/+1
* [autobuild] skip two new tests if no fcgi-authGlenn Strauss2016-09-231-1/+1
* silence warnings from clang ccc-analyzerGlenn Strauss2016-09-231-15/+36
* [mod_auth] mod_authn_gssapi Kerberos auth backend (fixes #1899)Glenn Strauss2016-09-227-9/+879
* [mod_auth] structured data, register auth schemesGlenn Strauss2016-09-224-557/+558
* 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-228-1/+1229
* [mod_fastcgi] allow authorizer, responder for same path/ext (#321)Glenn Strauss2016-09-192-56/+103
* dynamic handlers store debug flag in handler_ctxGlenn Strauss2016-09-193-34/+29
* [tests] test coverage for issues (#321, #322)Christoph Kreutzer2016-09-194-14/+39
* [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-136-0/+616
* [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
* fix mis-cast in unused codeGlenn Strauss2016-08-251-1/+1
* [core] fix crash if ready events on abandoned fd (fixes #2748)Glenn Strauss2016-08-247-22/+56
* [mod_auth] terminate salt for CRYPT-MD5-NTLMGlenn Strauss2016-08-211-0/+1
* [mod_auth] support CRYPT-MD5-NTLM algorithm (fixes #1743)Glenn Strauss2016-08-211-6/+63
* [mod_auth] include base.h for USE_OPENSSL defGlenn Strauss2016-08-201-0/+2
* [core] better DragonFlyBSD support (fixes #2746)Glenn Strauss2016-08-205-8/+10
* [mod_auth] extensible interface for auth backendsGlenn Strauss2016-08-209-1518/+1851
|\
| * [mod_auth] extensible interface for auth backendsGlenn Strauss2016-08-209-1062/+1397
| * [mod_auth] refactor out auth backend codeGlenn Strauss2016-08-183-321/+329
| * [mod_auth] refactor out auth backend codeGlenn Strauss2016-08-183-489/+491
| * [mod_auth] refactor out auth backend codeGlenn Strauss2016-08-141-116/+104
|/
* [mod_auth] Digest auth fails after rewrite (fixes #2745)Glenn Strauss2016-08-131-5/+9
* [mod_dirlisting] js column sort for dirlist table (fixes #613, fixes #2315)Glenn Strauss2016-08-111-1/+202
* [mod_dirlisting] dirlist does not handle POSTGlenn Strauss2016-08-101-2/+1
* [core] proxy,scgi omit shutdown() to backend (fixes #2743)Glenn Strauss2016-08-072-28/+0
* [core] do not enter handler twice after read bodyGlenn Strauss2016-08-071-0/+3
* [core] enforce wait for POLLWR after EINPROGRESS (fixes #2744)Glenn Strauss2016-08-073-3/+6
* [core] check if client half-closed TCP if POLLHUP (#2743)Glenn Strauss2016-08-064-37/+57
* [mod_proxy,mod_scgi] shutdown remote only if local (#2743)Glenn Strauss2016-08-062-2/+28
* [TLS] SSL_shutdown() only if handshake finishedGlenn Strauss2016-08-021-1/+1
* - next is 1.4.42Glenn Strauss2016-07-314-4/+6
* [doc] NEWSlighttpd-1.4.41Glenn Strauss2016-07-311-0/+27
* [cmake] set cmake_minimum_required to 2.8.2Glenn Strauss2016-07-311-1/+1
* [cmake] enable warnings for GCC and ClangStefan Bühler2016-07-301-4/+8
* [cmake] always define _GNU_SOURCEStefan Bühler2016-07-302-1/+4
* [security] encode quoting chars in HTML and XMLGlenn Strauss2016-07-301-4/+4