lighttpd1.4/src
Glenn Strauss 2ac2911b9a [core] config match w/ arbitrary HTTP request hdrs (fixes #1556)
x-ref:
  "Allow matching against any arbitrary HTTP header in the configuration file regexps"
  https://redmine.lighttpd.net/issues/1556
2017-01-31 14:36:16 -05:00
..
CMakeLists.txt mod_vhostdb* (dbi,mysql,pgsql,ldap) (fixes #485, fixes #1936, fixes #2297) 2017-01-31 14:36:15 -05:00
Makefile.am mod_vhostdb* (dbi,mysql,pgsql,ldap) (fixes #485, fixes #1936, fixes #2297) 2017-01-31 14:36:15 -05:00
SConscript mod_vhostdb* (dbi,mysql,pgsql,ldap) (fixes #485, fixes #1936, fixes #2297) 2017-01-31 14:36:15 -05:00
array.c remove unused array type TYPE_COUNT data_count 2016-09-22 19:54:57 -04:00
array.h [core] config match w/ arbitrary HTTP request hdrs (fixes #1556) 2017-01-31 14:36:16 -05:00
base.h [mod_openssl] use TLS SNI to set host-based certs 2017-01-31 14:36:15 -05:00
base64.c [base64] fix another crash due to broken force_assert conditions 2016-03-25 16:58:14 +00:00
base64.h consistent inclusion of config.h at top of files (fixes #2073) 2016-03-19 15:14:35 +00:00
buffer.c silence warnings from clang ccc-analyzer 2016-10-09 19:19:37 -04:00
buffer.h use li_[iu]tostrn() instead of li_[iu]tostr() 2016-04-01 17:38:26 +00:00
chunk.c [core] move network_open_file_chunk() to chunk.c 2017-01-14 01:06:16 -05:00
chunk.h [core] move network_open_file_chunk() to chunk.c 2017-01-14 01:06:16 -05:00
config.h.cmake [cmake] always define _GNU_SOURCE 2016-07-30 14:20:52 +02:00
configfile-glue.c [core] config match w/ arbitrary HTTP request hdrs (fixes #1556) 2017-01-31 14:36:16 -05:00
configfile.c [mod_openssl] move openssl config into mod_openssl 2017-01-31 14:36:10 -05:00
configfile.h [core] replace array weakref with vector 2016-03-19 15:27:38 +00:00
configparser.y [core] config match w/ arbitrary HTTP request hdrs (fixes #1556) 2017-01-31 14:36:16 -05:00
connections-glue.c [core] support Expect: 100-continue with HTTP/1.1 (fixes #377, #1017, #1953, #2438) 2017-01-31 14:36:15 -05:00
connections.c [core] permit connection-level state in modules 2017-01-31 14:36:16 -05:00
connections.h [core] move con throttling to connections-glue.c 2017-01-31 14:36:15 -05:00
crc32.c consistent inclusion of config.h at top of files (fixes #2073) 2016-03-19 15:14:35 +00:00
crc32.h consistent inclusion of config.h at top of files (fixes #2073) 2016-03-19 15:14:35 +00:00
data_array.c consistent inclusion of config.h at top of files (fixes #2073) 2016-03-19 15:14:35 +00:00
data_config.c [core] config match w/ arbitrary HTTP request hdrs (fixes #1556) 2017-01-31 14:36:16 -05:00
data_fastcgi.c consistent inclusion of config.h at top of files (fixes #2073) 2016-03-19 15:14:35 +00:00
data_integer.c consistent inclusion of config.h at top of files (fixes #2073) 2016-03-19 15:14:35 +00:00
data_string.c consistent inclusion of config.h at top of files (fixes #2073) 2016-03-19 15:14:35 +00:00
etag.c consistent inclusion of config.h at top of files (fixes #2073) 2016-03-19 15:14:35 +00:00
etag.h consistent inclusion of config.h at top of files (fixes #2073) 2016-03-19 15:14:35 +00:00
fastcgi.h - white space cleanup part 2 this time 1.4 ;) 2006-10-04 13:26:23 +00:00
fdevent.c performance: use Linux extended syscalls and flags 2016-09-24 02:23:49 -04:00
fdevent.h performance: use Linux extended syscalls and flags 2016-09-24 02:23:49 -04:00
fdevent_freebsd_kqueue.c consistent inclusion of config.h at top of files (fixes #2073) 2016-03-19 15:14:35 +00:00
fdevent_libev.c [core] fix fd leak when using libev (fixes #2761) 2016-10-29 09:13:49 -04:00
fdevent_linux_sysepoll.c consistent inclusion of config.h at top of files (fixes #2073) 2016-03-19 15:14:35 +00:00
fdevent_poll.c fix error handling for portability (NetBSD) 2016-06-29 08:20:12 -04:00
fdevent_select.c consistent inclusion of config.h at top of files (fixes #2073) 2016-03-19 15:14:35 +00:00
fdevent_solaris_devpoll.c consistent inclusion of config.h at top of files (fixes #2073) 2016-03-19 15:14:35 +00:00
fdevent_solaris_port.c consistent inclusion of config.h at top of files (fixes #2073) 2016-03-19 15:14:35 +00:00
first.h [core] define __STDC_WANT_LIB_EXT1__ (fixes #2722) 2016-04-13 03:54:04 -04:00
http-header-glue.c [core] do not emit req/response hdrs w/ blank val 2017-01-31 14:36:15 -05:00
http_auth.c [mod_auth] structured data, register auth schemes 2016-09-22 19:54:57 -04:00
http_auth.h [mod_auth] HTTP Basic auth backends also do authz (#1817) 2016-09-28 06:36:38 -04:00
http_chunk.c [core] option to stream response body to client (fixes #949, #760, #1283, #1387) 2016-06-19 23:34:16 -04:00
http_chunk.h [core] buffer large responses to tempfiles (fixes #758, fixes #760, fixes #933, fixes #1387, #1283, fixes #2083) 2016-06-12 02:51:10 -04:00
http_vhostdb.c mod_vhostdb* (dbi,mysql,pgsql,ldap) (fixes #485, fixes #1936, fixes #2297) 2017-01-31 14:36:15 -05:00
http_vhostdb.h mod_vhostdb* (dbi,mysql,pgsql,ldap) (fixes #485, fixes #1936, fixes #2297) 2017-01-31 14:36:15 -05:00
inet_ntop_cache.c consistent inclusion of config.h at top of files (fixes #2073) 2016-03-19 15:14:35 +00:00
inet_ntop_cache.h consistent inclusion of config.h at top of files (fixes #2073) 2016-03-19 15:14:35 +00:00
joblist.c consistent inclusion of config.h at top of files (fixes #2073) 2016-03-19 15:14:35 +00:00
joblist.h consistent inclusion of config.h at top of files (fixes #2073) 2016-03-19 15:14:35 +00:00
keyvalue.c consistent inclusion of config.h at top of files (fixes #2073) 2016-03-19 15:14:35 +00:00
keyvalue.h consistent inclusion of config.h at top of files (fixes #2073) 2016-03-19 15:14:35 +00:00
lemon.c [lemon] standalone; remove #include "first.h" 2016-10-20 16:57:45 -04:00
lempar.c fix errors detected by Coverity Scan 2016-06-23 03:57:19 -04:00
lighttpd-angel.c consistent inclusion of config.h at top of files (fixes #2073) 2016-03-19 15:14:35 +00:00
log.c fix errors detected by Coverity Scan 2016-09-23 09:09:57 -04:00
log.h [autobuild] clock_gettime() -lrt with glibc < 2.17 2016-07-18 23:24:42 -04:00
md5.c [TLS] mark code that uses -lcrypto but not -lssl 2017-01-14 01:06:16 -05:00
md5.h consistent inclusion of config.h at top of files (fixes #2073) 2016-03-19 15:14:35 +00:00
mod_access.c [mod_access] new directive url.access-allow (fixes #1421) 2016-07-13 04:12:08 -04:00
mod_accesslog.c [mod_accesslog] %{ratio}n logs compression ratio (fixes #2133) 2016-10-19 16:37:22 -04:00
mod_alias.c consistent inclusion of config.h at top of files (fixes #2073) 2016-03-19 15:14:35 +00:00
mod_auth.c [mod_auth] support LDAP groups for HTTP auth (fixes #1817) 2017-01-31 14:36:15 -05:00
mod_authn_file.c [TLS] mark code that uses -lcrypto but not -lssl 2017-01-14 01:06:16 -05:00
mod_authn_gssapi.c [mod_authn_gssapi] fix missing error ret, coverity 2016-12-05 03:20:42 -05:00
mod_authn_ldap.c [mod_auth] have LDAP template replace '?' 2017-01-31 14:36:15 -05:00
mod_authn_mysql.c [build] compile fixes for AIX 2016-12-17 17:54:53 -05:00
mod_cgi.c [core] move network_open_file_chunk() to chunk.c 2017-01-14 01:06:16 -05:00
mod_cml.c remove #include "stream.h" where not used 2016-12-05 17:43:59 -05:00
mod_cml.h remove #include "stream.h" where not used 2016-12-05 17:43:59 -05:00
mod_cml_funcs.c [mod_cml] include lua headers before base.h 2016-12-05 17:47:35 -05:00
mod_cml_funcs.h [autobuild] rm module stub code for missing deps 2016-10-17 14:15:50 -04:00
mod_cml_lua.c [mod_cml] include lua headers before base.h 2016-12-05 17:47:35 -05:00
mod_compress.c [mod_deflate] skip deflate if loadavg too high (fixes #1505) 2016-10-19 16:38:47 -04:00
mod_deflate.c remove redundant calls to end-of-request hooks 2017-01-14 01:06:16 -05:00
mod_dirlisting.c [mod_dirlisting] render dirlisting as HTML (fixes #2767) 2016-12-10 01:36:00 -05:00
mod_evasive.c [mod_evasive] 302 redirect option if limit reached (fixes #2199) 2016-05-13 20:49:33 -04:00
mod_evhost.c [mod_evhost] fix an incorrect error trace 2016-12-19 02:50:46 -05:00
mod_expire.c [mod_expire] expire by mimetype (fixes #423) 2016-10-20 10:48:06 -04:00
mod_extforward.c [mod_extforward] fix crash on invalid IP (fixes #2766) 2016-11-24 09:36:09 -05:00
mod_fastcgi.c [core] use getaddrinfo,inet_pton vs gethostbyname (fixes #2783) 2017-01-31 14:36:15 -05:00
mod_flv_streaming.c http_response_backend_error() 2016-06-19 23:34:16 -04:00
mod_geoip.c [mod_geoip] call from handle_request_env hook 2017-01-31 14:36:14 -05:00
mod_indexfile.c [mod_indexfile] save physical path to env (fixes #448, #892) 2016-04-14 16:02:11 -04:00
mod_magnet.c [mod_openssl] move openssl code into mod_openssl 2017-01-14 01:06:16 -05:00
mod_magnet_cache.c [autobuild] rm module stub code for missing deps 2016-10-17 14:15:50 -04:00
mod_magnet_cache.h [autobuild] rm module stub code for missing deps 2016-10-17 14:15:50 -04:00
mod_mysql_vhost.c [mod_mysql_vhost] remove dev debug code 2017-01-14 01:06:16 -05:00
mod_openssl.c [mod_openssl] use TLS SNI to set host-based certs 2017-01-31 14:36:15 -05:00
mod_proxy.c [core] do not emit req/response hdrs w/ blank val 2017-01-31 14:36:15 -05:00
mod_redirect.c [mod_redirect,mod-rewrite] short-circuit if blank replacement (fixes #2085) 2016-04-14 16:01:45 -04:00
mod_rewrite.c [mod_rewrite] add more info in error log msg 2016-10-26 11:47:06 -04:00
mod_rrdtool.c consistent inclusion of config.h at top of files (fixes #2073) 2016-03-19 15:14:35 +00:00
mod_scgi.c apply debian/patches/spelling.patch 2017-01-31 14:36:15 -05:00
mod_secdownload.c [mod_secdownload] new directives modify hash path (fixes #646, fixes #1904) 2017-01-31 14:36:15 -05:00
mod_setenv.c [mod_setenv] directives to overwrite/remove hdrs (fixes #650, fixes #2295) 2017-01-31 14:36:15 -05:00
mod_simple_vhost.c consistent inclusion of config.h at top of files (fixes #2073) 2016-03-19 15:14:35 +00:00
mod_skeleton.c minor: spelling changes in some comments/messages 2016-07-18 23:26:38 -04:00
mod_ssi.c apply debian/patches/spelling.patch 2017-01-31 14:36:15 -05:00
mod_ssi.h [mod_ssi] basic recursive SSI include virtual (fixes #536) 2016-12-11 02:40:58 -05:00
mod_ssi_expr.c [mod_ssi] produce content in subrequest hook 2016-12-06 13:32:29 -05:00
mod_ssi_expr.h consistent inclusion of config.h at top of files (fixes #2073) 2016-03-19 15:14:35 +00:00
mod_ssi_exprparser.y consistent inclusion of config.h at top of files (fixes #2073) 2016-03-19 15:14:35 +00:00
mod_staticfile.c [core] http_response_send_file() shared code (#2017) 2016-04-25 15:41:46 -04:00
mod_status.c [mod_status] show keep-alive status w/ text output (fixes #2740) 2016-07-21 11:19:06 -04:00
mod_trigger_b4_dl.c [autobuild] rm module stub code for missing deps 2016-10-17 14:15:50 -04:00
mod_uploadprogress.c remove redundant calls to end-of-request hooks 2017-01-14 01:06:16 -05:00
mod_userdir.c consistent inclusion of config.h at top of files (fixes #2073) 2016-03-19 15:14:35 +00:00
mod_usertrack.c [core] remove srv->entropy[] 2016-12-09 01:40:46 -05:00
mod_vhostdb.c mod_vhostdb* (dbi,mysql,pgsql,ldap) (fixes #485, fixes #1936, fixes #2297) 2017-01-31 14:36:15 -05:00
mod_vhostdb_dbi.c mod_vhostdb* (dbi,mysql,pgsql,ldap) (fixes #485, fixes #1936, fixes #2297) 2017-01-31 14:36:15 -05:00
mod_vhostdb_ldap.c mod_vhostdb* (dbi,mysql,pgsql,ldap) (fixes #485, fixes #1936, fixes #2297) 2017-01-31 14:36:15 -05:00
mod_vhostdb_mysql.c mod_vhostdb* (dbi,mysql,pgsql,ldap) (fixes #485, fixes #1936, fixes #2297) 2017-01-31 14:36:15 -05:00
mod_vhostdb_pgsql.c mod_vhostdb* (dbi,mysql,pgsql,ldap) (fixes #485, fixes #1936, fixes #2297) 2017-01-31 14:36:15 -05:00
mod_webdav.c [mod_webdav] fix crash when plugin_ctx cleaned up (fixes #2780) 2017-01-09 22:27:54 -05:00
network.c [core] use getaddrinfo,inet_pton vs gethostbyname (fixes #2783) 2017-01-31 14:36:15 -05:00
network.h [core] move con throttling to connections-glue.c 2017-01-31 14:36:15 -05:00
network_backends.h [mod_openssl] move openssl code into mod_openssl 2017-01-14 01:06:16 -05:00
network_darwin_sendfile.c [core] move network_open_file_chunk() to chunk.c 2017-01-14 01:06:16 -05:00
network_freebsd_sendfile.c [core] move network_open_file_chunk() to chunk.c 2017-01-14 01:06:16 -05:00
network_linux_sendfile.c [core] move network_open_file_chunk() to chunk.c 2017-01-14 01:06:16 -05:00
network_solaris_sendfilev.c [core] move network_open_file_chunk() to chunk.c 2017-01-14 01:06:16 -05:00
network_write.c [cygwin] minor: fix compiler warning 2016-07-02 02:17:39 -04:00
network_write_mmap.c [core] move network_open_file_chunk() to chunk.c 2017-01-14 01:06:16 -05:00
network_write_no_mmap.c [core] move network_open_file_chunk() to chunk.c 2017-01-14 01:06:16 -05:00
network_writev.c consistent inclusion of config.h at top of files (fixes #2073) 2016-03-19 15:14:35 +00:00
plugin.c [core] new plugin hooks to help isolate SSL 2017-01-14 01:06:16 -05:00
plugin.h [core] new plugin hooks to help isolate SSL 2017-01-14 01:06:16 -05:00
proc_open.c consistent inclusion of config.h at top of files (fixes #2073) 2016-03-19 15:14:35 +00:00
proc_open.h consistent inclusion of config.h at top of files (fixes #2073) 2016-03-19 15:14:35 +00:00
rand.c [TLS] include <openssl/opensslv.h> in rand.c 2017-01-31 14:36:16 -05:00
rand.h [core] rename li_rand() to li_rand_pseudo_bytes() 2016-12-05 14:22:25 -05:00
request.c [core] support Expect: 100-continue with HTTP/1.1 (fixes #377, #1017, #1953, #2438) 2017-01-31 14:36:15 -05:00
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) 2016-05-19 19:15:13 -04:00
response.c [core] config match w/ arbitrary HTTP request hdrs (fixes #1556) 2017-01-31 14:36:16 -05:00
response.h [mod_openssl] move openssl code into mod_openssl 2017-01-14 01:06:16 -05:00
safe_memclear.c consistent inclusion of config.h at top of files (fixes #2073) 2016-03-19 15:14:35 +00:00
safe_memclear.h consistent inclusion of config.h at top of files (fixes #2073) 2016-03-19 15:14:35 +00:00
server.c mod_vhostdb* (dbi,mysql,pgsql,ldap) (fixes #485, fixes #1936, fixes #2297) 2017-01-31 14:36:15 -05:00
server.h consistent inclusion of config.h at top of files (fixes #2073) 2016-03-19 15:14:35 +00:00
settings.h consistent inclusion of config.h at top of files (fixes #2073) 2016-03-19 15:14:35 +00:00
splaytree.c Fix header inclusion order, always include "config.h" before any system header 2009-10-11 14:31:42 +00:00
splaytree.h consistent inclusion of config.h at top of files (fixes #2073) 2016-03-19 15:14:35 +00:00
stat_cache.c remove unused sys-mmap.h from stat_cache.c 2016-09-22 13:36:31 -04:00
stat_cache.h [core] open fd when appending file to cq (fixes #2655) 2016-04-18 04:27:08 -04:00
status_counter.c consistent inclusion of config.h at top of files (fixes #2073) 2016-03-19 15:14:35 +00:00
status_counter.h consistent inclusion of config.h at top of files (fixes #2073) 2016-03-19 15:14:35 +00:00
stream.c [config] support include file glob (fixes #1221) 2016-05-13 20:49:31 -04:00
stream.h [config] support include file glob (fixes #1221) 2016-05-13 20:49:31 -04:00
sys-endian.h DragonFlyBSD defines __DragonFly__ (#2746) 2016-10-04 05:03:15 -04:00
sys-mmap.h consistent inclusion of config.h at top of files (fixes #2073) 2016-03-19 15:14:35 +00:00
sys-socket.h [autobuild] remove mod_authn_gssapi dep on resolv 2016-10-16 08:56:30 -04:00
test_base64.c [unittests] add test_buffer and test_base64 unit tests 2016-03-25 16:58:12 +00:00
test_buffer.c [unittests] add test_buffer and test_base64 unit tests 2016-03-25 16:58:12 +00:00
test_configfile.c fix errors detected by Coverity Scan 2016-06-21 03:53:50 -04:00
vector.c [core] add generic vector implementation 2016-03-19 15:27:36 +00:00
vector.h [core] add generic vector implementation 2016-03-19 15:27:36 +00:00
version.h consistent inclusion of config.h at top of files (fixes #2073) 2016-03-19 15:14:35 +00:00