Activity
From 2016-07-25 to 2016-07-31
2016-07-31
- 12:40 Revision ccd817d3: - next is 1.4.42
- 06:41 Revision 29fa8056: [doc] NEWS
- 06:28 Revision fbae795d: [cmake] set cmake_minimum_required to 2.8.2
- CHECK_SYMBOL_EXISTS() is available in CMake >= 2.8.0
Clang is supported in CMake >= 2.8.2 - 03:42 Revision 46b0e012: [cmake] enable warnings for GCC and Clang
- Also set -Wno-cast-align for lemon; lemon is only the parser generator, either
it crashes or it works.
2016-07-30
- 12:20 Revision f7b37455: [cmake] always define _GNU_SOURCE
- first.h only defines _GNU_SOURCE if no config.h is present.
- 08:20 Bug #2742 (Fixed): Assert wrongly triggered in buffer_copy_string_hex()
- Applied in changeset commit:ebf3af8b1278e3cd929467d66d48ed27f6e5302c.
- 06:51 Bug #2742 (Patch Pending): Assert wrongly triggered in buffer_copy_string_hex()
- You're correct. Thanks Isibaar
- 08:20 Bug #2724 (Fixed): security: stat cache *very large* race condition if caching when follow_symlink disabled
- Applied in changeset commit:acd5e450b5b913c5ebd179292f120d18ade0b184.
- 08:20 Bug #2725 (Fixed): server.groupname not required with server.username
- Applied in changeset commit:558bfc4e1e629688fc78d16b18413ff9802dc8f4.
- 08:11 Revision 5863d05e: [security] encode quoting chars in HTML and XML
- (affects mod_dirlisting, mod_ssi, mod_status)
- 08:02 Revision 375022a1: fix buffer.c comments to match encoded_chars_*
- fix buffer.c comments to match encoded_chars_* changes made in 3943de28
- 06:48 Revision ebf3af8b: [core] fix buffer_copy_string_hex() assert (fixes #2742)
- fix buffer_copy_string_hex() passing incorrect length to li_tohex()
(thx Isibaar)
x-ref:
"Assert wrongly triggere... - 06:10 Revision acd5e450: [security] disable stat_cache if !follow-symlink (fixes #2724)
- disable stat_cache if server.follow-symlink = "disable"
if server.stat-cache-engine = "simple". Caching is still ena... - 06:10 Revision 558bfc4e: [security] ensure gid != 0 if server.username set (fixes #2725)
- server.username can not be root or 0.
server.groupname can not be root or 0.
If server.username is set, previous beh...
2016-07-29
- 19:01 Revision f7410da5: [core] set chunkqueue tempdirs at startup /var/tmp
- If server.upload-dirs is not configured, then attempt to use TMPDIR
from the environment, if set, or else use /var/tm... - 16:48 Revision ad6d4189: [core] check if EAI_ADDRFAMILY is defined
- (EAI_ADDRFAMILY is not available on FreeBSD)
- 08:11 Bug #2742 (Fixed): Assert wrongly triggered in buffer_copy_string_hex()
- Upon updating from 1.4.39 to 1.4.40 I ran into a new bug: You have added a new force_assert() in 1.4.40, which I beli...
2016-07-28
- 07:57 Revision c8e647ad: [core] set chunkqueue tempdirs at startup
- If server.upload-dirs is not configured, then attempt to use TMPDIR
from the environment, if set, or else use /tmp. ... - 02:26 Revision a62bff98: [core] fix result copy from getaddrinfo()
- (thx avij)
2016-07-27
- 19:37 Revision a69a803e: [core] try AF_INET after AF_INET6 if use-ipv6
- try AF_INET after AF_INET6 if server.use-ipv6 = "enable" and
getaddrinfo() fails EAI_ADDRFAMILY when hints.ai_family ... - 10:00 Revision a95aaa9d: [TLS] read all available records from SSL_read()
- read all available records from SSL_read(), even if larger than
MAX_READ_LIMIT, since the data is already in memory. ... - 06:24 Revision bce293e4: [TLS] better handling of SSL_ERROR_WANT_READ/WRITE
- better handling of SSL_ERROR_WANT_READ and SSL_ERROR_WANT_WRITE
2016-07-26
2016-07-25
- 21:39 Feature #752: mySQL auth
- FYI: FreeBSD has a set of patches at https://svnweb.freebsd.org/ports/head/www/lighttpd/files/ for auth with mysql
- 05:01 Revision 38139fa1: [core] permit IPv6 address scope identifier
- getaddrinfo() on permits a scope identifier to be part of the IPv6
address string, so permit this syntax in $SERVER["... - 04:54 Feature #965 (Wontfix): New conditional: Physical path
- As you suggest, I am going to mark this WontFix. Also, syscp itself does not appear to have been updated in 6+ years...
Also available in: Atom