<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to patches</title><link href="https://sourceforge.net/p/ehnt/patches/" rel="alternate"/><link href="https://sourceforge.net/p/ehnt/patches/feed.atom" rel="self"/><id>https://sourceforge.net/p/ehnt/patches/</id><updated>2001-10-07T17:16:08Z</updated><subtitle>Recent changes to patches</subtitle><entry><title>ehntserv buffersize patch (again ;-)</title><link href="https://sourceforge.net/p/ehnt/patches/5/" rel="alternate"/><published>2001-10-07T17:16:08Z</published><updated>2001-10-07T17:16:08Z</updated><author><name>Dmitry Morozovsky</name><uri>https://sourceforge.net/u/dmorozovsky/</uri></author><id>https://sourceforge.net9935e320b937d223fd0b5c1668c49db1cfaf800b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Here is another trial to submit patch for ehntserv&lt;br /&gt;
which allows buffer size tuning for ehnt.&lt;/p&gt;
&lt;p&gt;Also, all invocations to exit now returns 1 if error&lt;br /&gt;
occured.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>small patch for ProcessASN.pl</title><link href="https://sourceforge.net/p/ehnt/patches/4/" rel="alternate"/><published>2001-09-05T10:33:58Z</published><updated>2001-09-05T10:33:58Z</updated><author><name>Dmitry Morozovsky</name><uri>https://sourceforge.net/u/dmorozovsky/</uri></author><id>https://sourceforge.nete9d3fc4b0f6c8cc457e5daa110c0d86b48895748</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;After conversion to RPSL many ASes in RIPE and APNIC DBs are with 'unspecified' descriptions. Here &lt;br /&gt;
is small patch to fix this (use with -w or change spaces to tabs manually as I think it's unwise to &lt;br /&gt;
attach such small patch by standalone file ;)&lt;/p&gt;
&lt;h1 id="index-processasnpl"&gt;Index: ProcessASN.pl&lt;/h1&gt;
&lt;p&gt;RCS file: /home/marck/.CVS/contrib/ehnt/ProcessASN.pl,v&lt;br /&gt;
retrieving revision 1.2&lt;br /&gt;
diff -u -r1.2 ProcessASN.pl&lt;br /&gt;
--- ProcessASN.pl       2001/08/07 15:12:42     1.2&lt;br /&gt;
+++ ProcessASN.pl       2001/09/05 10:29:53&lt;br /&gt;
@@ -91,6 +91,9 @@&lt;br /&gt;
if (! $aa) {&lt;br /&gt;
$aa=$1;&lt;br /&gt;
$aa=~ s/ /_/g;&lt;br /&gt;
+                       if ($aa eq 'UNSPECIFIED') {&lt;br /&gt;
+                               $aa=&amp;amp;quot;AS$an&amp;amp;quot;;    # 'an:' is always defined here&lt;br /&gt;
+                       }&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
if (/^\*mb: MAINT\-(..*)/) {&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>buffersize patch for ehntserv</title><link href="https://sourceforge.net/p/ehnt/patches/3/" rel="alternate"/><published>2001-08-07T14:43:27Z</published><updated>2001-08-07T14:43:27Z</updated><author><name>Dmitry Morozovsky</name><uri>https://sourceforge.net/u/dmorozovsky/</uri></author><id>https://sourceforge.net52f06654ea0f314a2bf11c7acfe08571388d9468</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Under different *NIXes, maximum space available for&lt;br /&gt;
buffering varies as well. So adding -s option to&lt;br /&gt;
ehntserv together with reasaonable default in config.h&lt;br /&gt;
seems useful.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>First invocation of man pages for ehnt</title><link href="https://sourceforge.net/p/ehnt/patches/2/" rel="alternate"/><published>2001-08-05T13:50:28Z</published><updated>2001-08-05T13:50:28Z</updated><author><name>Dmitry Morozovsky</name><uri>https://sourceforge.net/u/dmorozovsky/</uri></author><id>https://sourceforge.net13cad4a09e2b70f14f6ca150c4d7abd8b7d8d7f5</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;These are man pages ([ng]roff format) for ehnt and&lt;br /&gt;
ehntserv written by me during creation of FreeBSD port&lt;br /&gt;
of ehnt. Hope them to be useful ;-)&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>colondump mode addition</title><link href="https://sourceforge.net/p/ehnt/patches/1/" rel="alternate"/><published>2001-08-02T14:14:34Z</published><updated>2001-08-02T14:14:34Z</updated><author><name>Dmitry Morozovsky</name><uri>https://sourceforge.net/u/dmorozovsky/</uri></author><id>https://sourceforge.net18dd1f7a75e241db78f2e800118fc7cefbe3f580</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Here is the patch adding colondump mode which is useful&lt;br /&gt;
for filter-like parsers like mine (actually, after&lt;br /&gt;
thorough testing I've got a plan to incorporate&lt;br /&gt;
new ehnt client into this project, but it's another&lt;br /&gt;
task)&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>