All of lore.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] Xtables-addons 1.13 released
@ 2009-03-23 18:17 Jan Engelhardt
  2009-03-23 18:43 ` Robby Workman
  2009-03-24 18:00 ` Jir(í Moravec
  0 siblings, 2 replies; 7+ messages in thread
From: Jan Engelhardt @ 2009-03-23 18:17 UTC (permalink / raw)
  To: netfilter; +Cc: Robby Workman, Netfilter Developer Mailing List



Overview: http://freshmeat.net/projects/xtables-addons/
src (for the quick ones): 
  http://downloads.sf.net/xtables-addons/xtables-addons-1.13.tar.bz2

This release adds a reworked version of the "ipv4options" match, and 
works with the recently-released iptables 1.4.3.

(1.4.3 is a hard minimum requirement now.)

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ANNOUNCE] Xtables-addons 1.13 released
  2009-03-23 18:17 [ANNOUNCE] Xtables-addons 1.13 released Jan Engelhardt
@ 2009-03-23 18:43 ` Robby Workman
  2009-03-24  5:27   ` Changli Gao
  2009-03-24 18:00 ` Jir(í Moravec
  1 sibling, 1 reply; 7+ messages in thread
From: Robby Workman @ 2009-03-23 18:43 UTC (permalink / raw)
  To: Jan Engelhardt; +Cc: netfilter, Netfilter Developer Mailing List

On Mon, 23 Mar 2009 19:17:43 +0100 (CET)
Jan Engelhardt <jengelh@medozas.de> wrote:

> Overview: http://freshmeat.net/projects/xtables-addons/
> src (for the quick ones): 
>   http://downloads.sf.net/xtables-addons/xtables-addons-1.13.tar.bz2
> 
> This release adds a reworked version of the "ipv4options" match, and 
> works with the recently-released iptables 1.4.3.
> 
> (1.4.3 is a hard minimum requirement now.)


Thanks, Jan.  Built and working just fine here, best I can tell.

-RW

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ANNOUNCE] Xtables-addons 1.13 released
  2009-03-23 18:43 ` Robby Workman
@ 2009-03-24  5:27   ` Changli Gao
  2009-03-24  7:32     ` Jan Engelhardt
  0 siblings, 1 reply; 7+ messages in thread
From: Changli Gao @ 2009-03-24  5:27 UTC (permalink / raw)
  To: Robby Workman; +Cc: Jan Engelhardt, netfilter, Netfilter Developer Mailing List

When reviewing the code, I found there maybe a bug in libxt_fuzzy.c.
If an user want to delete this match module, he will got an error
reporting, and faile. As the fileds after maximum_rate in
xt_fuzzy_mtinfo will be altered in kernel space, we should assign the
userspacesize with the value offsetof(struct xt_fuzzy_mtinfo,
packets_total) instead.

On Tue, Mar 24, 2009 at 2:43 AM, Robby Workman <rw@rlworkman.net> wrote:
> On Mon, 23 Mar 2009 19:17:43 +0100 (CET)
> Jan Engelhardt <jengelh@medozas.de> wrote:
>
>> Overview: http://freshmeat.net/projects/xtables-addons/
>> src (for the quick ones):
>>   http://downloads.sf.net/xtables-addons/xtables-addons-1.13.tar.bz2
>>
>> This release adds a reworked version of the "ipv4options" match, and
>> works with the recently-released iptables 1.4.3.
>>
>> (1.4.3 is a hard minimum requirement now.)
>
>
> Thanks, Jan.  Built and working just fine here, best I can tell.
>
> -RW
> --
> To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>



-- 
Regards,
Changli Gao(xiaosuo@gmail.com)

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ANNOUNCE] Xtables-addons 1.13 released
  2009-03-24  5:27   ` Changli Gao
@ 2009-03-24  7:32     ` Jan Engelhardt
  0 siblings, 0 replies; 7+ messages in thread
From: Jan Engelhardt @ 2009-03-24  7:32 UTC (permalink / raw)
  To: Changli Gao; +Cc: Robby Workman, netfilter, Netfilter Developer Mailing List


On Tuesday 2009-03-24 06:27, Changli Gao wrote:

>When reviewing the code, I found there maybe a bug in libxt_fuzzy.c.
>If an user want to delete this match module, he will got an error
>reporting, and faile. As the fileds after maximum_rate in
>xt_fuzzy_mtinfo will be altered in kernel space, we should assign the
>userspacesize with the value offsetof(struct xt_fuzzy_mtinfo,
>packets_total) instead.

