summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [docs] add !kPSK to the cipher string recommendation as the comments before a...lighttpd-1.4.34Stefan Bühler2014-01-201-2/+2
* [tests] add cleanup.sh to cmake test runs, reset SLOWREQUEST in request.tStefan Bühler2014-01-102-0/+2
* add two asserts to help parfait (#2530)Stefan Bühler2014-01-102-0/+2
* [mod_webdav] fix fd leak found with parfait (fixes #2530, thx kukackajiri)Stefan Bühler2014-01-102-2/+3
* [mod_mysql_vhost] fix memory leak on config init (#2530)Stefan Bühler2014-01-102-21/+27
* [auto* build] remove -no-undefined from linker flags, as we actually link mod...Stefan Bühler2014-01-102-33/+34
* [core] decode URL before rewrite, enabling it to work in $HTTP["url"] conditi...Stefan Bühler2014-01-103-44/+37
* maintain physical.basedir (the "acting" doc-root as prefix of physical.path) ...Stefan Bühler2014-01-105-1/+9
* [ssl] fix regression from CVE-2013-4508 (client-cert sessions were broken)Stefan Bühler2013-11-132-0/+9
* [mod_ssi] fix "ssi_val_init" prototypeStefan Bühler2013-11-131-1/+1
* [core] check success of setuid,setgid,setgroups (CVE-2013-4559)Stefan Bühler2013-11-132-3/+13
* [stat-cache] fix FAM cleanup/fdevent handlingStefan Bühler2013-11-134-41/+32
* [stat-cache] FAM: fix use after free (CVE-2013-4560)Stefan Bühler2013-11-132-0/+2
* fix/silence bugs reported by ccc-analyzer (clang)Stefan Bühler2013-11-1341-65/+78
* NEWS entry for previous commitStefan Bühler2013-11-131-0/+1
* [doc] update ssl.cipher-list recommendationStefan Bühler2013-11-101-6/+14
* [autobuild] create m4/ before calling autoreconfStefan Bühler2013-11-101-0/+7
* fix typo (fixes #2519)Stefan Bühler2013-11-101-1/+1
* add "packdist.sh" script to build (pre-) releasesStefan Bühler2013-11-101-0/+295
* [autobuild] use autoreconf instead of calling tools manually; add generated f...Stefan Bühler2013-11-102-23/+16
* [ssl] fix SNI handling; only use key+cert+verify-client from SNI specific con...Stefan Bühler2013-11-055-50/+191
* remove unused members from struct server_socketStefan Bühler2013-11-052-9/+0
* [mod_extforward] fix compilation without IPv6, (not) using undefined var (fix...Stefan Bühler2013-10-132-1/+1
* [mod_auth] explicitly link ssl for SHA1 (fixes #2517)Stefan Bühler2013-10-132-2/+2
* - next is 1.4.34Stefan Bühler2013-09-274-4/+7
* [tests] use list for perl exec to skip the sh wrapperlighttpd-1.4.33Stefan Bühler2013-09-061-8/+13
* [mod_scgi] fix log typosStefan Bühler2013-09-061-2/+2
* [core] set signal handlers before forking child processes in modules/plugins_...Stefan Bühler2013-08-302-45/+46
* [core] allow files to be used as document-root (fixes #2475)Stefan Bühler2013-08-303-2/+4
* [mod_accesslog] add accesslog.syslog-level option (fixes #2480)Stefan Bühler2013-08-302-1/+9
* [mod_simple_vhost] fix cache; skip module if simple-vhost.server-root is empt...Stefan Bühler2013-08-302-31/+31
* [tests] add mod_simplevhost testsStefan Bühler2013-08-305-22/+98
* [core] check whether server.chroot existsStefan Bühler2013-08-302-0/+13
* [core] remove requirement that default doc-root has to exist, there are reaso...Stefan Bühler2013-08-302-21/+1
* [auth] new method "extern" to use already present REMOTE_USER (from magnet, s...Stefan Bühler2013-08-302-11/+26
* [mod_auth] some cleanup, only search for matching auth.require path onceStefan Bühler2013-08-303-27/+10
* [auth] put REMOTE_USER into cgi environment, making it accessible to lua via ...Stefan Bühler2013-08-3010-35/+27
* [ssl] add option ssl.empty-fragments, defaulting to disabled (fixes #2492)Stefan Bühler2013-08-304-0/+18
* [ssl] accept ssl renegotiations if they are not disabled (fixes #2491)Stefan Bühler2013-08-304-5/+4
* move ssl.disable-client-renegotiation and added note that it currently doesnt...Marcus Rückert2013-08-151-5/+8
* [autoconf] pkg-config: search for lua5.1 and lua-5.1 before luaStefan Bühler2013-07-311-11/+11
* [ssl] Fix $HTTP["scheme"] conditional, could be "http" for ssl connections if...Stefan Bühler2013-07-3114-47/+49
* [mod_accesslog] fix log buffer <-> log file mappingStefan Bühler2013-07-311-22/+17
* [network] use constants available at compile time for maximum number of chunk...Stefan Bühler2013-06-292-19/+15
* [ssl] use DH only if openssl supports it (fixes #2479)Stefan Bühler2013-06-292-1/+12
* [core] recognize more http methods to forward to backends (fixes #2346)Stefan Bühler2013-06-293-37/+78
* [core] return 501 Not Implemented in static file mode for all methods except ...Stefan Bühler2013-06-293-20/+3
* [mod_user] add test cases to check handling of encoded ~ as %7E (#2124)Stefan Bühler2013-06-291-1/+15
* [mod_userdir] add userdir.active option, "enabled" by defaultStefan Bühler2013-06-292-2/+12
* [mod_auth] fix distcheck, depends on openssl now for {SHA} crypted passwordsStefan Bühler2013-06-291-0/+2