<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to patches</title><link>https://sourceforge.net/p/denyhosts/patches/</link><description>Recent changes to patches</description><atom:link href="https://sourceforge.net/p/denyhosts/patches/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sat, 25 Aug 2018 13:08:22 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/denyhosts/patches/feed.rss" rel="self" type="application/rss+xml"/><item><title>mention slackware options</title><link>https://sourceforge.net/p/denyhosts/patches/16/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;attached is patch to denyhosts.cfg-dist to mention the slackware options&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">tim</dc:creator><pubDate>Sat, 25 Aug 2018 13:08:22 -0000</pubDate><guid>https://sourceforge.netdec1aa7339f0142b5bd969a1089a4a467c6cbbbc</guid></item><item><title>Add Auto-Submitted header for RFC3834 conformance</title><link>https://sourceforge.net/p/denyhosts/patches/15/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Attached patch ensures that auto-responders (such as out-of-office/vacatation) don't reply to DenyHosts' produced mail by adding an "Auto-Submitted: auto-generated" header which indicates that automated responses are &lt;em&gt;not&lt;/em&gt; to be sent.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Giel van Schijndel</dc:creator><pubDate>Sat, 26 Jul 2014 18:57:59 -0000</pubDate><guid>https://sourceforge.net195a7ce0d019600925e5cf883d9ecfe0925f0c80</guid></item><item><title>#9 GeoIP information</title><link>https://sourceforge.net/p/denyhosts/patches/9/?limit=25#a5ce</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It does not look as though the server&lt;span&gt;[1]&lt;/span&gt; used in this patch is still operating. Can anyone provide an updated server/patch for this feature? It is an interesting feature and the code looks good, we just need a working service for DenyHosts to talk to.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;[1]&lt;/span&gt; &lt;a href="http://freegeoip.appspot.com/csv/" rel="nofollow"&gt;http://freegeoip.appspot.com/csv/&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jesse Smith</dc:creator><pubDate>Mon, 02 Jun 2014 18:24:02 -0000</pubDate><guid>https://sourceforge.net738aa8c3da02df1d247b1ce3e38efd46888e6ca2</guid></item><item><title>Allow to purge all entries in DENY_HOSTS with --purge-all</title><link>https://sourceforge.net/p/denyhosts/patches/14/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This patch adds the --purge-all flag to allow purging of all entries in the files defined in HOSTS_DENY without regarding the PURGE_DENY delay.&lt;br /&gt;
As I don't have an access to the SVN or CVS repo, this patch is based on the last available table version of denyhosts.(2.6) and only impact the denyhosts.py script.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">9MediaCenterGUI</dc:creator><pubDate>Wed, 14 Mar 2012 14:29:37 -0000</pubDate><guid>https://sourceforge.net88a3781cad7c9efeaf89f24bfb4919b5097e317a</guid></item><item><title>Add SYNC_PROXY_SERVER to use an http proxy to synchronize</title><link>https://sourceforge.net/p/denyhosts/patches/13/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Add a SYNC_PROXY_SERVER configuration option that allows you to configure an HTTP proxy for use by the XML-RPC sync request to the sync server.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 04 Dec 2011 15:27:38 -0000</pubDate><guid>https://sourceforge.net38faaeebac84e820cda84749e9e6355d2a95694c</guid></item><item><title>fix hardcoded errno values</title><link>https://sourceforge.net/p/denyhosts/patches/12/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;currently DenyHosts compares 'errno' values with hardcoded numeric values, instead of using the constants of the 'errno' Python module.&lt;br /&gt;
This can lead to bugs due to E* values being potentially different per-OS, and even per-arch for the same OS.&lt;/p&gt;
&lt;p&gt;The attached patch fixes the issue.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pino Toscano</dc:creator><pubDate>Wed, 14 Sep 2011 15:28:55 -0000</pubDate><guid>https://sourceforge.net8663a1af34bc7d2c94bbdda6c72dbf253e52f88d</guid></item><item><title>Patch to call PLUGIN_DENY on SYNC'd hosts</title><link>https://sourceforge.net/p/denyhosts/patches/11/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This is a patch to have PLUGIN_DENY called every time a new host is received from the sync server. &lt;/p&gt;
&lt;p&gt;Currently in production on the following system, using a plugin to add hosts to a dedicated PF firewall table&lt;/p&gt;
&lt;p&gt;[18:29][root@vulture.coreitpro.com ~]# pkg_info | grep deny&lt;br /&gt;
denyhosts-2.6_3     Script to thwart ssh attacks&lt;br /&gt;
[18:29][root@vulture.coreitpro.com ~]# uname -a&lt;br /&gt;
FreeBSD vulture.coreitpro.com 7.3-RELEASE-p2 FreeBSD 7.3-RELEASE-p2 #6 r209992: Tue Jul 13 09:21:51 EDT 2010     toor@vulture.coreitpro.com:/usr/obj/usr/src/sys/GENERIC  i386&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sean M. Collins</dc:creator><pubDate>Wed, 10 Nov 2010 23:37:47 -0000</pubDate><guid>https://sourceforge.netc23805bbd6b3c37b4174e8091ff23bf0f15fed85</guid></item><item><title>ignore "Failed none": Patch for bug 1828684</title><link>https://sourceforge.net/p/denyhosts/patches/10/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;DenyHosts counts valid logins as invalid under Debian/Ubuntu at least.  See bug 1828684.  This simply ignores "Failed none" lines as requested.  Minimal testing; presumably should be merged with patch 1940279.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cedric Knight</dc:creator><pubDate>Thu, 29 Jul 2010 08:43:57 -0000</pubDate><guid>https://sourceforge.net10a2d87866b2f4df18b031d5d551ec773347f0ef</guid></item><item><title>GeoIP information</title><link>https://sourceforge.net/p/denyhosts/patches/9/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This patch will add the REPORT_GEOIP configuration option. This option, when set to yes, will append GeoIP information to the report mail.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Koen Bollen</dc:creator><pubDate>Wed, 07 Apr 2010 18:33:38 -0000</pubDate><guid>https://sourceforge.net056a388cb770448a2d97a7f627810a5625c48432</guid></item><item><title>Provides a useful warning when migrate switch is used</title><link>https://sourceforge.net/p/denyhosts/patches/8/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It's present in Debian already.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marco Rodrigues</dc:creator><pubDate>Fri, 19 Jun 2009 22:14:33 -0000</pubDate><guid>https://sourceforge.net2cec99a0b5d79816deebde32b066ee5426313950</guid></item></channel></rss>