<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nginx.git, branch release-1.1.17</title>
<subtitle>nginx</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/'/>
<entry>
<title>nginx-1.1.17-RELEASE</title>
<updated>2012-03-15T11:32:18+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2012-03-15T11:32:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=cbdec4e7f3abeee0c2b3537ec26bc465e2464ccf'/>
<id>cbdec4e7f3abeee0c2b3537ec26bc465e2464ccf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Headers with null character are now rejected.</title>
<updated>2012-03-15T11:27:57+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2012-03-15T11:27:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=d1ed97b18bc3a7115c060a688be415fdc078bb76'/>
<id>d1ed97b18bc3a7115c060a688be415fdc078bb76</id>
<content type='text'>
Headers with NUL character aren't allowed by HTTP standard and may cause
various security problems.  They are now unconditionally rejected.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Headers with NUL character aren't allowed by HTTP standard and may cause
various security problems.  They are now unconditionally rejected.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed incorrect ngx_cpystrn() usage in ngx_http_*_process_header().</title>
<updated>2012-03-15T11:27:12+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2012-03-15T11:27:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=eb526b7d7d9ee413b624a78373562183ececa738'/>
<id>eb526b7d7d9ee413b624a78373562183ececa738</id>
<content type='text'>
This resulted in a disclosure of previously freed memory if upstream
server returned specially crafted response, potentially exposing
sensitive information.

Reported by Matthew Daley.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This resulted in a disclosure of previously freed memory if upstream
server returned specially crafted response, potentially exposing
sensitive information.

Reported by Matthew Daley.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed ssi and perl interaction.</title>
<updated>2012-03-15T11:23:07+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2012-03-15T11:23:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=030e235ec70868469cb6aaf01f25fc29d579e028'/>
<id>030e235ec70868469cb6aaf01f25fc29d579e028</id>
<content type='text'>
Embedded perl module assumes there is a space for terminating NUL character,
make sure to provide it in all situations by allocating one extra byte for
value buffer.  Default ssi_value_length is reduced accordingly to
preserve 256 byte allocations.

While here, fixed another one byte value buffer overrun possible in
ssi_quoted_symbol_state.

Reported by Matthew Daley.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Embedded perl module assumes there is a space for terminating NUL character,
make sure to provide it in all situations by allocating one extra byte for
value buffer.  Default ssi_value_length is reduced accordingly to
preserve 256 byte allocations.

While here, fixed another one byte value buffer overrun possible in
ssi_quoted_symbol_state.

Reported by Matthew Daley.
</pre>
</div>
</content>
</entry>
<entry>
<title>Uwsgi: merged r-&gt;http_version fixes from scgi module.</title>
<updated>2012-03-15T11:21:54+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2012-03-15T11:21:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=205394e6f90c8aa2aac000e46d4b7a1eff5bbfd2'/>
<id>205394e6f90c8aa2aac000e46d4b7a1eff5bbfd2</id>
<content type='text'>
Fixed incorrect use of r-&gt;http_version (r4372).  Removed duplicate function
declaration (r4373).  Removed error if there is no Status header (r4374).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed incorrect use of r-&gt;http_version (r4372).  Removed duplicate function
declaration (r4373).  Removed error if there is no Status header (r4374).
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated OpenSSL and PCRE used for win32 builds.</title>
<updated>2012-03-15T01:57:09+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2012-03-15T01:57:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=de964a9a27197f41b398b1ed18468d9cc9e44f07'/>
<id>de964a9a27197f41b398b1ed18468d9cc9e44f07</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mentioned the NGINX environment variable.</title>
<updated>2012-03-12T12:29:56+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@nginx.com</email>
</author>
<published>2012-03-12T12:29:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=51e926fc4fac2863d0333f4dfb82103b69c2d20c'/>
<id>51e926fc4fac2863d0333f4dfb82103b69c2d20c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added scgi_temp and uwsgi_temp to svn:ignore.</title>
<updated>2012-03-11T13:33:03+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@nginx.com</email>
</author>
<published>2012-03-11T13:33:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=9eff0e6508050ccf400f31760bc4880a1aabaf7c'/>
<id>9eff0e6508050ccf400f31760bc4880a1aabaf7c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Applied some of the OpenBSD changes.</title>
<updated>2012-03-06T06:54:48+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@nginx.com</email>
</author>
<published>2012-03-06T06:54:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=098c7b6aa6deb6c1f5112b97e76f370772a6f1e3'/>
<id>098c7b6aa6deb6c1f5112b97e76f370772a6f1e3</id>
<content type='text'>
- Expanded contractions.
- Fixed some markup.
- Updated URL of official documentation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Expanded contractions.
- Fixed some markup.
- Updated URL of official documentation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Whitespace fixes.</title>
<updated>2012-03-05T18:09:06+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2012-03-05T18:09:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=ee187436afcaaeef4bb8bcb65b3f5f815920761e'/>
<id>ee187436afcaaeef4bb8bcb65b3f5f815920761e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
