Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove support for compilation of conditional extensions | Jan Engelhardt | 2008-04-15 | 2 | -0/+519 |
| | |||||
* | Add all necessary header files - compilation fix for various cases | Jan Engelhardt | 2008-04-14 | 13 | -96/+230 |
| | | | | | | Allow iptables to compile without a kernel source tree. This implies fixing build for older kernels, such as 2.6.17 which lack xt_SECMARK.h. | ||||
* | Add support for xt_hashlimit match revision 1 | Jan Engelhardt | 2008-04-13 | 1 | -6/+32 |
| | |||||
* | Fix -Wshadow warnings and clean up xt_sctp.h | Jan Engelhardt | 2008-04-06 | 1 | -50/+37 |
| | | | | | Note: xt_sctp.h is still not merged upstream in the kernel as of this commit. But a refactoring was really needed. | ||||
* | Remove compiler.h inclusions. | Patrick McHardy | 2008-02-22 | 3 | -4/+0 |
| | |||||
* | Add netfilter.h | Patrick McHardy | 2008-01-29 | 1 | -0/+48 |
| | |||||
* | [IPTABLES]: libxt_owner: UID/GID range support | Jan Engelhardt | 2008-01-29 | 1 | -2/+2 |
| | | | | | | UID/GID range support for libxt_owner Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de> | ||||
* | libxt_CONNMARK revision 1 | Jan Engelhardt | 2008-01-29 | 1 | -0/+5 |
| | | | | | | Add support for xt_CONNMARK target revision 1. Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de> | ||||
* | libxt_TCPOPTSTRIP | Sven Schnelle | 2008-01-20 | 1 | -0/+13 |
| | | | | | | | Import libxt_TCPOPTSTRIP into iptables. Signed-off-by: Sven Schnelle <svens@bitebene.org> Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de> | ||||
* | libxt_iprange r0 | Jan Engelhardt | 2008-01-20 | 2 | -5/+20 |
| | | | | | | Move libipt_iprange to libxt_iprange. Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de> | ||||
* | libxt_mark r1 | Jan Engelhardt | 2008-01-20 | 1 | -1/+6 |
| | | | | | | Introduce libxt_mark match revision 1 support. Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de> | ||||
* | libxt_conntrack r0 | Jan Engelhardt | 2008-01-20 | 2 | -77/+83 |
| | | | | | | Move libipt_conntrack to libxt_conntrack. Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de> | ||||
* | libxt_connmark r1 | Jan Engelhardt | 2008-01-20 | 1 | -0/+5 |
| | | | | | | Add support for xt_connmark match revision 1. Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de> | ||||
* | libxt_MARK r2 | Jan Engelhardt | 2008-01-20 | 1 | -0/+4 |
| | | | | | | | Add support for xt_MARK target revision 2. Also consolidate libip6t_MARK.man and libipt_MARK.man. Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de> | ||||
* | libxt_TOS | Jan Engelhardt | 2008-01-20 | 1 | -0/+5 |
| | | | | | | | Move libipt_TOS revision 0 to libxt_TOS revision 0 and add support for xt_TOS target revision 1. Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de> | ||||
* | libxt_tos | Jan Engelhardt | 2008-01-20 | 1 | -0/+6 |
| | | | | | | | Move libipt_tos revision 0 to libxt_tos revision 0 and add support for xt_tos match revision 1. Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de> | ||||
* | libxt_owner | Jan Engelhardt | 2008-01-20 | 1 | -0/+16 |
| | | | | | | | libxt_owner merges libipt_owner and libip6t_owner, and adds support for the xt_owner match revision 1. Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de> | ||||
* | Add rateest match extension | Patrick McHardy | 2008-01-15 | 1 | -0/+33 |
| | | | | Signed-off-by: Patrick McHardy <kaber@trash.net> | ||||
* | Add RATEEST target extension | Patrick McHardy | 2008-01-15 | 1 | -0/+11 |
| | | | | Signed-off-by: Patrick McHardy <kaber@trash.net> | ||||
* | Fix make/compile error for iptables-1.4.0rc1 | Jesper Brouer | 2007-11-25 | 3 | -2/+616 |
| | | | | | | | | | | | | | | | | | | | Fixing a make/compile issue with iptables, release candidate 1.4.0rc1, which has existed since SVN changeset 6920. This patch adds ip_tables.h and ip6_tables.h, and updates x_tables.h, taken from Linus'es git tree. Changeset 6920 added the include file x_tables.h from kernel source, but didn't add ip_tables.h and ip6_tables.h. At some point (Tue Nov 14 19:48:48 2006, by Yasuyuki Kozakai) these kernel headers where changed, which actually removes certain depencencies from ip_tables.h and ip6_tables.h to x_tables.h. If compiling will fail, with old kernel headers (ip_tables.h and ip6_tables.h) available in systems include path, because they depend on certaine defines in x_tables.h with is missing in the version in SVN. Jesper Brouer <jdb@comx.dk> | ||||
* | Add the libxt_time iptables match | Jan Engelhardt | 2007-09-23 | 1 | -0/+25 |
| | | | | | | | | | | | This is libipt_time from POM-ng enhanced by the following: * day-of-month support (for example "match on the 15th of each month") * inversion support for --weekdays and --monthdays * match against UTC or local timezone * a manpage Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de> | ||||
* | Adds u32 to iptables. | Jan Engelhardt | 2007-09-10 | 1 | -0/+40 |
| | | | | Signed-off-by: Jan Engelhardt <jengelh@gmx.de> | ||||
* | Build IPv6 hbh/dst matches unconditionally | Patrick McHardy | 2007-09-05 | 1 | -0/+23 |
| | |||||
* | Build IPv6 rt match unconditionally | Patrick McHardy | 2007-09-05 | 1 | -0/+33 |
| | |||||
* | Build ipv6header match unconditionally | Patrick McHardy | 2007-09-05 | 1 | -0/+27 |
| | |||||
* | Build IPv6 mh match unconditionally | Patrick McHardy | 2007-09-05 | 1 | -0/+15 |
| | |||||
* | Resync header files and build IPv6 frag match unconditionally | Patrick McHardy | 2007-09-05 | 1 | -9/+0 |
| | |||||
* | Resync header file and build IPv6 ah match unconditionally | Patrick McHardy | 2007-09-05 | 1 | -9/+0 |
| | |||||
* | Resync header file and build CLUSTERIP target unconditionally | Patrick McHardy | 2007-09-05 | 1 | -3/+3 |
| | |||||
* | Build recent match unconditionally | Patrick McHardy | 2007-09-05 | 1 | -0/+27 |
| | |||||
* | Build dccp match unconditionally | Patrick McHardy | 2007-09-05 | 1 | -0/+23 |
| | |||||
* | Build string match unconditionally | Patrick McHardy | 2007-09-05 | 1 | -0/+18 |
| | |||||
* | Build statistic match unconditionally | Patrick McHardy | 2007-09-05 | 1 | -0/+32 |
| | |||||
* | Build quota match unconditionally | Patrick McHardy | 2007-09-05 | 1 | -0/+16 |
| | |||||
* | Build NFLOG target unconditionally | Patrick McHardy | 2007-09-05 | 1 | -0/+18 |
| | |||||
* | Resync ip6t_REJECT.h with kernel - seems the entire time we had an imcompatible | Patrick McHardy | 2007-08-23 | 1 | -1/+3 |
| | | | | | | header :( Noticed by Peter Riley <Peter.Riley@hotpop.com> | ||||
* | Add IPv6 support to helper match | Yasuyuki KOZAKAI | 2007-08-04 | 2 | -8/+8 |
| | |||||
* | Add IPv6 support to connbytes match | Yasuyuki KOZAKAI | 2007-08-04 | 1 | -0/+25 |
| | |||||
* | Add IPv6 support to DSCP target | Yasuyuki KOZAKAI | 2007-08-04 | 1 | -8/+8 |
| | |||||
* | Add IPv6 support to CLASSIFY target | Yasuyuki KOZAKAI | 2007-08-04 | 2 | -8/+8 |
| | |||||
* | Unifies libip[6]t_state into libxt_state | Yasuyuki KOZAKAI | 2007-08-04 | 1 | -0/+13 |
| | |||||
* | Unifies libip[6]t_connmark into libxt_connmark | Yasuyuki KOZAKAI | 2007-08-04 | 1 | -4/+4 |
| | |||||
* | Unifies libip[6]t_hashlimit into libxt_hashlimit | Yasuyuki KOZAKAI | 2007-08-04 | 1 | -12/+12 |
| | |||||
* | Unifies libip[6]t_MARK into libxt_MARK | Yasuyuki KOZAKAI | 2007-08-04 | 3 | -27/+21 |
| | |||||
* | Unifies libip[6]t_CONNSECMARK into libxt_CONNSECMARK | Yasuyuki KOZAKAI | 2007-08-04 | 1 | -0/+13 |
| | |||||
* | Add IPv6 support to CONNMARK match | Yasuyuki KOZAKAI | 2007-08-04 | 1 | -7/+7 |
| | |||||
* | Unifies libip[6]t_NFQUEUE.c into libxt_NFQUEUE.c | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -4/+4 |
| | |||||
* | Unifies libip[6]t_TCPMSS.c into libxt_TCPMSS.c | Yasuyuki KOZAKAI | 2007-07-24 | 2 | -10/+10 |
| | |||||
* | Add IPv6 support to comment match | Yasuyuki KOZAKAI | 2007-07-24 | 2 | -10/+10 |
| | |||||
* | Add IPv6 support to dscp match. | Yasuyuki KOZAKAI | 2007-07-24 | 2 | -23/+23 |
| |