You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lighttpd1.4/src
Stefan Bühler 084df7e99a [ssl] disable SSL3.0 by default
From: Stefan Bühler <stbuehler@web.de>

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2969 152afb58-edef-0310-8abb-c4023f1b3aa9
9 years ago
..
CMakeLists.txt [build] use fortify flags with "extra-warnings" 9 years ago
Makefile.am [auto* build] remove -no-undefined from linker flags, as we actually link modules with undefined symbols (fixes #2533) 10 years ago
SConscript Always use our 'own' md5 implementation, fixes linking issues on MacOS (fixes #2331) 12 years ago
array.c add force_assert() to enforce assertions as simple assert()s are disabled by -DNDEBUG (fixes #2546) 9 years ago
array.h Fix header inclusion order, always include "config.h" before any system header 14 years ago
base.h [stat-cache] fix FAM cleanup/fdevent handling 10 years ago
bitset.c add force_assert() to enforce assertions as simple assert()s are disabled by -DNDEBUG (fixes #2546) 9 years ago
bitset.h moved everything below trunk/ and added branches/ and tags/ 19 years ago
buffer.c add force_assert() to enforce assertions as simple assert()s are disabled by -DNDEBUG (fixes #2546) 9 years ago
buffer.h add force_assert() to enforce assertions as simple assert()s are disabled by -DNDEBUG (fixes #2546) 9 years ago
chunk.c Append to previous buffer in con read (fixes #2147, found by liming, CVE-2010-0295) 14 years ago
chunk.h Include mmap.h from chunk.h to fix some problems with #define mmap mmap64 (fixes #1923) 14 years ago
config.h.cmake add libev fdevent handler: server.event-handler = "libev" 13 years ago
configfile-glue.c fix bad shift in conditional netmask ".../0" handling 9 years ago
configfile.c [ssl] disable SSL3.0 by default 9 years ago
configfile.h fixed aggressive caching of conditionals (#41) 16 years ago
configparser.y add force_assert() to enforce assertions as simple assert()s are disabled by -DNDEBUG (fixes #2546) 9 years ago
connections-glue.c Fix some problems with more strict compilers (#1923) 14 years ago
connections.c force assertion: setting FD_CLOEXEC must work (if available) 9 years ago
connections.h moved everything below trunk/ and added branches/ and tags/ 19 years ago
crc32.c fixed crc32c on 64bit platforms (fixes crc errors) 18 years ago
crc32.h Fix header inclusion order, always include "config.h" before any system header 14 years ago
data_array.c Fix header inclusion order, always include "config.h" before any system header 14 years ago
data_config.c Fix header inclusion order, always include "config.h" before any system header 14 years ago
data_count.c Fix header inclusion order, always include "config.h" before any system header 14 years ago
data_fastcgi.c Fix header inclusion order, always include "config.h" before any system header 14 years ago
data_integer.c Fix header inclusion order, always include "config.h" before any system header 14 years ago
data_string.c add force_assert() to enforce assertions as simple assert()s are disabled by -DNDEBUG (fixes #2546) 9 years ago
etag.c Fix etag formatting 13 years ago
etag.h Fix header inclusion order, always include "config.h" before any system header 14 years ago
fastcgi.h - white space cleanup part 2 this time 1.4 ;) 17 years ago
fdevent.c force assertion: setting FD_CLOEXEC must work (if available) 9 years ago
fdevent.h force assertion: setting FD_CLOEXEC must work (if available) 9 years ago
fdevent_freebsd_kqueue.c Move fdevent subsystem includes to implementation files to reduce conflicts (fixes #2373) 12 years ago
fdevent_libev.c add force_assert() to enforce assertions as simple assert()s are disabled by -DNDEBUG (fixes #2546) 9 years ago
fdevent_linux_sysepoll.c force assertion: setting FD_CLOEXEC must work (if available) 9 years ago
fdevent_poll.c Move fdevent subsystem includes to implementation files to reduce conflicts (fixes #2373) 12 years ago
fdevent_select.c add force_assert() to enforce assertions as simple assert()s are disabled by -DNDEBUG (fixes #2546) 9 years ago
fdevent_solaris_devpoll.c force assertion: setting FD_CLOEXEC must work (if available) 9 years ago
fdevent_solaris_port.c fdevent: add solaris eventports (fixes #2171) 12 years ago
http-header-glue.c [ssl] Fix $HTTP["scheme"] conditional, could be "http" for ssl connections if the ssl $SERVER["socket"] conditional was nested (fixes #2501) 10 years ago
http_auth.c fix/silence bugs reported by ccc-analyzer (clang) 10 years ago
http_auth.h [mod_auth] some cleanup, only search for matching auth.require path once 10 years ago
http_chunk.c Fix header inclusion order, always include "config.h" before any system header 14 years ago
http_chunk.h moved everything below trunk/ and added branches/ and tags/ 19 years ago
inet_ntop_cache.c Fix header inclusion order, always include "config.h" before any system header 14 years ago
inet_ntop_cache.h moved everything below trunk/ and added branches/ and tags/ 19 years ago
joblist.c Fix header inclusion order, always include "config.h" before any system header 14 years ago
joblist.h moved everything below trunk/ and added branches/ and tags/ 19 years ago
keyvalue.c [core] recognize more http methods to forward to backends (fixes #2346) 10 years ago
keyvalue.h [core] recognize more http methods to forward to backends (fixes #2346) 10 years ago
lemon.c fix/silence bugs reported by ccc-analyzer (clang) 10 years ago
lempar.c Use NULL instead of 0 where pointers are expected. 11 years ago
lighttpd-angel.c [lighttpd-angel] Remove unused variable. 11 years ago
log.c add some asserts to help static analyzers 9 years ago
log.h add force_assert() to enforce assertions as simple assert()s are disabled by -DNDEBUG (fixes #2546) 9 years ago
md5.c [md5] Fix non-ANSI function definitions. 11 years ago
md5.h [ssl/md5] prefix our own md5 implementation with li_ so it doesn't conflict with the openssl one (fixes #2269) 12 years ago
mod_access.c fix/silence bugs reported by ccc-analyzer (clang) 10 years ago
mod_accesslog.c add some asserts to help static analyzers 9 years ago
mod_alias.c fix/silence bugs reported by ccc-analyzer (clang) 10 years ago
mod_auth.c fix/silence bugs reported by ccc-analyzer (clang) 10 years ago
mod_auth.h moved everything below trunk/ and added branches/ and tags/ 19 years ago
mod_cgi.c add force_assert() to enforce assertions as simple assert()s are disabled by -DNDEBUG (fixes #2546) 9 years ago
mod_cml.c fix/silence bugs reported by ccc-analyzer (clang) 10 years ago
mod_cml.h - white space cleanup part 2 this time 1.4 ;) 17 years ago
mod_cml_funcs.c Always use our 'own' md5 implementation, fixes linking issues on MacOS (fixes #2331) 12 years ago
mod_cml_funcs.h Fix header inclusion order, always include "config.h" before any system header 14 years ago
mod_cml_lua.c fix unchecked return values from stream_open/stat_cache_get_entry 9 years ago
mod_compress.c add force_assert() to enforce assertions as simple assert()s are disabled by -DNDEBUG (fixes #2546) 9 years ago
mod_dirlisting.c [mod_dirlisting,mod_redirect,mod_rewrite] abort config parsing if pcre-compile fails or isn't available 9 years ago
mod_evasive.c fix/silence bugs reported by ccc-analyzer (clang) 10 years ago
mod_evhost.c fix/silence bugs reported by ccc-analyzer (clang) 10 years ago
mod_expire.c fix unchecked return values from stream_open/stat_cache_get_entry 9 years ago
mod_extforward.c add force_assert() to enforce assertions as simple assert()s are disabled by -DNDEBUG (fixes #2546) 9 years ago
mod_fastcgi.c check length of unix domain socket filenames 9 years ago
mod_flv_streaming.c fix/silence bugs reported by ccc-analyzer (clang) 10 years ago
mod_indexfile.c fix/silence bugs reported by ccc-analyzer (clang) 10 years ago
mod_magnet.c fix r2943 (added invalid read after free) 9 years ago
mod_magnet_cache.c add force_assert() to enforce assertions as simple assert()s are disabled by -DNDEBUG (fixes #2546) 9 years ago
mod_magnet_cache.h lua_State has to be put into the #ifdef too 17 years ago
mod_mysql_vhost.c fix SQL injection / host name validation (thx Jann Horn) 9 years ago
mod_proxy.c add force_assert() to enforce assertions as simple assert()s are disabled by -DNDEBUG (fixes #2546) 9 years ago
mod_redirect.c [mod_dirlisting,mod_redirect,mod_rewrite] abort config parsing if pcre-compile fails or isn't available 9 years ago
mod_rewrite.c [mod_dirlisting,mod_redirect,mod_rewrite] abort config parsing if pcre-compile fails or isn't available 9 years ago
mod_rrdtool.c force assertion: setting FD_CLOEXEC must work (if available) 9 years ago
mod_scgi.c check length of unix domain socket filenames 9 years ago
mod_secure_download.c add some asserts to help static analyzers 9 years ago
mod_setenv.c fix/silence bugs reported by ccc-analyzer (clang) 10 years ago
mod_simple_vhost.c add force_assert() to enforce assertions as simple assert()s are disabled by -DNDEBUG (fixes #2546) 9 years ago
mod_skeleton.c fix/silence bugs reported by ccc-analyzer (clang) 10 years ago
mod_ssi.c fix unchecked return values from stream_open/stat_cache_get_entry 9 years ago
mod_ssi.h Add ssi.content-type option (default text/html, fixes #615) 14 years ago
mod_ssi_expr.c Fix non-ANSI function declarations. 11 years ago
mod_ssi_expr.h [mod_ssi] fix "ssi_val_init" prototype 10 years ago
mod_ssi_exprparser.y Fix header inclusion order, always include "config.h" before any system header 14 years ago
mod_staticfile.c fix/silence bugs reported by ccc-analyzer (clang) 10 years ago
mod_status.c fix/silence bugs reported by ccc-analyzer (clang) 10 years ago
mod_trigger_b4_dl.c force assertion: setting FD_CLOEXEC must work (if available) 9 years ago
mod_uploadprogress.c fix/silence bugs reported by ccc-analyzer (clang) 10 years ago
mod_userdir.c maintain physical.basedir (the "acting" doc-root as prefix of physical.path) in more places 10 years ago
mod_usertrack.c fix/silence bugs reported by ccc-analyzer (clang) 10 years ago
mod_webdav.c [mod_webdav] fix logic error in handling file creation error 9 years ago
network.c check length of unix domain socket filenames 9 years ago
network.h Limit amount of bytes we send in one go; fixes stalling in one connection and timeouts on slow systems. 12 years ago
network_backends.h Disable mmap by default (fixes #2391) 11 years ago
network_freebsd_sendfile.c force assertion: setting FD_CLOEXEC must work (if available) 9 years ago
network_linux_sendfile.c force assertion: setting FD_CLOEXEC must work (if available) 9 years ago
network_openssl.c [network] check return value of lseek() 9 years ago
network_solaris_sendfilev.c Limit amount of bytes we send in one go; fixes stalling in one connection and timeouts on slow systems. 12 years ago
network_write.c [network] check return value of lseek() 9 years ago
network_writev.c force assertion: setting FD_CLOEXEC must work (if available) 9 years ago
plugin.c Only print a warning for now if you try to load a module twice 13 years ago
plugin.h Fix non-ANSI function declarations. 11 years ago
proc_open.c fix some bugs found with canalyze (fixes #2484, thx Zhenbo Xu) 10 years ago
proc_open.h Fix leaving zombie process with include_shell (#1777) 15 years ago
request.c fix SQL injection / host name validation (thx Jann Horn) 9 years ago
request.h moved everything below trunk/ and added branches/ and tags/ 19 years ago
response.c [core] decode URL before rewrite, enabling it to work in $HTTP["url"] conditionals (fixes #2526) 10 years ago
response.h Fix header inclusion order, always include "config.h" before any system header 14 years ago
server.c use keep-alive timeout while waiting for HTTP headers; use always the read timeout while waiting for the HTTP body 9 years ago
server.h moved everything below trunk/ and added branches/ and tags/ 19 years ago
settings.h add force_assert() to enforce assertions as simple assert()s are disabled by -DNDEBUG (fixes #2546) 9 years ago
splaytree.c Fix header inclusion order, always include "config.h" before any system header 14 years ago
splaytree.h - white space cleanup part 2 this time 1.4 ;) 17 years ago
stat_cache.c add support for (Free)BSD extended attributes 9 years ago
stat_cache.h cleanup fdevent code, removed linux-rtsig handler, replaced some fprintf calls 13 years ago
status_counter.c Fix header inclusion order, always include "config.h" before any system header 14 years ago
status_counter.h Fix header inclusion order, always include "config.h" before any system header 14 years ago
stream.c Use NULL instead of 0 where pointers are expected. 11 years ago
stream.h moved everything below trunk/ and added branches/ and tags/ 19 years ago
sys-mmap.h moved everything below trunk/ and added branches/ and tags/ 19 years ago
sys-socket.h ECONNABORTED is not known on cygwin (fixes #863) 16 years ago
version.h Fix header inclusion order, always include "config.h" before any system header 14 years ago