<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nginx.git/src/mail, branch release-1.4.4</title>
<subtitle>nginx</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/'/>
<entry>
<title>Mail: fixed segfault with ssl/starttls at mail{} level and no cert.</title>
<updated>2013-09-30T18:10:13+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2013-09-30T18:10:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=2638cef71962fc49d57dc5d8977c4984a631a7ea'/>
<id>2638cef71962fc49d57dc5d8977c4984a631a7ea</id>
<content type='text'>
A configuration like "mail { starttls on; server {}}" triggered NULL
pointer dereference in ngx_mail_ssl_merge_conf() as conf-&gt;file was not set.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A configuration like "mail { starttls on; server {}}" triggered NULL
pointer dereference in ngx_mail_ssl_merge_conf() as conf-&gt;file was not set.
</pre>
</div>
</content>
</entry>
<entry>
<title>Mail: fixed overrun of allocated memory (ticket #411).</title>
<updated>2013-09-30T18:10:08+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2013-09-30T18:10:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=9f97a0c4f9dcf71279c283098ee4bf8c0e03c65a'/>
<id>9f97a0c4f9dcf71279c283098ee4bf8c0e03c65a</id>
<content type='text'>
Reported by Markus Linnala.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported by Markus Linnala.
</pre>
</div>
</content>
</entry>
<entry>
<title>Mail: IPv6 backends (ticket #323).</title>
<updated>2013-03-25T13:38:59+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@nginx.com</email>
</author>
<published>2013-03-25T13:38:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=4f2d6513dc36bcf88ab512292daa89d7a54a01e4'/>
<id>4f2d6513dc36bcf88ab512292daa89d7a54a01e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implemented IPv6 support for URLs specified using domain names.</title>
<updated>2012-12-17T12:08:53+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@nginx.com</email>
</author>
<published>2012-12-17T12:08:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=b8a90c69039046ff6196b9e174e21c5377ed07dd'/>
<id>b8a90c69039046ff6196b9e174e21c5377ed07dd</id>
<content type='text'>
This includes "debug_connection", upstreams, "proxy_pass", etc.
(ticket #92)

To preserve compatibility, "listen" specified with a domain name
selects the first IPv4 address, if available.  If not available,
the first IPv6 address will be used (ticket #186).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This includes "debug_connection", upstreams, "proxy_pass", etc.
(ticket #92)

To preserve compatibility, "listen" specified with a domain name
selects the first IPv4 address, if available.  If not available,
the first IPv6 address will be used (ticket #186).
</pre>
</div>
</content>
</entry>
<entry>
<title>Whitespace fix.</title>
<updated>2012-08-18T23:04:39+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2012-08-18T23:04:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=83e35f6f22e06a32d283b28c66800cd8229cefc7'/>
<id>83e35f6f22e06a32d283b28c66800cd8229cefc7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mail: fixed handling of AF_UNIX addresses in "listen".</title>
<updated>2012-08-17T05:21:28+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@nginx.com</email>
</author>
<published>2012-08-17T05:21:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=53b8514f2d1b6a5616344cd12ab7898f1e3e6747'/>
<id>53b8514f2d1b6a5616344cd12ab7898f1e3e6747</id>
<content type='text'>
This makes AF_UNIX addresses in mail officially supported.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes AF_UNIX addresses in mail officially supported.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed a stale "AF_INET only" comment.</title>
<updated>2012-08-17T05:14:19+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@nginx.com</email>
</author>
<published>2012-08-17T05:14:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=ff3236e7a7e1c54cdef1e3300eda2b916807e67a'/>
<id>ff3236e7a7e1c54cdef1e3300eda2b916807e67a</id>
<content type='text'>
IPv6 client connections in mail modules have been supported since r2856.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
IPv6 client connections in mail modules have been supported since r2856.
</pre>
</div>
</content>
</entry>
<entry>
<title>Mail: fixed sorting of listen addresses (ticket #187).</title>
<updated>2012-08-17T05:08:42+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@nginx.com</email>
</author>
<published>2012-08-17T05:08:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=f12c7563e2523e268075bb1acc254ea30d536840'/>
<id>f12c7563e2523e268075bb1acc254ea30d536840</id>
<content type='text'>
For http module this problem was already fixed in r4756.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For http module this problem was already fixed in r4756.
</pre>
</div>
</content>
</entry>
<entry>
<title>mail_core: don't let the well-known port in the "listen" directive to</title>
<updated>2012-08-15T11:30:24+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@nginx.com</email>
</author>
<published>2012-08-15T11:30:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=9aac01a76edeccd7760e99de23eac7e447cf4fde'/>
<id>9aac01a76edeccd7760e99de23eac7e447cf4fde</id>
<content type='text'>
override the already set "protocol".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
override the already set "protocol".
</pre>
</div>
</content>
</entry>
<entry>
<title>Corrected the directive name in the ngx_mail_auth_http_module error message.</title>
<updated>2012-08-15T11:17:55+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@nginx.com</email>
</author>
<published>2012-08-15T11:17:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=89ad2e91e5bc3f0e8699bdf72b21bfbb5942943e'/>
<id>89ad2e91e5bc3f0e8699bdf72b21bfbb5942943e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
