Re: Proposed changeset to fix client cert from ngx_ssl_get_certificate passed as HTTP header value

2016-02-04 Thread Sam McKelvie
I think it is your call if you want to make a breaking change to $ssl_client_cert to URL encode it; I'd be happy to submit the changeset if you would approve that, but I personally don't feel comfortable breaking any existing applications that parse/decode the certificate. So my suggestion now is

[nginx] Dynamic modules: moved module-related stuff to separate ...

2016-02-04 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/0f203a2af17c branches: changeset: 6378:0f203a2af17c user: Maxim Dounin date: Thu Feb 04 18:30:21 2016 +0300 description: Dynamic modules: moved module-related stuff to separate files. diffstat: auto/sources | 2 + src/core/nginx

[nginx] Dynamic modules: auto/module script.

2016-02-04 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/392959224560 branches: changeset: 6382:392959224560 user: Maxim Dounin date: Thu Feb 04 18:30:21 2016 +0300 description: Dynamic modules: auto/module script. This script simplifies configuration of additional modules, including 3rd party ones.

[nginx] Dynamic modules.

2016-02-04 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/85dea406e18f branches: changeset: 6383:85dea406e18f user: Maxim Dounin date: Thu Feb 04 20:25:29 2016 +0300 description: Dynamic modules. The auto/module script is extended to understand ngx_module_link=DYNAMIC. When set, it links the module as

[nginx] Dynamic modules: changed ngx_modules to cycle->modules.

2016-02-04 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/cf5e822cf470 branches: changeset: 6379:cf5e822cf470 user: Maxim Dounin date: Thu Feb 04 18:30:21 2016 +0300 description: Dynamic modules: changed ngx_modules to cycle->modules. diffstat: src/core/ngx_conf_file.c | 14 --

[nginx] Dynamic modules: introduced HTTP_INIT_FILTER_MODULES.

2016-02-04 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/c529555949b7 branches: changeset: 6381:c529555949b7 user: Maxim Dounin date: Thu Feb 04 18:30:21 2016 +0300 description: Dynamic modules: introduced HTTP_INIT_FILTER_MODULES. Additionally, HTTP_HEADERS_FILTER_MODULE now added to HTTP_FILTER_MOD

[nginx] Dynamic modules: dlopen() support.

2016-02-04 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/7142b04337d6 branches: changeset: 6380:7142b04337d6 user: Maxim Dounin date: Thu Feb 04 18:30:21 2016 +0300 description: Dynamic modules: dlopen() support. diffstat: auto/lib/openssl/conf| 3 +-- auto/sources

Re: Proposed changeset to fix client cert from ngx_ssl_get_certificate passed as HTTP header value

2016-02-04 Thread Maxim Dounin
Hello! On Thu, Feb 04, 2016 at 09:17:31AM -0800, Sam McKelvie wrote: > > Hello! > > > > On Wed, Feb 03, 2016 at 03:38:13PM -0800, Sam McKelvie wrote: > > > >> The ngx_ssl_get_certificate() changes ?\n? to ?\n\t? in the returned PEM > >> string in an effort to make > >> the string usable as an HT

Re: Proposed changeset to fix client cert from ngx_ssl_get_certificate passed as HTTP header value

2016-02-04 Thread Sam McKelvie
> Hello! > > On Wed, Feb 03, 2016 at 03:38:13PM -0800, Sam McKelvie wrote: > >> The ngx_ssl_get_certificate() changes ?\n? to ?\n\t? in the returned PEM >> string in an effort to make >> the string usable as an HTTP header value with $ssl_client_cert. However, >> bare ?\n? (without a preceding ?\

[nginx] HTTP/2: fixed possible buffer overrun (ticket #893).

2016-02-04 Thread Valentin Bartenev
details: http://hg.nginx.org/nginx/rev/11e019750adc branches: changeset: 6377:11e019750adc user: Valentin Bartenev date: Thu Feb 04 18:01:04 2016 +0300 description: HTTP/2: fixed possible buffer overrun (ticket #893). Due to greater priority of the unary plus operator over the terna

Re: Stream Module Variables

2016-02-04 Thread Maxim Konovalov
Hello, On 2/4/16 3:15 AM, SplitIce wrote: > The map module is also a noticeable omission tied into the lack > of variables. > > On Thu, Feb 4, 2016 at 11:13 AM, Yichun Zhang (agentzh) > mailto:agen...@gmail.com>> wrote: > > Hello! > > On Wed, Feb 3, 2016 at 3:37 PM, SplitIce wrote: >> I have