Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete empty ->init() functions | Jan Engelhardt | 2007-10-04 | 1 | -7/+0 |
| | | | | | | | Deletes empty ->init() functions. ip[6]tables already checks for .init being NULL or not. Signed-off-by: Jan Engelhardt <jengelh@gmx.de> | ||||
* | Fix sparse warnings: non-ANSI function declarations, 0 used as pointer | Patrick McHardy | 2007-09-08 | 1 | -2/+2 |
| | |||||
* | Remove last vestiges of NFC (Peter Riley <Peter.Riley@hotpop.com>) | Peter Riley | 2007-09-02 | 1 | -1/+1 |
| | |||||
* | Make the option structures const. | Jan Engelhardt | 2007-07-30 | 1 | -2/+2 |
| | | | | Signed-off-by: Jan Engelhardt <jengelh@gmx.de> | ||||
* | Remove the .next=NULL field. This is automatically initialized to zero. | Jan Engelhardt | 2007-07-30 | 1 | -1/+0 |
| | | | | | | | I've kept .print=NULL and .save=NULL so it stands out (since iptables will do the print/save then). Signed-off-by: Jan Engelhardt <jengelh@gmx.de> | ||||
* | Fixes warning on compilation of iptables matches/targets | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -3/+3 |
| | | | | | | | | | This changes the type of arguments as follows - ipt_ip * -> void * - ipt_entry * -> void * This patch doesn't change multiport, DNAT, SNAT, MASQUERADE, REDIRECT because these need more changes (casting void * variable with intended type) | ||||
* | Replaces ipt_entry_* with xt_entry_* in matches/targets | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -5/+5 |
| | |||||
* | get rid of numerous gcc-4 warnings | Harald Welte | 2005-07-19 | 1 | -1/+1 |
| | |||||
* | Pablo Neira: extensions conversion to C99 structure initialization | Pablo Neira | 2004-12-28 | 1 | -14/+13 |
| | | | | (I removed the revision stuff for the moment, but this needs to go in before the code moves too much --RR) | ||||
* | globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent ↵ | Harald Welte | 2002-05-29 | 1 | -2/+2 |
| | | | | naming | ||||
* | Yet another set of string_to_number() fixes. | Marc Boucher | 2001-09-08 | 1 | -1/+1 |
| | |||||
* | - added patch to support statically linking of iptables | Harald Welte | 2001-08-06 | 1 | -0/+2 |
| | | | | - iptables-save/-restore is no longer experimental | ||||
* | further fixes of string_to_number fixes | Harald Welte | 2001-07-23 | 1 | -3/+2 |
| | |||||
* | Aligning matchsize and targetsize now responsibility of extension writers | Rusty Russell | 2000-07-03 | 1 | -2/+2 |
| | | | | (PPC fix). | ||||
* | Changes to allow matching (for delete) on part of a rule, for rules which | Rusty Russell | 2000-04-19 | 1 | -0/+1 |
| | | | | change in the kernel (eg. ipt_limit). | ||||
* | Makefile fixes for release.v1.0.0-alpha | Rusty Russell | 2000-03-20 | 1 | -6/+6 |
| | | | | Whitespace cleanups. | ||||
* | reorganized tree after kernel merge | Marc Boucher | 2000-03-20 | 1 | -0/+173 |