This website requires JavaScript.
c3a9948c75
network_server_init: fix double free and memleak on error (fixes #2440 , thx kyprizel)
Stefan Bühler
2012-11-09 14:23:22 +00:00
9b246c5e09
fix :port handling in $HTTP["host"] checks (fixes #2135 . thx liming)
Stefan Bühler
2012-11-07 14:23:00 +00:00
d4d1ff36aa
add PATCH method (fixes #2424 )
Stefan Bühler
2012-11-07 13:53:00 +00:00
fcb3f42f11
configure.ac: remove old stuff, add some new to fix warnings in automake 1.12 (fixes #2419 , thx blino)
Stefan Bühler
2012-11-07 13:07:02 +00:00
d09fdd877f
Handle ENAMETOOLONG, return 404 Not Found (fixes #2396 , thx dererkazo)
Stefan Bühler
2012-11-07 13:07:00 +00:00
db1d977dea
Ignore EPIPE/ECONNRESET after SSL_shutdown (thx patdk-wk for reporting)
Stefan Bühler
2012-11-06 17:14:37 +00:00
6c9d257742
Code cleanup with clang/sparse (fixes #2437 , thx kibi)
Stefan Bühler
2012-08-31 14:11:48 +00:00
6404e3ba09
[lighttpd-angel] Remove unused variable.
Cyril Brulebois
2012-08-31 14:11:46 +00:00
b6757eaae5
[lemon] Use void* as generic pointer instead of char*.
Cyril Brulebois
2012-08-31 14:11:45 +00:00
9c43331382
Use NULL instead of 0 where pointers are expected.
Cyril Brulebois
2012-08-31 14:11:43 +00:00
b6b6eda292
[md5] Fix non-ANSI function definitions.
Cyril Brulebois
2012-08-31 14:11:42 +00:00
0c6a564543
Fix non-ANSI function declarations.
Cyril Brulebois
2012-08-31 14:11:41 +00:00
f4ba2d4f24
Mark some data as static.
Cyril Brulebois
2012-08-31 14:11:39 +00:00
b6b694df3d
- next is 1.4.32
Stefan Bühler
2012-08-31 14:11:37 +00:00
100ed91f2d
Fix --enable-mmap handling in configure.ac
lighttpd-1.4.31
Stefan Bühler
2012-05-31 15:08:36 +00:00
172eeebfaa
[mod_redirect] Support url.redirect-code option (fixes #2247 )
Stefan Bühler
2012-05-30 16:58:34 +00:00
1ee35acc6f
[mod_extforward] Support ipv6 addresses (fixes #1889 )
Stefan Bühler
2012-05-18 13:28:00 +00:00
3a13ab8bf2
Detect multiple -f options: show error message instead of assert (fixes #2416 )
Stefan Bühler
2012-05-18 12:56:30 +00:00
bbaef6ab87
fix typo in debug output
Stefan Bühler
2012-05-18 12:56:28 +00:00
5677f17442
[mod_*cgi,mod_accesslog] Fix splitting :port with ipv6 (fixes #2333 , thx simoncpu)
Stefan Bühler
2012-04-19 13:02:13 +00:00
7187271fb6
[auth] Add "AUTH_TYPE" environment (for *cgi), remove fastcgi specific workaround, add fastcgi test case (fixes #889 )
Stefan Bühler
2012-04-19 13:02:11 +00:00
61047369c7
[mod_auth] Fix digest "md5-sess" implementation (Errata ID 1649, RFC 2617) (fixes #2410 )
Stefan Bühler
2012-04-19 13:02:09 +00:00
ab0fa7d873
Fix access log escaping of " and \\ (fixes #1551 )
Stefan Bühler
2012-04-19 13:02:08 +00:00
01f9debec3
Fix handling of empty header list entries in http_request_split_value, fixing invalid read in valgrind (fixes #2413 )
Stefan Bühler
2012-04-19 13:02:06 +00:00
e697869e34
buffer_caseless_compare: always convert letters to lowercase to get transitive results, fixing array lookups (fixes #2405 )
Stefan Bühler
2012-04-08 08:02:44 +00:00
f4c3a99eea
Disable mmap by default (fixes #2391 )
Stefan Bühler
2012-02-24 18:34:20 +00:00
33f1ec6d28
[mod_compress] fix handling if etags are disabled but cache-dir is set - may lead to double response
Stefan Bühler
2012-01-11 21:59:51 +00:00
35875cd515
[ssl] include more headers explicitly
Stefan Bühler
2011-12-27 13:45:36 +00:00
6f0752da38
list all network handlers in lighttpd -V (fixes #2376 )
Stefan Bühler
2011-12-27 12:14:23 +00:00
79bcfab083
Move fdevent subsystem includes to implementation files to reduce conflicts (fixes #2373 )
Stefan Bühler
2011-12-25 15:35:01 +00:00
d194c09da9
[ssl] fix segfault in counting renegotiations for openssl versions without TLSEXT/SNI
Stefan Bühler
2011-12-23 10:31:57 +00:00
10e5fda664
[doc] add systemd/lighttpd.service to Makefiles, so it ends up in the tarball
Stefan Bühler
2011-12-23 10:31:53 +00:00
beb6709b6c
- next is 1.4.31
Stefan Bühler
2011-12-18 16:35:12 +00:00
13d0440ac5
[doc] add systemd lighttpd.service file
lighttpd-1.4.30
Stefan Bühler
2011-12-18 14:36:35 +00:00
d83b009d54
[doc] fix ssl config exaple for ssl.cipher-list
Stefan Bühler
2011-12-18 12:58:08 +00:00
761bedd7fe
[libev/cgi] fix waitpid ECHILD errors in cgi with libev (fixes #2324 )
Stefan Bühler
2011-12-18 12:58:04 +00:00
7bdb75fb47
[ssl] fix segfault on "ssl.honor-cipher-order" option while parsing the config
Stefan Bühler
2011-12-06 20:03:42 +00:00
d964e49874
[ssl] document new options in config example
Stefan Bühler
2011-12-06 11:26:51 +00:00
38e3e4a65a
[ssl] fix ssl connection aborts if files are larger than the MAX_WRITE_LIMIT (256kb)
Stefan Bühler
2011-12-05 17:08:17 +00:00
456d7f4790
fix compile error when ssl is not enabled
Stefan Bühler
2011-11-30 20:57:54 +00:00
b748fb890d
[core] accept dots in ipv6 addresses in host header (fixes #2359 )
Stefan Bühler
2011-11-30 20:46:49 +00:00
0f96222e7e
[ssl] add option to honor server cipher order, true by default (fixes #2364 )
Stefan Bühler
2011-11-30 19:59:24 +00:00
8c482a496d
remove copy/paste remainings from previous commit
Stefan Bühler
2011-11-30 19:59:20 +00:00
a94bdd07df
[ssl] count renegotiations to prevent client renegotiations
Stefan Bühler
2011-11-30 18:40:08 +00:00
6c9dff7cda
[mod_auth] Fix signedness error in http_auth (fixes #2370 , CVE-2011-4362)
Stefan Bühler
2011-11-29 22:27:11 +00:00
f15ee9becb
Fix mod_status bug: always showed "0/0" in the "Read" column for uploads (fixes #2351 )
Stefan Bühler
2011-10-05 13:39:50 +00:00
3518ab60ed
Don't overwrite 401 (auth required) with 501 (unknown method) (fixes #2341 )
Stefan Bühler
2011-09-05 09:32:43 +00:00
e05f1b3eec
Add static-file.disable-pathinfo option to prevent handling of urls like .../secret.php/image.jpg as static file
Stefan Bühler
2011-08-30 22:13:59 +00:00
cbf1baacc9
[ssl] fix build errors when Elliptic-Curve Diffie-Hellman is disabled
Stefan Bühler
2011-08-22 15:32:55 +00:00
f434d514ad
Limit amount of bytes we send in one go; fixes stalling in one connection and timeouts on slow systems.
Stefan Bühler
2011-08-22 15:12:28 +00:00
59ebf3c818
fix some gcc warnings
Stefan Bühler
2011-07-30 09:20:15 +00:00
90dd8af32b
Always use our 'own' md5 implementation, fixes linking issues on MacOS (fixes #2331 )
Stefan Bühler
2011-07-30 09:16:03 +00:00
34abcf7309
- next is 1.4.30
Stefan Bühler
2011-07-03 16:34:59 +00:00
f0816d8db2
fdevent: add solaris eventports (fixes #2171 )
lighttpd-1.4.29
Stefan Bühler
2011-06-13 17:34:57 +00:00
960d34c7ea
[doc] Move docs to outdated/ subdir and refer to wiki instead (fixes #2248 )
Stefan Bühler
2011-06-13 12:55:54 +00:00
adc97e5ba3
[*cgi] Use physical base dir (alias, userdir) as DOCUMENT_ROOT in cgi environments (fixes #2216 )
Stefan Bühler
2011-06-13 12:22:02 +00:00
8cdf9cc767
[proc,include_shell] log error if exec shell fails (fixes #2280 )
Stefan Bühler
2011-06-12 15:44:26 +00:00
c66d21bc2b
[md5] fix md5 includes if openssl is not available (#2269 )
Stefan Bühler
2011-04-24 16:14:54 +00:00
55e1dc1825
[ssl/build] some minor fixes; fix compile without ssl, cleanup ssl config buffers
Stefan Bühler
2011-04-24 16:02:55 +00:00
328043caf3
[ssl/md5] prefix our own md5 implementation with li_ so it doesn't conflict with the openssl one (fixes #2269 )
Stefan Bühler
2011-04-24 16:02:52 +00:00
bf0d57d505
two additional test cases for absolute http(s) uris in the request line
Stefan Bühler
2011-04-04 22:39:48 +00:00
f610f894a3
ssl: Support for Diffie-Hellman and Elliptic-Curve Diffie-Hellman key exchange (fixes #2301 , #2246 , #2239 )
Stefan Bühler
2011-03-13 18:00:09 +00:00
562a6ba83b
[build] Fix detection of libev (fixes #2300 )
Stefan Bühler
2011-03-13 17:44:42 +00:00
33e30b486a
mod_cgi: make read buffer as big as incoming data block
Stefan Bühler
2011-03-13 17:44:39 +00:00
1eef447d32
[tests] Add path traversal check with $HTTP['url']
Stefan Bühler
2011-02-10 07:56:11 +00:00
abf07f3a02
[mod_proxy]: fix delayed connect
Stefan Bühler
2010-12-16 15:04:41 +00:00
955fd0d08f
[mod_fastcgi]: remove unused var "last_used"
Stefan Bühler
2010-12-10 17:38:50 +00:00
cf719ec5b8
Silence annoying "connection closed: poll() -> ERR" error.log message (fixes #2257 )
Stefan Bühler
2010-09-17 16:43:11 +00:00
74ce062f56
Fix mod_proxy waiting for response even if content-length is 0 (fixes #2259 )
Stefan Bühler
2010-09-17 16:43:07 +00:00
8d769fd0e2
- next is 1.4.29
Stefan Bühler
2010-08-22 15:37:46 +00:00
42ad681f66
Add ticket number in NEWS for segfault fix
lighttpd-1.4.28
Stefan Bühler
2010-08-22 11:44:49 +00:00
2b6f7069bc
Fix buffer.h to include stdio.h as it is needer for SEGFAULT() (fixes #2250 )
Stefan Bühler
2010-08-22 11:35:12 +00:00
7e5b0fe9ab
Rename fdevent_event_add to _set to reflect what the function does. Fix some handlers.
Stefan Bühler
2010-08-17 09:54:42 +00:00
00fef415a5
Silence freebsd_kqueue delete errors
Stefan Bühler
2010-08-14 12:08:33 +00:00
1c796b2d15
- next is 1.4.28
Stefan Bühler
2010-08-13 11:12:28 +00:00
6e724c0573
Only print a warning for now if you try to load a module twice
lighttpd-1.4.27
Stefan Bühler
2010-08-11 21:10:15 +00:00
e4a1ba2e32
Revert "autotools: don't recreate parser files with lemon after lemon rebuild" (#2238 )
Stefan Bühler
2010-08-11 21:10:11 +00:00
b0126de9f1
[configure.ac] Move PKG_CONFIG path search up
Stefan Bühler
2010-08-11 21:10:07 +00:00
e23e999089
bind to IPV6-only if ipv6 address was specified (http://redmine.lighttpd.net/projects/lighttpd/wiki/IPv6-Config )
Stefan Bühler
2010-08-07 13:16:16 +00:00
b7cc84abc8
don't overwrite global server.force-lowercase-filenames setting (fixes #2042 )
Stefan Bühler
2010-08-07 11:56:09 +00:00
00265fbdb3
mod_proxy: return response as soon as it is available (fixes #2196 )
Stefan Bühler
2010-08-07 11:41:27 +00:00
743230643e
report libev handler in feature list/mod_status
Stefan Bühler
2010-08-07 11:03:30 +00:00
f8eb52ebda
add libev fdevent handler: server.event-handler = "libev"
Stefan Bühler
2010-08-07 10:46:34 +00:00
4ae13c32b1
only require FDEVENT_IN bit to be set for listening connections (fixes #2227 )
Stefan Bühler
2010-08-06 21:57:19 +00:00
38f2d1ddd7
cleanup fdevent code, removed linux-rtsig handler, replaced some fprintf calls
Stefan Bühler
2010-08-06 21:57:15 +00:00
614bb7538d
Add check to stop loading plugins twice
Stefan Bühler
2010-08-05 22:55:18 +00:00
12f375f3b1
array.c: improve array_get_unused_element to check data type; fix mem leak if unused_element didn't find a matching entry (fixes #2145 )
Stefan Bühler
2010-08-05 21:08:23 +00:00
cf5fcf953d
openssl: silence annoying error messages for errno==0 (fixes #2213 )
Stefan Bühler
2010-08-05 20:42:18 +00:00
7b7dd1b986
autotools: don't recreate parser files with lemon after lemon rebuild
Stefan Bühler
2010-08-05 19:53:52 +00:00
572f738f29
mod_accesslog: optimize accesslog_append_escaped (fixes #2236 , thx crypt)
Stefan Bühler
2010-08-05 19:53:49 +00:00
f8ef22c019
Add some more people to AUTHORS list
Stefan Bühler
2010-08-05 19:22:29 +00:00
f65467386f
mod_status: Add version to status page (fixes #2219 )
Stefan Bühler
2010-07-11 17:18:59 +00:00
cece2fe3c6
mod_accesslog: Fix var declarations mixed in source (fixes #2233 )
Stefan Bühler
2010-07-11 17:18:54 +00:00
ac087bd9c7
- a bit more cleanup in the docs dir - move scripts and init scripts into subdirs - remove unused lighttpd.user
Marcus Rückert
2010-07-07 12:56:48 +00:00
b75fa3c990
- add new directories
Marcus Rückert
2010-07-07 12:52:30 +00:00
06721fcb35
- register makefiles in configure
Marcus Rückert
2010-07-07 12:48:07 +00:00
9b2f794c2c
- fix makefiles for the new files
Marcus Rückert
2010-07-07 12:28:35 +00:00
433c2a0c0d
- replace old default config with my config from opensuse. #2203
Marcus Rückert
2010-07-07 11:29:31 +00:00
73e0bb2715
mod_cgi: fix race condition leaving response not forwarded to client (fixes #2217 )
Stefan Bühler
2010-07-04 10:37:34 +00:00
165de1331b
mod_staticfile: add debug output if we ignore a file with static-file.exclude-extensions (fixes #2215 )
Stefan Bühler
2010-07-04 08:43:37 +00:00