Thanks for the report. This has now been fixed.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ANNOUNCE] Xtables-addons 1.13 released
  2009-03-23 18:17 [ANNOUNCE] Xtables-addons 1.13 released Jan Engelhardt
  2009-03-23 18:43 ` Robby Workman
@ 2009-03-24 18:00 ` Jir(í Moravec
  2009-03-24 18:58     ` Jan Engelhardt
  1 sibling, 1 reply; 7+ messages in thread
From: Jir(í Moravec @ 2009-03-24 18:00 UTC (permalink / raw)
  To: netfilter; +Cc: netfilter-devel

Jan Engelhardt napsal(a):
> 
> Overview: http://freshmeat.net/projects/xtables-addons/
> src (for the quick ones): 
>   http://downloads.sf.net/xtables-addons/xtables-addons-1.13.tar.bz2
> 
> This release adds a reworked version of the "ipv4options" match, and 
> works with the recently-released iptables 1.4.3.
> 
> (1.4.3 is a hard minimum requirement now.)
> --
> To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

Latest available version of the ipv4options kernel part is from pomng-20081130.
Or I missed something and there is newer?


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ANNOUNCE] Xtables-addons 1.13 released
  2009-03-24 18:00 ` Jir(í Moravec
@ 2009-03-24 18:58     ` Jan Engelhardt
  0 siblings, 0 replies; 7+ messages in thread
From: Jan Engelhardt @ 2009-03-24 18:58 UTC (permalink / raw)
  To: Jir(í Moravec; +Cc: netfilter-devel, netfilter


On Tuesday 2009-03-24 19:00, Jir(í Moravec wrote:

>Jan Engelhardt napsal(a):
>> 
>> Overview: http://freshmeat.net/projects/xtables-addons/
>> src (for the quick ones): 
>>   http://downloads.sf.net/xtables-addons/xtables-addons-1.13.tar.bz2
>> 
>> This release adds a reworked version of the "ipv4options" match, and 
>> works with the recently-released iptables 1.4.3.
>> 
>> (1.4.3 is a hard minimum requirement now.)
>> --
>> To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>> 
>
>Latest available version of the ipv4options kernel part is from
>pomng-20081130. Or I missed something and there is newer?

Perhaps my language skill came a bit short this time, I thought
"reworked" does the job. In light of a well-known hacker mantra,
trying to beat nature is futile. :)

Other stuff to be aware of:
	http://tinyurl.com/cbby8b
	http://jengelh.medozas.de/documents/IntroXta.pdf
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ANNOUNCE] Xtables-addons 1.13 released
@ 2009-03-24 18:58     ` Jan Engelhardt
  0 siblings, 0 replies; 7+ messages in thread
From: Jan Engelhardt @ 2009-03-24 18:58 UTC (permalink / raw)
  To: Jir(í Moravec; +Cc: netfilter-devel, netfilter


On Tuesday 2009-03-24 19:00, Jir(í Moravec wrote:

>Jan Engelhardt napsal(a):
>> 
>> Overview: http://freshmeat.net/projects/xtables-addons/
>> src (for the quick ones): 
>>   http://downloads.sf.net/xtables-addons/xtables-addons-1.13.tar.bz2
>> 
>> This release adds a reworked version of the "ipv4options" match, and 
>> works with the recently-released iptables 1.4.3.
>> 
>> (1.4.3 is a hard minimum requirement now.)
>> --
>> To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>> 
>
>Latest available version of the ipv4options kernel part is from
>pomng-20081130. Or I missed something and there is newer?

Perhaps my language skill came a bit short this time, I thought
"reworked" does the job. In light of a well-known hacker mantra,
trying to beat nature is futile. :)

Other stuff to be aware of:
	http://tinyurl.com/cbby8b
	http://jengelh.medozas.de/documents/IntroXta.pdf
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-03-24 18:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-23 18:17 [ANNOUNCE] Xtables-addons 1.13 released Jan Engelhardt
2009-03-23 18:43 ` Robby Workman
2009-03-24  5:27   ` Changli Gao
2009-03-24  7:32     ` Jan Engelhardt
2009-03-24 18:00 ` Jir(í Moravec
2009-03-24 18:58   ` Jan Engelhardt
2009-03-24 18:58     ` Jan Engelhardt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.