<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>a2913c44cb7f5c198ff8f2f723e9cc379cd5785c - add STARTTLS support, using the shiny libtls.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/libexec/spamd/Makefile#a2913c44cb7f5c198ff8f2f723e9cc379cd5785c</link>
        <description>add STARTTLS support, using the shiny libtls.Rationale: when you publish DANE records for certificate pinning, you MUSToffer TLS on the indicated service. Not offering TLS is verboten sincethat would re-open the door for a MitM. This is obviously fundamentallyincompatible with having spamd in front of your mailservers - spamd kindais a MitM here, but intentional and utterly valid.DANE is desirable because it allows one to not have to trust the brokenSSL CA model, and, depending on the mode chosen, even show the SSL certmafia the middle finger by not needing them at all.ok reyk jsing bob

            List of files:
            /openbsd-src/libexec/spamd/Makefile</description>
        <pubDate>Sat, 07 Feb 2015 10:45:19 +0000</pubDate>
        <dc:creator>henning &lt;henning@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>51210d5c4143f40e4bb22955bd7f630657489cf1 - Remove the use of time_t in the greylist db file and use int64_t instead</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/libexec/spamd/Makefile#51210d5c4143f40e4bb22955bd7f630657489cf1</link>
        <description>Remove the use of time_t in the greylist db file and use int64_t insteadwith backwards compatibility for records with 32-bit times.OK deraadt@ beck@

            List of files:
            /openbsd-src/libexec/spamd/Makefile</description>
        <pubDate>Wed, 21 Aug 2013 16:13:29 +0000</pubDate>
        <dc:creator>millert &lt;millert@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>98babcad66c249fea6b5d43e49c6cf1927a97ae9 - Database synchronizaton for spamd/spamlogd</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/libexec/spamd/Makefile#98babcad66c249fea6b5d43e49c6cf1927a97ae9</link>
        <description>Database synchronizaton for spamd/spamlogdThis adds an HMAC protected synchronization protocol for use by spamd andspamlogd.- spamd can receive updates from other hosts for GREY, WHITE, and TRAPPED dbentries, and will update the local /var/db/spamd accordingly.- spamd can send updates when it makes changes to the GREY or TRAPPEDentries in the db to other hosts running spamd. (Note it does not sendWHITE entries because the other spamd will see the GREY changes and havecomplete information to make appropritate decisions)- spamlogd can send updates for WHITE db entries that it performs on the localdb to other hosts running spamd, which will then apply them on remote hosts.note that while this diff provides synchronization for changes made to thespamd db by the daemons, it does *not* provide for sychonizing changesto the spamd db made manually with the spamdb command.Synchronization protocol and most of the work by reyk@,with a bunch of the spamd, and spamlogd stuff by me.testing mostly at the U of A, running happily there under big load.ok reyk@ jmc@

            List of files:
            /openbsd-src/libexec/spamd/Makefile</description>
        <pubDate>Sun, 04 Mar 2007 03:19:41 +0000</pubDate>
        <dc:creator>beck &lt;beck@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>b051393d7dd4f18c8c5c2603032c4db6eb790c0c - Remove -ansi as that means expose only C89 interfaces.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/libexec/spamd/Makefile#b051393d7dd4f18c8c5c2603032c4db6eb790c0c</link>
        <description>Remove -ansi as that means expose only C89 interfaces.

            List of files:
            /openbsd-src/libexec/spamd/Makefile</description>
        <pubDate>Tue, 24 May 2005 22:23:04 +0000</pubDate>
        <dc:creator>millert &lt;millert@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>1f68c1d423a18ba467ea103f8d8bc128a0f56830 - Add -g option for greylisting support for spamd. The greylisting techinque</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/libexec/spamd/Makefile#1f68c1d423a18ba467ea103f8d8bc128a0f56830</link>
        <description>Add -g option for greylisting support for spamd. The greylisting techinqueoriginates from a paper by Evan Harris which can be found athttp://projects.puremagic.com/greylisting/. This implementation makesspamd allow for non-blacklisted addresses to be treated as &quot;greylisted&quot;.where they are tracked in a db file, and whitelisted by addition to apf table when the same envelope from and to are retried from the samesource IP address. Testing by many, ok deraadt@

            List of files:
            /openbsd-src/libexec/spamd/Makefile</description>
        <pubDate>Thu, 26 Feb 2004 07:28:54 +0000</pubDate>
        <dc:creator>beck &lt;beck@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>a84cba683c5c538c8f1f4acfdf70af740e018525 - no default -Werror on these</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/libexec/spamd/Makefile#a84cba683c5c538c8f1f4acfdf70af740e018525</link>
        <description>no default -Werror on these

            List of files:
            /openbsd-src/libexec/spamd/Makefile</description>
        <pubDate>Wed, 02 Jul 2003 22:44:11 +0000</pubDate>
        <dc:creator>deraadt &lt;deraadt@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>6c461b1bd50fc00358312a61065ea2856f31a008 - spamd-setup, in c. ok deraadt@, he wants to clean in situ.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/libexec/spamd/Makefile#6c461b1bd50fc00358312a61065ea2856f31a008</link>
        <description>spamd-setup, in c. ok deraadt@, he wants to clean in situ.

            List of files:
            /openbsd-src/libexec/spamd/Makefile</description>
        <pubDate>Sat, 08 Mar 2003 18:17:04 +0000</pubDate>
        <dc:creator>beck &lt;beck@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>f2aeda32ce6c5017f5f4084f65c7705f61358622 - Add ANSI prototypes for all functions.  Now compiles with</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/libexec/spamd/Makefile#f2aeda32ce6c5017f5f4084f65c7705f61358622</link>
        <description>Add ANSI prototypes for all functions.  Now compiles with-ansi -Wstrict-prototypes, update the Makefile to reflectthat.

            List of files:
            /openbsd-src/libexec/spamd/Makefile</description>
        <pubDate>Sun, 02 Mar 2003 23:55:11 +0000</pubDate>
        <dc:creator>cloder &lt;cloder@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>461ebb7f34cf6f742c3acfe08a118e45d5b5daa9 - Spamd changes to add blacklist awareness to spamd, new spamd-setup.pl</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/libexec/spamd/Makefile#461ebb7f34cf6f742c3acfe08a118e45d5b5daa9</link>
        <description>Spamd changes to add blacklist awareness to spamd, new spamd-setup.plwhich configures individual blacklists sources and deals with whitelists.Perl still needs some stylistic changes as suggested by bmc which will goin shortly.ok deraadt@

            List of files:
            /openbsd-src/libexec/spamd/Makefile</description>
        <pubDate>Sun, 02 Mar 2003 19:21:59 +0000</pubDate>
        <dc:creator>beck &lt;beck@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>b88e1712598e69b30a39c91b767d25f5f5482f29 - Give spamd.8 something to .Xr</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/libexec/spamd/Makefile#b88e1712598e69b30a39c91b767d25f5f5482f29</link>
        <description>Give spamd.8 something to .Xr

            List of files:
            /openbsd-src/libexec/spamd/Makefile</description>
        <pubDate>Fri, 14 Feb 2003 05:32:02 +0000</pubDate>
        <dc:creator>jason &lt;jason@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>ffabe4cb977aa09a35b7079c3446abcdc3508dda - spamd: work in progress</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/libexec/spamd/Makefile#ffabe4cb977aa09a35b7079c3446abcdc3508dda</link>
        <description>spamd: work in progress

            List of files:
            /openbsd-src/libexec/spamd/Makefile</description>
        <pubDate>Sat, 21 Dec 2002 01:41:54 +0000</pubDate>
        <dc:creator>deraadt &lt;deraadt@openbsd.org&gt;</dc:creator>
    </item>
</channel>
</rss>
