nginx/src/http/modules
Igor Sysoev c2c3e3105f Now if total size of all ranges is greater than source response size,
then nginx disables ranges and returns just the source response.
This fix should not affect well-behaving applications but will defeat
DoS attempts exploiting malicious byte ranges.
2011-08-26 09:42:50 +00:00
..
perl Version bump. 2011-08-23 14:22:34 +00:00
ngx_http_access_module.c fix testing IPv4 address mapped to IPv6, when only IPv6 access rules are defined 2011-05-16 14:01:23 +00:00
ngx_http_addition_filter_module.c support "*" in gzip_types, ssi_types, etc 2009-11-30 13:15:10 +00:00
ngx_http_auth_basic_module.c "$apr1", "{PLAIN}", and "{SSHA}" password methods in auth basic module 2011-05-16 14:54:50 +00:00
ngx_http_autoindex_module.c remove r->zero_in_uri 2010-05-24 12:35:10 +00:00
ngx_http_browser_module.c return NULL instead of NGX_CONF_ERROR on a create conf failure 2009-06-02 16:09:44 +00:00
ngx_http_charset_filter_module.c support "*" in gzip_types, ssi_types, etc 2009-11-30 13:15:10 +00:00
ngx_http_chunked_filter_module.c chunked_transfer_encoding 2010-04-01 10:18:00 +00:00
ngx_http_dav_module.c allow Destination URL without host 2010-06-10 08:17:16 +00:00
ngx_http_degradation_module.c fix building by icc8 2010-11-26 13:36:36 +00:00
ngx_http_empty_gif_module.c use ngx_http_send_response() in empty_gif 2010-06-18 15:17:07 +00:00
ngx_http_fastcgi_module.c Fix ignored headers handling in fastcgi/scgi/uwsgi. 2011-08-19 20:11:39 +00:00
ngx_http_flv_module.c remove r->zero_in_uri 2010-05-24 12:35:10 +00:00
ngx_http_geo_module.c support IPv4 mapped to IPv6 in geo module 2011-05-16 13:54:42 +00:00
ngx_http_geoip_module.c support IPv4 mapped to IPv6 in geoip module 2011-05-16 13:50:58 +00:00
ngx_http_gzip_filter_module.c gzip_disable degradation 2010-10-04 15:03:00 +00:00
ngx_http_gzip_static_module.c remove r->zero_in_uri 2010-05-24 12:35:10 +00:00
ngx_http_headers_filter_module.c ngx_str_set() and ngx_str_null() 2010-05-14 09:56:37 +00:00
ngx_http_image_filter_module.c gdImageCopyRotated() may images of even height or width 2011-05-10 12:04:57 +00:00
ngx_http_index_module.c remove r->zero_in_uri 2010-05-24 12:35:10 +00:00
ngx_http_limit_req_module.c change order of limit_req lookup result processing 2010-10-14 09:20:01 +00:00
ngx_http_limit_zone_module.c limit_conn_log_level 2009-10-06 10:14:29 +00:00
ngx_http_log_module.c removal of error message about %name log_format parameters, 2011-08-03 16:01:36 +00:00
ngx_http_map_module.c revert r3875 since now map uses case sensetive regexes by default 2011-05-30 14:24:17 +00:00
ngx_http_memcached_module.c delete warnings of proxy_upstream_max_fails, proxy_upstream_fail_timeout, 2010-05-20 11:46:01 +00:00
ngx_http_not_modified_filter_module.c style fix: remove trailing spaces 2011-01-20 15:29:53 +00:00
ngx_http_proxy_module.c Fixing proxy_set_body and proxy_pass_request_body with SSL. 2011-08-18 16:34:24 +00:00
ngx_http_random_index_module.c remove r->zero_in_uri 2010-05-24 12:35:10 +00:00
ngx_http_range_filter_module.c Now if total size of all ranges is greater than source response size, 2011-08-26 09:42:50 +00:00
ngx_http_realip_module.c fix "set_real_ip_from unix:" inheritance 2009-11-11 13:41:16 +00:00
ngx_http_referer_module.c Fix names of the referer hash size directives introduced in r3940. 2011-08-18 16:27:30 +00:00
ngx_http_rewrite_module.c return code text 2010-06-18 15:15:20 +00:00
ngx_http_scgi_module.c Fix ignored headers handling in fastcgi/scgi/uwsgi. 2011-08-19 20:11:39 +00:00
ngx_http_secure_link_module.c fix typo 2010-09-13 12:44:43 +00:00
ngx_http_split_clients_module.c fix debug logging 2011-05-13 10:06:56 +00:00
ngx_http_ssi_filter_module.c use memmove() in appropriate places 2011-04-12 08:02:46 +00:00
ngx_http_ssi_filter_module.h SSI echo encoding 2007-09-27 09:37:09 +00:00
ngx_http_ssl_module.c A new fix for the case when ssl_session_cache defined, but ssl is not 2011-08-04 11:12:30 +00:00
ngx_http_ssl_module.h ECDHE support 2011-07-20 15:42:40 +00:00
ngx_http_static_module.c remove r->zero_in_uri 2010-05-24 12:35:10 +00:00
ngx_http_status_module.c *) remove zero termination in ngx_inet_ntop() and ngx_sock_ntop() 2008-08-21 18:47:23 +00:00
ngx_http_stub_status_module.c ngx_str_set() and ngx_str_null() 2010-05-14 09:56:37 +00:00
ngx_http_sub_filter_module.c fix case of partially matched patterns on buffer border in sub_filter 2010-07-05 13:45:10 +00:00
ngx_http_upstream_ip_hash_module.c a prelimiary IPv6 support, HTTP listen 2009-02-21 07:02:02 +00:00
ngx_http_userid_filter_module.c $uid_reset 2011-07-19 11:21:50 +00:00
ngx_http_uwsgi_module.c Fix ignored headers handling in fastcgi/scgi/uwsgi. 2011-08-19 20:11:39 +00:00
ngx_http_xslt_filter_module.c use xmlSAXHandler._private field to store xslt filter context 2010-07-12 12:52:01 +00:00