nginx/auto
Roman Arutyunyan ce45ded2a8 Fixed capabilities version.
Previously, capset(2) was called with the 64-bit capabilities version
_LINUX_CAPABILITY_VERSION_3.  With this version Linux kernel expected two
copies of struct __user_cap_data_struct, while only one was submitted.  As a
result, random stack memory was accessed and random capabilities were requested
by the worker.  This sometimes caused capset() errors.  Now the 32-bit version
_LINUX_CAPABILITY_VERSION_1 is used instead.  This is OK since CAP_NET_RAW is
a 32-bit capability (CAP_NET_RAW = 13).
2017-12-19 19:00:27 +03:00
..
cc Configure: fixed clang detection on MINIX. 2017-11-23 16:33:40 +03:00
lib Configure: fixed PCRE requirement check by ngx_http_rewrite_module. 2017-07-19 12:05:50 +03:00
os Fixed capabilities version. 2017-12-19 19:00:27 +03:00
types Configure: stop polluting NGX_ namespace. 2016-06-27 15:00:06 -07:00
configure Configure: fix compilation on MSYS2 / MinGW64. 2017-06-06 18:13:39 +03:00
define Copyright updated. 2012-01-18 15:07:43 +00:00
endianness Configure: fix build with -Werror=old-style-definition. 2016-06-27 15:00:05 -07:00
feature Configure: fix build with -Werror=old-style-definition. 2016-06-27 15:00:05 -07:00
have Copyright updated. 2012-01-18 15:07:43 +00:00
have_headers Copyright updated. 2012-01-18 15:07:43 +00:00
headers Copyright updated. 2012-01-18 15:07:43 +00:00
include Configure: stop polluting NGX_ namespace. 2016-06-27 15:00:06 -07:00
init Dynamic modules: do not overwrite old modules on install. 2016-03-10 16:50:13 +03:00
install Configure: style. 2016-03-10 18:31:05 +03:00
make Configure: honor dependencies of dynamic modules. 2016-11-21 16:49:19 +03:00
module Configure: honor dependencies of dynamic modules. 2016-11-21 16:49:19 +03:00
modules Precontent phase. 2017-07-20 15:51:11 +03:00
nohave Copyright updated. 2012-01-18 15:07:43 +00:00
options Mirror module. 2017-07-20 08:50:49 +03:00
sources Stream: filters. 2016-09-15 14:55:46 +03:00
stubs Copyright updated. 2012-01-18 15:07:43 +00:00
summary Internal md5 and sha1 implementations are now always used. 2016-06-30 18:57:39 +03:00
threads Thread pools implementation. 2015-03-14 17:37:07 +03:00
unix Use sysconf to determine cacheline size at runtime. 2017-12-11 16:28:11 +00:00