Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PATCH] Fix make/compile error for iptables-1.4.0rc1 | /C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net | 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> | ||||
* | [PATCH]: Add the libxt_time iptables match | /C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net | 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> | ||||
* | [PATCH]: Adds u32 to iptables. | /C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net | 2007-09-10 | 1 | -0/+40 |
| | | | | Signed-off-by: Jan Engelhardt <jengelh@gmx.de> | ||||
* | Fix more sparse warnings: non-C99 array declaration, incorrect function ↵ | /C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net | 2007-09-08 | 1 | -2/+0 |
| | | | | prototypes | ||||
* | Fix aligned_u64 type on 64 bit: its an unsigned long, not an unsigned long long. | /C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net | 2007-09-05 | 1 | -1/+1 |
| | | | | Fixes compiler warning in quota match. | ||||
* | Build IPv6 hbh/dst matches unconditionally | /C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net | 2007-09-05 | 1 | -0/+23 |
| | |||||
* | Build IPv6 rt match unconditionally | /C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net | 2007-09-05 | 1 | -0/+33 |
| | |||||
* | Build ipv6header match unconditionally | /C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net | 2007-09-05 | 1 | -0/+27 |
| | |||||
* | Build IPv6 mh match unconditionally | /C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net | 2007-09-05 | 1 | -0/+15 |
| | |||||
* | Resync header files and build IPv6 frag match unconditionally | /C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net | 2007-09-05 | 1 | -9/+0 |
| | |||||
* | Resync header file and build IPv6 ah match unconditionally | /C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net | 2007-09-05 | 1 | -9/+0 |
| | |||||
* | Resync header file and build CLUSTERIP target unconditionally | /C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net | 2007-09-05 | 1 | -3/+3 |
| | |||||
* | Build recent match unconditionally | /C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net | 2007-09-05 | 1 | -0/+27 |
| | |||||
* | Build dccp match unconditionally | /C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net | 2007-09-05 | 1 | -0/+23 |
| | |||||
* | Build string match unconditionally | /C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net | 2007-09-05 | 1 | -0/+18 |
| | |||||
* | Build statistic match unconditionally | /C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net | 2007-09-05 | 1 | -0/+32 |
| | |||||
* | Build quota match unconditionally | /C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net | 2007-09-05 | 1 | -0/+16 |
| | |||||
* | Build NFLOG target unconditionally | /C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net | 2007-09-05 | 1 | -0/+18 |
| | |||||
* | [PATCH]: Remove last vestiges of NFC (Peter Riley <Peter.Riley@hotpop.com>) | /C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net | 2007-09-02 | 1 | -3/+2 |
| | |||||
* | Resync ip6t_REJECT.h with kernel - seems the entire time we had an imcompatible | /C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net | 2007-08-23 | 1 | -1/+3 |
| | | | | | | header :( Noticed by Peter Riley <Peter.Riley@hotpop.com> | ||||
* | Add IPv6 support to helper match | /C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org | 2007-08-04 | 2 | -8/+8 |
| | |||||
* | Add IPv6 support to connbytes match | /C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org | 2007-08-04 | 1 | -0/+25 |
| | |||||
* | Add IPv6 support to DSCP target | /C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org | 2007-08-04 | 1 | -8/+8 |
| | |||||
* | Add IPv6 support to CLASSIFY target | /C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org | 2007-08-04 | 2 | -8/+8 |
| | |||||
* | Unifies libip[6]t_state into libxt_state | /C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org | 2007-08-04 | 1 | -0/+13 |
| | |||||
* | Unifies libip[6]t_connmark into libxt_connmark | /C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org | 2007-08-04 | 1 | -4/+4 |
| | |||||
* | Unifies libip[6]t_hashlimit into libxt_hashlimit | /C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org | 2007-08-04 | 1 | -12/+12 |
| | |||||
* | Unifies libip[6]t_MARK into libxt_MARK | /C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org | 2007-08-04 | 3 | -27/+21 |
| | |||||
* | Unifies libip[6]t_CONNSECMARK into libxt_CONNSECMARK | /C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org | 2007-08-04 | 1 | -0/+13 |
| | |||||
* | Add IPv6 support to CONNMARK match | /C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org | 2007-08-04 | 1 | -7/+7 |
| | |||||
* | Make @msg argument a const char *, just like printf(). | /C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org | 2007-08-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Jan Engelhardt <jengelh@gmx.de> | ||||
* | Make xtables_target->extra_opts const (xtables_match->extra_opts already is) | /C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org | 2007-07-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Jan Engelhardt <jengelh@gmx.de> | ||||
* | Unifies libip[6]t_NFQUEUE.c into libxt_NFQUEUE.c | /C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org | 2007-07-24 | 1 | -4/+4 |
| | |||||
* | Unifies libip[6]t_TCPMSS.c into libxt_TCPMSS.c | /C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org | 2007-07-24 | 2 | -10/+10 |
| | |||||
* | Add IPv6 support to comment match | /C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org | 2007-07-24 | 2 | -10/+10 |
| | |||||
* | Add IPv6 support to dscp match. | /C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org | 2007-07-24 | 2 | -23/+23 |
| | |||||
* | Unifies libip[6]t_esp.c into libxt_esp.c | /C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org | 2007-07-24 | 3 | -39/+14 |
| | |||||
* | Unifies libip[6]t_length.c into libxt_length.c | /C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org | 2007-07-24 | 3 | -19/+9 |
| | |||||
* | Unifies libip[6]t_limit.c into libxt_limit.c. | /C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org | 2007-07-24 | 2 | -27/+6 |
| | |||||
* | Unifies libip[6]t_mac.c into libxt_mac.c | /C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org | 2007-07-24 | 1 | -0/+8 |
| | |||||
* | Unifies libip[6]t_physdev.c into libxt_physdev.c | /C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org | 2007-07-24 | 3 | -48/+24 |
| | |||||
* | Add IPv6 support to pkttype match | /C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org | 2007-07-24 | 2 | -9/+8 |
| | |||||
* | Unifies libip[6]t_sctp.c into libxt_sctp.c | /C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org | 2007-07-24 | 1 | -11/+11 |
| | |||||
* | Add IPv6 support to tcpmss match | /C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org | 2007-07-24 | 2 | -9/+9 |
| | |||||
* | Unifies libip[6]t_udp.c into libxt_udp.c | /C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org | 2007-07-24 | 1 | -0/+36 |
| | |||||
* | Unifies libip[6]_mark.c into libxt_mark.c | /C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org | 2007-07-24 | 1 | -9/+0 |
| | |||||
* | Use unified API in libipt_mark.c | /C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org | 2007-07-24 | 2 | -9/+9 |
| | |||||
* | Unifies libip[6]t_multiport.c into libipxt_multiport.c | /C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org | 2007-07-24 | 2 | -59/+0 |
| | |||||
* | Use unified API in multiport match | /C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org | 2007-07-24 | 1 | -0/+30 |
| | |||||
* | Moves all declarations in iptables_common.h to xtables.h. | /C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org | 2007-07-24 | 4 | -38/+31 |
| |