[PATCH] ipt_recent-0.2.2

2002-07-01 Thread Stephen Frost
v0.2.1 ++#define RECENT_VERv0.2.2 + +static char version[] = +KERN_INFO RECENT_NAME RECENT_VER : Stephen Frost [EMAIL PROTECTED]. +http://snowman.net/projects/ipt_recent/\n;; @@ -394,6 +394,13 @@ + hash_result = (hash_result + 1) % ip_list_hash_size

Re: [ANNOUNCE] netfilter/iptables Anonymous CVS has been moved

2002-06-22 Thread Stephen Frost
* Harald Welte ([EMAIL PROTECTED]) wrote: On Fri, Jun 21, 2002 at 03:55:08PM -0400, Stephen Frost wrote: * Harald Welte ([EMAIL PROTECTED]) wrote: The anonymous CVS repository for the netfilter/iptables project has been moved. Harald, Is there anything we need to do to get

[PATCH] ipt_recent-0.2.2

2002-06-21 Thread Stephen Frost
* Harald Welte ([EMAIL PROTECTED]) wrote: On Tue, Jun 18, 2002 at 12:34:39AM -0400, Stephen Frost wrote: Hey all, Version 0.2.1 of my ipt_recent module has been up and running on my thanks. For future reference: please send patches as mime attachment, uncompressed. this way i can

Re: [ANNOUNCE] netfilter/iptables Anonymous CVS has been moved

2002-06-21 Thread Stephen Frost
* Harald Welte ([EMAIL PROTECTED]) wrote: The anonymous CVS repository for the netfilter/iptables project has been moved. Harald, Is there anything we need to do to get back on the netfilter cvs-commits list? I havn't seen any commits since the 18th so I'm guessing either we have to

ipt_recent-0.2.0 BETA

2002-06-07 Thread Stephen Frost
Hey all, There have been some questions on these lists regarding my 'recent' module and just wanted to drop a short note letting people know that I've released a *BETA* version of the module on my site (http://snowman.net) at http://snowman.net/projects/ipt_recent/ . This is still very

Re: Arbitrary Netmasks

2002-05-28 Thread Stephen Frost
* Thomas Heinz ([EMAIL PROTECTED]) wrote: Netfilter supports arbitrary netmasks for IP addresses which is more powerful than just those IP/x (0 = x = 32) expressions. For example one could use IP/255.0.255.255 (IP/23.13.42.0 would also work ;-). Are masks that cannot be expressed in the

Re: Patch-o-matic hypertext listing for the web site

2002-04-19 Thread Stephen Frost
* Harald Welte ([EMAIL PROTECTED]) wrote: cool. I will try to integrate this into our homepage build process ASAP. Harald, Wanted to let you know I've got an initial cut of this up at http://netfilter.snowman.net under 'Documentation'. It's the 'POM List' link. I'm talking to William

Re: Faeture suggestion: timeouting rules

2002-03-07 Thread Stephen Frost
* Gozem ([EMAIL PROTECTED]) wrote: That feature will be available in ippool coming soon. You can add IPs to a pool with the pooltype that removes its IP after X seconds. Example: iptables -A chain -m pool --pool badboys -j DROP iptables -A chain -m match -j POOL --pool badboys