Activity
From 2016-09-16 to 2016-09-22
2016-09-22
- 23:54 Revision 7ba06c71: [mod_auth] structured data, register auth schemes
- - parse auth.* directives into structured data during config processing
- register auth schemes (basic, digest, exter... - 23:54 Revision 381aaae3: remove unused array type TYPE_COUNT data_count
- (unused type, and very similar to TYPE_INTEGER data_integer,
differing only in initial value and how dup inserts are... - 23:53 Revision 2b7e7fb0: [mod_deflate] fix longjmp clobber compiler warning
- (workaround to avoid compiler warnings with and without --enable-mmap)
- 17:45 Bug #2752 (Fixed): vector_realloc missing when linking test_configfile
- Applied in changeset commit:2af88b23573bfe025a4a4892bd76b7e321d82c8d.
- 17:45 Bug #2753 (Fixed): mod_deflate backport compile error if ENABLE_MMAP not defined
- Applied in changeset commit:cb1a3c6299a5aec932748386ab93616d0cc35229.
- 17:13 Bug #2753 (Patch Pending): mod_deflate backport compile error if ENABLE_MMAP not defined
- Thanks for pointing it out. Adding #include "sys-mmap.h" is the right thing for portability. chunk.c does the same ...
- 10:28 Bug #2753 (Fixed): mod_deflate backport compile error if ENABLE_MMAP not defined
- When compiling the backport of mod_deflate (sourcetree 1.4.41 with patch https://github.com/lighttpd/lighttpd1.4/pull...
- 17:45 Feature #1824 (Fixed): Adding mod_deflate to 1.4.xx
- Applied in changeset commit:cb1a3c6299a5aec932748386ab93616d0cc35229.
- 17:45 Feature #322 (Fixed): FastCGI Authorizer support for Variable-name variable passing
- Applied in changeset commit:2dcfe1733ec729af0fa3477e91617ce60bc5ecad.
- 17:45 Bug #321 (Fixed): mod_fastcgi authorizers cannot protect fastcgi responders
- Applied in changeset commit:2dcfe1733ec729af0fa3477e91617ce60bc5ecad.
- 17:36 Revision 20a2a0d2: remove unused sys-mmap.h from stat_cache.c
- 17:36 Revision 2af88b23: [autobuild] test_configfile might need vector.c (fixes #2752)
- needed to build on Solaris using Oracle Solaris Studio (thx petrs)
x-ref:
"vector_realloc missing when linking tes... - 17:36 Revision cb1a3c62: backport mod_deflate to lighttpd 1.4 (fixes #1824, fixes #2753)
- lots of fixes and improvements
limitations: see comments at top of mod_deflate.c
missing functionality: encode stre...
2016-09-21
- 10:55 Bug #2752: vector_realloc missing when linking test_configfile
- gstrauss wrote:
> Updating Makefile.am would be better, as Makefile.in is generated. Does the following work for yo... - 08:51 Bug #2752 (Patch Pending): vector_realloc missing when linking test_configfile
- Updating Makefile.am would be better, as Makefile.in is generated. Does the following work for you?...
- 08:26 Bug #2752: vector_realloc missing when linking test_configfile
- If it cannot be read from above the fix is mainly to add vector.$(OBJEXT) to am_test_configfile_OBJECTS.
- 08:23 Bug #2752 (Fixed): vector_realloc missing when linking test_configfile
- When building lighttpd 1.4.41 (on Solaris sparc) with Solaris studio compiler it fails:
..
/bin/bash ../libtool ... - 06:25 Feature #2469 (Duplicate): OCSP Stapling
- Never say never. :) Adding this to lighttpd 1.4.x is on the table, but not being worked on at the moment.
- 06:01 Feature #2469: OCSP Stapling
- Just adding that I would love to see this in lighty 1.4.x also
[Edit, although 1.4 sounds unlikely. This ticket is...
2016-09-20
- 23:06 Feature #2415: [patch] Allow $HTTP["remoteuser"] to be used for certificate authorization
- See also https://github.com/lighttpd/lighttpd1.4/pull/63
- 22:29 Feature #2415 (Invalid): [patch] Allow $HTTP["remoteuser"] to be used for certificate authorization
- I believe what you are trying to do is already possible with mod_auth...
- 21:03 Feature #2275: SASL auth like libapache2-mod-authn-sasl
- Regarding (long ago) comments:
> Can't you do this via a FastCGI authorizer?
and
> Can't authorization be handled ... - 00:12 Revision 7b7350ee: [mod_fastcgi] allow authorizer, responder for same path/ext (#321)
- allow authorizer and responder to be configured for same path or ext
x-ref:
"mod_fastcgi authorizers cannot protec... - 00:03 Feature #322 (Patch Pending): FastCGI Authorizer support for Variable-name variable passing
- 00:03 Bug #321 (Patch Pending): mod_fastcgi authorizers cannot protect fastcgi responders
- 00:02 Revision dc91e406: dynamic handlers store debug flag in handler_ctx
- (for persistence across multiple re-entries into routines upon
receiving fdevent)
(setting module debug flag in glo... - 00:02 Revision 7ef569b2: [tests] test coverage for issues (#321, #322)
- FastCGI Authorizer support with FastCGI Responders
x-ref:
"mod_fastcgi authorizers cannot protect fastcgi responde... - 00:02 Revision 2dcfe173: [mod_fastcgi] Authorizer support with Responder (fixes #321, fixes #322)
- import Variable-* from FastCGI authorizer response into con->environment
restart request after FastCGI authorizer if ...
2016-09-17
- 16:28 Feature #2678: New mod_precompress feature
- FYI, the successor to Zopfli is Brotli. https://github.com/google/brotli https://www.ietf.org/rfc/rfc7932.txt
Also available in: Atom