Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -1/+1 |
| | | | | 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 | -3/+3 |
| | |||||
* | Kill NFC_* stuff in iptables (Pablo Neira <pablo@eurodev.net>) | Pablo Neira | 2005-02-14 | 1 | -9/+0 |
| | | | | Fixes build with conntrack event patch for 2.6 | ||||
* | Pablo Neira: extensions conversion to C99 structure initialization | Pablo Neira | 2004-12-28 | 1 | -11/+11 |
| | | | | (I removed the revision stuff for the moment, but this needs to go in before the code moves too much --RR) | ||||
* | the following two patches move the call to check_inverse() to a saner | Stephane Ouellette | 2003-04-27 | 1 | -3/+4 |
| | | | | place and surround the condition name by double-quotes in save(). (Stephane Ouellette) | ||||
* | fix parse error (Stephane Ouellette) | Stephane Ouellette | 2003-03-26 | 1 | -4/+4 |
| | |||||
* | update to condition extension, add condition6 (Stephane Ouellette) | Stephane Ouellette | 2003-02-25 | 1 | -50/+68 |
| | |||||
* | add condition patch (Stephane Ouelle) | Stephane Ouellette | 2002-11-02 | 1 | -0/+96 |