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
Glenn Strauss 83759aede6 [mod_auth] Digest nonce on system with time <=1978
On systems with time prior to Jul 4 1978 21:24:15,
the hex string of the timestamp is fewer than 8 chars.

(thx daveoman)
6 years ago
..
CMakeLists.txt mod_vhostdb* (dbi,mysql,pgsql,ldap) (fixes #485, fixes #1936, fixes #2297) 6 years ago
Makefile.am [core] move version.h logic into server.c 6 years ago
SConscript mod_vhostdb* (dbi,mysql,pgsql,ldap) (fixes #485, fixes #1936, fixes #2297) 6 years ago
array.c [config] more specific checks for array lists 6 years ago
array.h [config] more specific checks for array lists 6 years ago
base.h [core] config opt to intercept dynamic handler err (fixes #974) 6 years ago
base64.c [base64] fix another crash due to broken force_assert conditions 7 years ago
base64.h consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
buffer.c silence warnings from clang ccc-analyzer 7 years ago
buffer.h use li_[iu]tostrn() instead of li_[iu]tostr() 7 years ago
chunk.c [core] initialize globals at top of main() 6 years ago
chunk.h [core] initialize globals at top of main() 6 years ago
config.h.cmake [cmake] always define _GNU_SOURCE 7 years ago
configfile-glue.c [core] fix regex condition subst w/ mod_extforward (fixes #2794) 6 years ago
configfile.c [config] more specific checks for array lists 6 years ago
configfile.h [core] replace array weakref with vector 7 years ago
configparser.y [core] config match w/ arbitrary HTTP request hdrs (fixes #1556) 6 years ago
connections-glue.c [core] support Expect: 100-continue with HTTP/1.1 (fixes #377, #1017, #1953, #2438) 6 years ago
connections.c [core] reduce con allocation for small max_conns 6 years ago
connections.h [core] move con throttling to connections-glue.c 6 years ago
crc32.c consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
crc32.h consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
data_array.c consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
data_config.c [core] config match w/ arbitrary HTTP request hdrs (fixes #1556) 6 years ago
data_fastcgi.c consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
data_integer.c consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
data_string.c consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
etag.c consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
etag.h consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
fastcgi.h - white space cleanup part 2 this time 1.4 ;) 17 years ago
fdevent.c [core] default server.max-fds=4096 if unspecified (#2789) 6 years ago
fdevent.h performance: use Linux extended syscalls and flags 7 years ago
fdevent_freebsd_kqueue.c [core] use kqueue in level-triggered mode (fixes #2788) 6 years ago
fdevent_libev.c [core] initialize globals at top of main() 6 years ago
fdevent_linux_sysepoll.c consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
fdevent_poll.c fix error handling for portability (NetBSD) 7 years ago
fdevent_select.c consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
fdevent_solaris_devpoll.c consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
fdevent_solaris_port.c consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
first.h [core] define __STDC_WANT_LIB_EXT1__ (fixes #2722) 7 years ago
http-header-glue.c [core] do not emit req/response hdrs w/ blank val 6 years ago
http_auth.c [core] initialize globals at top of main() 6 years ago
http_auth.h [core] initialize globals at top of main() 6 years ago
http_chunk.c [core] option to stream response body to client (fixes #949, #760, #1283, #1387) 7 years ago
http_chunk.h [core] buffer large responses to tempfiles (fixes #758, fixes #760, fixes #933, fixes #1387, #1283, fixes #2083) 7 years ago
http_vhostdb.c [core] initialize globals at top of main() 6 years ago
http_vhostdb.h [core] initialize globals at top of main() 6 years ago
inet_ntop_cache.c consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
inet_ntop_cache.h consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
joblist.c consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
joblist.h consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
keyvalue.c [core] add label for 308 Permanent Redirect 6 years ago
keyvalue.h consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
lemon.c [lemon] standalone; remove #include "first.h" 7 years ago
lempar.c fix errors detected by Coverity Scan 7 years ago
lighttpd-angel.c [doc] SIGUSR1 doc and lighttpd-angel SIGUSR1 6 years ago
log.c [core] include lighttpd vers in server started msg 6 years ago
log.h [autobuild] clock_gettime() -lrt with glibc < 2.17 7 years ago
md5.c [TLS] mark code that uses -lcrypto but not -lssl 6 years ago
md5.h consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
mod_access.c [config] more specific checks for array lists 6 years ago
mod_accesslog.c [mod_accesslog] %{ratio}n logs compression ratio (fixes #2133) 7 years ago
mod_alias.c [config] more specific checks for array lists 6 years ago
mod_auth.c [mod_auth] Digest nonce on system with time <=1978 6 years ago
mod_authn_file.c [TLS] mark code that uses -lcrypto but not -lssl 6 years ago
mod_authn_gssapi.c [mod_authn_gssapi] fix missing error ret, coverity 6 years ago
mod_authn_ldap.c [mod_auth] have LDAP template replace '?' 6 years ago
mod_authn_mysql.c [mod_authn_mysql] fix minor memleak at shutdown 6 years ago
mod_cgi.c [mod_cgi,fastcgi,scgi,proxy] fix streaming response (fixes #2796) 6 years ago
mod_cml.c [config] more specific checks for array lists 6 years ago
mod_cml.h remove #include "stream.h" where not used 6 years ago
mod_cml_funcs.c [mod_cml] include lua headers before base.h 6 years ago
mod_cml_funcs.h [autobuild] rm module stub code for missing deps 7 years ago
mod_cml_lua.c [mod_cml] include lua headers before base.h 6 years ago
mod_compress.c [config] more specific checks for array lists 6 years ago
mod_deflate.c [config] more specific checks for array lists 6 years ago
mod_dirlisting.c [config] more specific checks for array lists 6 years ago
mod_evasive.c [mod_evasive] 302 redirect option if limit reached (fixes #2199) 7 years ago
mod_evhost.c [mod_evhost] fix an incorrect error trace 6 years ago
mod_expire.c [config] more specific checks for array lists 6 years ago
mod_extforward.c [config] more specific checks for array lists 6 years ago
mod_fastcgi.c [mod_cgi,fastcgi,scgi,proxy] fix streaming response (fixes #2796) 6 years ago
mod_flv_streaming.c [config] more specific checks for array lists 6 years ago
mod_geoip.c [mod_geoip] call from handle_request_env hook 6 years ago
mod_indexfile.c [config] more specific checks for array lists 6 years ago
mod_magnet.c [config] more specific checks for array lists 6 years ago
mod_magnet_cache.c [autobuild] rm module stub code for missing deps 7 years ago
mod_magnet_cache.h [autobuild] rm module stub code for missing deps 7 years ago
mod_mysql_vhost.c [mod_mysql_vhost] remove dev debug code 6 years ago
mod_openssl.c [mod_openssl] inherit ssl.* from global scope 6 years ago
mod_proxy.c [mod_cgi,fastcgi,scgi,proxy] fix streaming response (fixes #2796) 6 years ago
mod_redirect.c [config] more specific checks for array lists 6 years ago
mod_rewrite.c [config] more specific checks for array lists 6 years ago
mod_rrdtool.c [mod_vhostdb_ldap] fix inverted logic (coverity) 6 years ago
mod_scgi.c [mod_cgi,fastcgi,scgi,proxy] fix streaming response (fixes #2796) 6 years ago
mod_secdownload.c [mod_secdownload] new directives modify hash path (fixes #646, fixes #1904) 6 years ago
mod_setenv.c [config] more specific checks for array lists 6 years ago
mod_simple_vhost.c consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
mod_skeleton.c [config] more specific checks for array lists 6 years ago
mod_ssi.c [config] more specific checks for array lists 6 years ago
mod_ssi.h [mod_ssi] basic recursive SSI include virtual (fixes #536) 6 years ago
mod_ssi_expr.c [mod_ssi] produce content in subrequest hook 6 years ago
mod_ssi_expr.h consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
mod_ssi_exprparser.y consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
mod_staticfile.c [config] more specific checks for array lists 6 years ago
mod_status.c [mod_status] show keep-alive status w/ text output (fixes #2740) 7 years ago
mod_trigger_b4_dl.c [config] more specific checks for array lists 6 years ago
mod_uploadprogress.c remove redundant calls to end-of-request hooks 6 years ago
mod_userdir.c [config] more specific checks for array lists 6 years ago
mod_usertrack.c [mod_usertrack] usertrack.cookie-attrs config opt (fixes #2795) 6 years ago
mod_vhostdb.c mod_vhostdb* (dbi,mysql,pgsql,ldap) (fixes #485, fixes #1936, fixes #2297) 6 years ago
mod_vhostdb_dbi.c [config] more specific checks for array lists 6 years ago
mod_vhostdb_ldap.c [config] more specific checks for array lists 6 years ago
mod_vhostdb_mysql.c [config] more specific checks for array lists 6 years ago
mod_vhostdb_pgsql.c [config] more specific checks for array lists 6 years ago
mod_webdav.c [mod_webdav] fix crash when plugin_ctx cleaned up (fixes #2780) 6 years ago
network.c [core] graceful restart with SIGUSR1 (fixes #2785) 6 years ago
network.h [core] graceful restart with SIGUSR1 (fixes #2785) 6 years ago
network_backends.h [mod_openssl] move openssl code into mod_openssl 6 years ago
network_darwin_sendfile.c [core] move network_open_file_chunk() to chunk.c 6 years ago
network_freebsd_sendfile.c [core] move network_open_file_chunk() to chunk.c 6 years ago
network_linux_sendfile.c [core] move network_open_file_chunk() to chunk.c 6 years ago
network_solaris_sendfilev.c [core] move network_open_file_chunk() to chunk.c 6 years ago
network_write.c [cygwin] minor: fix compiler warning 7 years ago
network_write_mmap.c [core] move network_open_file_chunk() to chunk.c 6 years ago
network_write_no_mmap.c [core] move network_open_file_chunk() to chunk.c 6 years ago
network_writev.c consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
plugin.c [core] new plugin hooks to help isolate SSL 6 years ago
plugin.h [core] new plugin hooks to help isolate SSL 6 years ago
proc_open.c consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
proc_open.h consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
rand.c [TLS] include <openssl/opensslv.h> in rand.c 6 years ago
rand.h [core] rename li_rand() to li_rand_pseudo_bytes() 6 years ago
request.c [core] support Expect: 100-continue with HTTP/1.1 (fixes #377, #1017, #1953, #2438) 6 years ago
request.h [config] opts for http header parsing strictness (fixes #551, fixes #1086, fixes #1184, fixes #2143, #2258, #2281, fixes #946, fixes #1330, fixes #602, #1016) 7 years ago
response.c [core] $REQUEST_HEADER[...] subsumes other config (#1556) 6 years ago
response.h [mod_openssl] move openssl code into mod_openssl 6 years ago
safe_memclear.c consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
safe_memclear.h consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
server.c [core] default server.max-fds=4096 if unspecified (#2789) 6 years ago
server.h consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
settings.h consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
splaytree.c Fix header inclusion order, always include "config.h" before any system header 14 years ago
splaytree.h consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
stat_cache.c remove unused sys-mmap.h from stat_cache.c 7 years ago
stat_cache.h [core] open fd when appending file to cq (fixes #2655) 7 years ago
status_counter.c consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
status_counter.h consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
stream.c [config] support include file glob (fixes #1221) 7 years ago
stream.h [config] support include file glob (fixes #1221) 7 years ago
sys-endian.h DragonFlyBSD defines __DragonFly__ (#2746) 7 years ago
sys-mmap.h consistent inclusion of config.h at top of files (fixes #2073) 7 years ago
sys-socket.h [autobuild] remove mod_authn_gssapi dep on resolv 7 years ago
test_base64.c [unittests] add test_buffer and test_base64 unit tests 7 years ago
test_buffer.c [unittests] add test_buffer and test_base64 unit tests 7 years ago
test_configfile.c fix errors detected by Coverity Scan 7 years ago
vector.c [core] add generic vector implementation 7 years ago
vector.h [core] add generic vector implementation 7 years ago