<feed xmlns='http://www.w3.org/2005/Atom'>
<title>courier-libs/rfc1035, branch master</title>
<subtitle>Courier Mail Server - shared libraries</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/courier-libs/'/>
<entry>
<title>gcc 12, autotool updates, sqwebmail fixes.</title>
<updated>2022-05-23T03:52:31+00:00</updated>
<author>
<name>Sam Varshavchik</name>
</author>
<published>2022-05-23T03:52:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/courier-libs/commit/?id=83e37efc8ed785cd095eb585ff747e5702ec49b3'/>
<id>83e37efc8ed785cd095eb585ff747e5702ec49b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a few instances of misspellings of "occurred"</title>
<updated>2022-03-22T07:20:27+00:00</updated>
<author>
<name>Roel van Meer</name>
</author>
<published>2022-03-22T07:20:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/courier-libs/commit/?id=a1828069b5d9d04061a9bf6d02a157a3e645bf0f'/>
<id>a1828069b5d9d04061a9bf6d02a157a3e645bf0f</id>
<content type='text'>
See also:
  https://salsa.debian.org/debian/courier-unicode/-/blob/master/debian/patches/0004-Spelling-Fixes.patch
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See also:
  https://salsa.debian.org/debian/courier-unicode/-/blob/master/debian/patches/0004-Spelling-Fixes.patch
</pre>
</div>
</content>
</entry>
<entry>
<title>rfc1035mxlist: add an distinct return code for "MX ." reply.</title>
<updated>2021-11-12T00:31:10+00:00</updated>
<author>
<name>Sam Varshavchik</name>
</author>
<published>2021-11-12T00:31:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/courier-libs/commit/?id=424cf6965d8144f5ecd0aecd9f45362bbb22a167'/>
<id>424cf6965d8144f5ecd0aecd9f45362bbb22a167</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>-Wall and -Werror fixes</title>
<updated>2021-05-22T01:11:51+00:00</updated>
<author>
<name>Sam Varshavchik</name>
</author>
<published>2021-05-22T01:11:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/courier-libs/commit/?id=142f42378608e593eb36ceb33895db99948427aa'/>
<id>142f42378608e593eb36ceb33895db99948427aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tolerate -Wall and -Werror</title>
<updated>2021-05-19T12:03:46+00:00</updated>
<author>
<name>Sam Varshavchik</name>
</author>
<published>2021-05-18T02:48:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/courier-libs/commit/?id=34b6dbb743654fdb6edccf101c4da7e671b7a92d'/>
<id>34b6dbb743654fdb6edccf101c4da7e671b7a92d</id>
<content type='text'>
Fixes to configure scripts and code so that it compiles (hopefully
correctly) with -Wall and -Werror.

Remove support for ancient BSD stricmp and strnicmp functions.
AC_CHECK_FUNC does not work for strcasecmp and strncasecmp under
-Wall, it's simpler to remove it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes to configure scripts and code so that it compiles (hopefully
correctly) with -Wall and -Werror.

Remove support for ancient BSD stricmp and strnicmp functions.
AC_CHECK_FUNC does not work for strcasecmp and strncasecmp under
-Wall, it's simpler to remove it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix handling of bad DNS queries.</title>
<updated>2021-03-01T11:50:40+00:00</updated>
<author>
<name>Sam Varshavchik</name>
</author>
<published>2021-03-01T11:48:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/courier-libs/commit/?id=2ebfa0325b501e308e43b451561a06cb18bb28ec'/>
<id>2ebfa0325b501e308e43b451561a06cb18bb28ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Restart query from the original hostname.</title>
<updated>2020-05-09T03:48:19+00:00</updated>
<author>
<name>Sam Varshavchik</name>
</author>
<published>2020-05-09T03:48:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/courier-libs/commit/?id=e8f1e9e157cbd01be78caaad7fe5be7952ec7b36'/>
<id>e8f1e9e157cbd01be78caaad7fe5be7952ec7b36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweaks to the return codes.</title>
<updated>2020-05-08T10:47:09+00:00</updated>
<author>
<name>Sam Varshavchik</name>
</author>
<published>2020-05-08T10:47:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/courier-libs/commit/?id=ea9926077fe773102808184ed54a7b0327bcc237'/>
<id>ea9926077fe773102808184ed54a7b0327bcc237</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More simultaneous DNS query support.</title>
<updated>2020-05-08T02:49:32+00:00</updated>
<author>
<name>Sam Varshavchik</name>
</author>
<published>2020-05-08T02:49:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/courier-libs/commit/?id=c9982ab6a25c0cd95bfc0867dc8cab991786ddb5'/>
<id>c9982ab6a25c0cd95bfc0867dc8cab991786ddb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reindent code.</title>
<updated>2020-04-22T02:47:04+00:00</updated>
<author>
<name>Sam Varshavchik</name>
</author>
<published>2020-04-22T02:47:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/courier-libs/commit/?id=92e047d146ed9bae79856b2a17ab513e1ddac5c9'/>
<id>92e047d146ed9bae79856b2a17ab513e1ddac5c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
