summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - added CVE for the mod_userdir buglighttpd-1.4.19Marcus Rückert2008-03-101-1/+1
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2125 152afb58-edef-0310-8abb-c4023f1b3aa9
* fixed handling of waitpid() == EINTR mod_ssi on solarisJan Kneschke2008-03-102-32/+40
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2124 152afb58-edef-0310-8abb-c4023f1b3aa9
* make configure checks for --with-pcre, --with-zlib and --with-bzip2 failing ↵Jan Kneschke2008-03-102-6/+26
| | | | | | if the headers aren't found git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2123 152afb58-edef-0310-8abb-c4023f1b3aa9
* added support to run dtruss as TRACEMEJan Kneschke2008-03-101-0/+2
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2122 152afb58-edef-0310-8abb-c4023f1b3aa9
* - added cve numbers for DOS and mod_cgi bugMarcus Rückert2008-03-101-2/+2
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2121 152afb58-edef-0310-8abb-c4023f1b3aa9
* workaround #1587: require userdir.path to be set to enable mod_userdir ↵Stefan Bühler2008-03-102-0/+6
| | | | | | (empty string allowed) git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2120 152afb58-edef-0310-8abb-c4023f1b3aa9
* - verbose FCGI header too small errorElan Ruusamäe2008-03-071-1/+1
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2119 152afb58-edef-0310-8abb-c4023f1b3aa9
* Fix symlink.t check to run with builddir != srcdirStefan Bühler2008-03-021-2/+2
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2115 152afb58-edef-0310-8abb-c4023f1b3aa9
* Add option to configure verbosity of check in commandline: "VERBOSE=1 make ↵Stefan Bühler2008-03-021-1/+1
| | | | | | check" git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2114 152afb58-edef-0310-8abb-c4023f1b3aa9
* Fix previous mergeStefan Bühler2008-03-022-1/+3
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2113 152afb58-edef-0310-8abb-c4023f1b3aa9
* merged part of [1528] from trunk: added the new options and added ↵mOo2008-03-024-12/+26
| | | | | | alternative names for user-agent, remote-ip and query-string git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2112 152afb58-edef-0310-8abb-c4023f1b3aa9
* fix sending "408 - Timeout" instead of "410 - Gone" for timedout urls in ↵Stefan Bühler2008-03-013-3/+5
| | | | | | mod_secdownload (#1440) git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2111 152afb58-edef-0310-8abb-c4023f1b3aa9
* fix min-procs handling in mod_scgi.c, just set to max-procs (patch from #623)Stefan Bühler2008-02-282-0/+4
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2109 152afb58-edef-0310-8abb-c4023f1b3aa9
* r2136@chromobil: stefan | 2008-02-28 22:18:14 +0100Stefan Bühler2008-02-282-0/+2
| | | | | | | Fix sending source of cgi script instead of 500 error if fork fails git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2107 152afb58-edef-0310-8abb-c4023f1b3aa9
* Fix #1575: spawn-fcgi: only try to connect to unix socket (not tcp) before ↵Stefan Bühler2008-02-282-109/+112
| | | | | | | | | | | spawning - we do not need to check for a tcp socket this way as bind will fail if the socket is in use; this does not apply to unix sockets as they are not bound to a filename but to the file, which we delete before spawning. git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2106 152afb58-edef-0310-8abb-c4023f1b3aa9
* allow content for Status 300Jan Kneschke2008-02-271-0/+1
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2105 152afb58-edef-0310-8abb-c4023f1b3aa9
* fixed missing initializationJan Kneschke2008-02-271-1/+1
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2104 152afb58-edef-0310-8abb-c4023f1b3aa9
* don't suppress the content of a status 300 Jan Kneschke2008-02-271-0/+1
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2103 152afb58-edef-0310-8abb-c4023f1b3aa9
* fixed warning about incompatible assignmentJan Kneschke2008-02-271-0/+1
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2102 152afb58-edef-0310-8abb-c4023f1b3aa9
* Fix #1150: remove compress cache file if compression or write failedStefan Bühler2008-02-272-10/+29
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2101 152afb58-edef-0310-8abb-c4023f1b3aa9
* r2124@chromobil: stefan | 2008-02-27 19:34:57 +0100Stefan Bühler2008-02-271-1/+1
| | | | | | | test procedure: increased select timeout after killing lighttpd to avoid "Address already in use". git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2100 152afb58-edef-0310-8abb-c4023f1b3aa9
* r2123@chromobil: stefan | 2008-02-27 19:30:54 +0100Stefan Bühler2008-02-273-4/+14
| | | | | | | do not generate a "Content-Length: 0" header for HEAD requests, added test too git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2099 152afb58-edef-0310-8abb-c4023f1b3aa9
* Fix Content-Length header if response body gets removed in connections.c ↵Stefan Bühler2008-02-272-1/+11
| | | | | | | | | | (#1412, part 2) - do not touch if it is a HEAD request (but set file_finished) - body gets removed for req method OPTION and some status codes git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2098 152afb58-edef-0310-8abb-c4023f1b3aa9
* Fix #1412: do not suppress content for "307 Temporary Redirect"Stefan Bühler2008-02-272-0/+2
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2097 152afb58-edef-0310-8abb-c4023f1b3aa9
* Updating NEWS fileStefan Bühler2008-02-271-1/+16
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2096 152afb58-edef-0310-8abb-c4023f1b3aa9
* Fix the fix #1324/[2086]: if no module handled a request, treat method ↵Stefan Bühler2008-02-261-2/+8
| | | | | | OPTION as 200, all others as 403. git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2095 152afb58-edef-0310-8abb-c4023f1b3aa9
* Fix mod-proxy.t to run outside of the srcdirStefan Bühler2008-02-261-2/+2
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2094 152afb58-edef-0310-8abb-c4023f1b3aa9
* r2098@chromobil: stefan | 2008-02-26 17:12:51 +0100Stefan Bühler2008-02-261-5/+16
| | | | | | | Fix #1574: Check for symlinks after successful pathinfo matching. git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2093 152afb58-edef-0310-8abb-c4023f1b3aa9
* r2097@chromobil: stefan | 2008-02-26 17:12:30 +0100Stefan Bühler2008-02-261-1/+1
| | | | | | | Fix #516: RoundRobin in mod_proxy git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2092 152afb58-edef-0310-8abb-c4023f1b3aa9
* r2096@chromobil: stefan | 2008-02-26 17:12:09 +0100Stefan Bühler2008-02-261-2/+3
| | | | | | | Enhancement #1544: Log the ip of failed auth tries in error.log git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2091 152afb58-edef-0310-8abb-c4023f1b3aa9
* r2095@chromobil: stefan | 2008-02-26 17:11:21 +0100Stefan Bühler2008-02-261-1/+3
| | | | | | | Fix #1449: Do not add Accept-Ranges header if range-request is disabled git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2090 152afb58-edef-0310-8abb-c4023f1b3aa9
* r2094@chromobil: stefan | 2008-02-26 17:10:49 +0100Stefan Bühler2008-02-261-0/+9
| | | | | | | Fix #1413: including of stdint.h/inttypes.h in etag.c git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2089 152afb58-edef-0310-8abb-c4023f1b3aa9
* r2093@chromobil: stefan | 2008-02-26 17:10:03 +0100Stefan Bühler2008-02-261-6/+6
| | | | | | | Fix #1349: building outside of the src dir git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2088 152afb58-edef-0310-8abb-c4023f1b3aa9
* r2092@chromobil: stefan | 2008-02-26 17:08:48 +0100Stefan Bühler2008-02-261-1/+2
| | | | | | | Fix #1347: memory leak on windows git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2087 152afb58-edef-0310-8abb-c4023f1b3aa9
* r2091@chromobil: stefan | 2008-02-26 17:06:03 +0100Stefan Bühler2008-02-261-1/+1
| | | | | | | | | Fix #1324: req-method OPTIONS: do not insert default response if request was denied - Request is handled as denied if status != 0 && status != 200 git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2086 152afb58-edef-0310-8abb-c4023f1b3aa9
* r2090@chromobil: stefan | 2008-02-26 17:04:14 +0100Stefan Bühler2008-02-261-0/+8
| | | | | | | Fix #1171: Generate a etag/last-modified header for on-the-fly-compressed files. (as 1.5 already does) git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2085 152afb58-edef-0310-8abb-c4023f1b3aa9
* r2089@chromobil: stefan | 2008-02-26 17:02:46 +0100Stefan Bühler2008-02-261-25/+0
| | | | | | | | | Fix #285: Remove workaround for buggy Opera version with ssl/chunked encoding. - The workaround may lead to a realloc, but the memory address for a repeated SSL_write must not change. git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2084 152afb58-edef-0310-8abb-c4023f1b3aa9
* r2088@chromobil: stefan | 2008-02-26 17:02:27 +0100Stefan Bühler2008-02-261-0/+2
| | | | | | | Fix #1565: mod_compress should check if the request is already handled, e.g. by fastcgi git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2083 152afb58-edef-0310-8abb-c4023f1b3aa9
* r2087@chromobil: stefan | 2008-02-26 17:01:12 +0100Stefan Bühler2008-02-262-4/+1
| | | | | | | | | | | | | | | Fix #1562 and try re-fixing #372: out of range access in fd array - Bug is in original #372 fix [853] - The re-fix for #372 is not tested: the problem is that Solaris doesn't want to poll for maxfds (ulimit) events, as at least one filedescriptor is used for the poll device. So the solution is to just ask for one event less; the number of events actually available is returned by the poll syscall, so it should work. git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2082 152afb58-edef-0310-8abb-c4023f1b3aa9
* r2086@chromobil: stefan | 2008-02-26 16:15:28 +0100Stefan Bühler2008-02-261-19/+51
| | | | | | | Fix #1027: create directories in mod_compress (was broken with alias/userdir) git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2081 152afb58-edef-0310-8abb-c4023f1b3aa9
* r2085@chromobil: stefan | 2008-02-26 16:14:50 +0100Stefan Bühler2008-02-262-8/+6
| | | | | | | Fix #1164: Reset conditional cache git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2080 152afb58-edef-0310-8abb-c4023f1b3aa9
* fixed #1571: Crash when trying to add single item to list in config filemOo2008-02-251-18/+20
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2079 152afb58-edef-0310-8abb-c4023f1b3aa9
* fix tests build for scons that has no config.hmOo2008-02-252-0/+4
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2078 152afb58-edef-0310-8abb-c4023f1b3aa9
* fixed handling of EAGAIN in linux-sendfile (fixes #657)Jan Kneschke2008-02-102-3/+3
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2072 152afb58-edef-0310-8abb-c4023f1b3aa9
* handle ECONNRESET in the openssl backendJan Kneschke2008-01-282-0/+3
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2066 152afb58-edef-0310-8abb-c4023f1b3aa9
* don't report the "cgi died ?" in case we killed the dangling CGI processJan Kneschke2008-01-281-1/+7
| | | | | | | with SIGTERM git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2065 152afb58-edef-0310-8abb-c4023f1b3aa9
* handle ECONNRESET as write-error()Jan Kneschke2008-01-271-0/+1
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2063 152afb58-edef-0310-8abb-c4023f1b3aa9
* - support chained proxies in mod_extforward (#1528)Elan Ruusamäe2008-01-215-49/+78
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2061 152afb58-edef-0310-8abb-c4023f1b3aa9
* - support letterhomes in mod_userdir (#1473)Elan Ruusamäe2008-01-182-0/+12
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2058 152afb58-edef-0310-8abb-c4023f1b3aa9
* - cosmeticElan Ruusamäe2008-01-181-2/+2
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2054 152afb58-edef-0310-8abb-c4023f1b3aa9