Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moves libip{,6}t_connlimit to libxt. | Jan Engelhardt | 2007-07-31 | 4 | -282/+220 |
| | | | | | | | Also fixes an option parsing bug (connlimit_parse() may receive a 'c' that is not from the connlimit options table). Signed-off-by: Jan Engelhardt <jengelh@gmx.de> | ||||
* | Make the option structures const. | Jan Engelhardt | 2007-07-30 | 84 | -88/+88 |
| | | | | Signed-off-by: Jan Engelhardt <jengelh@gmx.de> | ||||
* | Makes it possible to omit extra_opts of matches/targets if unnecessary. | Jan Engelhardt | 2007-07-30 | 7 | -37/+0 |
| | | | | | | (Jan Engelhardt <jengelh@gmx.de>) A nice side effect is that merge_option() doesn't copy options in that case. | ||||
* | The option struct needs to be terminated, otherwise ip{,6}tables | Jan Engelhardt | 2007-07-30 | 2 | -0/+2 |
| | | | | | | will access illegal memory in merge_options(). Signed-off-by: Jan Engelhardt <jengelh@gmx.de> | ||||
* | Remove the .next=NULL field. This is automatically initialized to zero. | Jan Engelhardt | 2007-07-30 | 50 | -71/+2 |
| | | | | | | | 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> | ||||
* | Changes permissions of test scripts of dccp, string, and quota match | Yasuyuki KOZAKAI | 2007-07-24 | 3 | -0/+0 |
| | |||||
* | Unifies libip[6]t_NFQUEUE.c into libxt_NFQUEUE.c | Yasuyuki KOZAKAI | 2007-07-24 | 3 | -131/+35 |
| | |||||
* | Unifies libip[6]t_SECMARK.c into libxt_SECMARK.c | Yasuyuki KOZAKAI | 2007-07-24 | 3 | -132/+33 |
| | |||||
* | Unifies libip[6]t_TCPMSS.c into libxt_TCPMSS.c | Yasuyuki KOZAKAI | 2007-07-24 | 3 | -161/+71 |
| | |||||
* | Add IPv6 support to comment match | Yasuyuki KOZAKAI | 2007-07-24 | 2 | -25/+42 |
| | |||||
* | Add IPv6 support to dccp match. | Yasuyuki KOZAKAI | 2007-07-24 | 3 | -60/+78 |
| | |||||
* | Add IPv6 support to dscp match. | Yasuyuki KOZAKAI | 2007-07-24 | 2 | -18/+35 |
| | |||||
* | Unifies libip[6]t_esp.c into libxt_esp.c | Yasuyuki KOZAKAI | 2007-07-24 | 4 | -215/+39 |
| | |||||
* | Unifies libip[6]t_length.c into libxt_length.c | Yasuyuki KOZAKAI | 2007-07-24 | 3 | -166/+31 |
| | |||||
* | Unifies libip[6]t_limit.c into libxt_limit.c. | Yasuyuki KOZAKAI | 2007-07-24 | 3 | -222/+45 |
| | |||||
* | Unifies libip[6]t_mac.c into libxt_mac.c | Yasuyuki KOZAKAI | 2007-07-24 | 3 | -154/+32 |
| | |||||
* | Unifies libip[6]t_physdev.c into libxt_physdev.c | Yasuyuki KOZAKAI | 2007-07-24 | 3 | -247/+73 |
| | |||||
* | Add IPv6 support to pkttype match | Yasuyuki KOZAKAI | 2007-07-24 | 2 | -13/+30 |
| | |||||
* | Add IPv6 support to quota match | Yasuyuki KOZAKAI | 2007-07-24 | 2 | -6/+22 |
| | |||||
* | Unifies libip[6]t_sctp.c into libxt_sctp.c | Yasuyuki KOZAKAI | 2007-07-24 | 4 | -577/+39 |
| | |||||
* | Unifies libip[6]t_standard.c into libxt_standard.c | Yasuyuki KOZAKAI | 2007-07-24 | 3 | -74/+27 |
| | |||||
* | Unifies libip[6]t_tcp.c into libxt_tcp.c. | Yasuyuki KOZAKAI | 2007-07-24 | 3 | -447/+49 |
| | |||||
* | Add IPv6 support to tcpmss match | Yasuyuki KOZAKAI | 2007-07-24 | 2 | -14/+31 |
| | |||||
* | Unifies libip[6]t_udp.c into libxt_udp.c | Yasuyuki KOZAKAI | 2007-07-24 | 3 | -249/+40 |
| | |||||
* | Unifies libip[6]_mark.c into libxt_mark.c | Yasuyuki KOZAKAI | 2007-07-24 | 3 | -126/+19 |
| | |||||
* | Use unified API in libipt_mark.c | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -9/+10 |
| | |||||
* | Add IPv6 support to string match | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -0/+16 |
| | |||||
* | Moves libipt_string.c to libxt_string.c | Yasuyuki KOZAKAI | 2007-07-24 | 3 | -2/+3 |
| | |||||
* | Use unified API in string match | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -20/+21 |
| | |||||
* | Unifies libip[6]t_multiport.c into libipxt_multiport.c | Yasuyuki KOZAKAI | 2007-07-24 | 3 | -465/+86 |
| | |||||
* | Moves libipt_multiport.c to libxt_multiport.c | Yasuyuki KOZAKAI | 2007-07-24 | 2 | -2/+2 |
| | |||||
* | Splits ipt_multport into family dependent parts and others | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -34/+68 |
| | |||||
* | Use unified API in multiport match | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -46/+50 |
| | |||||
* | Add IPv6 support to NOTRACK | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -0/+16 |
| | |||||
* | Renames libipt_NOTRACK.c to libxt_NOTRACK.c | Yasuyuki KOZAKAI | 2007-07-24 | 2 | -1/+2 |
| | |||||
* | Use unified API in NOTRACK target. | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -16/+15 |
| | |||||
* | Moves all declarations in iptables_common.h to xtables.h. | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -2/+1 |
| | |||||
* | Installs libxt_*.so to DEST_IPT_LIBIDR and link libip[6]t_*.so to it. | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -0/+26 |
| | |||||
* | Introduces DEST_IPT_LIBDIR to simplify $(DESTDIR)$(LIBDIR)/iptables | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -8/+9 |
| | |||||
* | Fixes warning on compilation, part 2 | Yasuyuki KOZAKAI | 2007-07-24 | 6 | -29/+46 |
| | | | | | | | | | | This changes the type of arguments as follows in multiport, DNAT, SNAT, MASQUERADE, and REDIRECT - ip[6]t_ip[6] * -> void * - ip[6]t_entry * -> void * and adds lines to cast these pointer with intended type. | ||||
* | Fixes warning on compilation of ip6tables matches/targets | Yasuyuki KOZAKAI | 2007-07-24 | 36 | -107/+107 |
| | | | | | | This changes the type of arguments as follows - ip6t_ip6 * -> void * - ip6t_entry * -> void * | ||||
* | Fixes warning on compilation of iptables matches/targets | Yasuyuki KOZAKAI | 2007-07-24 | 60 | -177/+177 |
| | | | | | | | | | 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 ip6t_entry_* with xt_entry_* in matches/targets | Yasuyuki KOZAKAI | 2007-07-24 | 34 | -128/+127 |
| | |||||
* | Replaces ipt_entry_* with xt_entry_* in matches/targets | Yasuyuki KOZAKAI | 2007-07-24 | 64 | -237/+237 |
| | |||||
* | Adds missing explanations about FIN in mask part of '--syn' in libip[6]_tcp.c | Patrick McHardyYasuyuki KOZAKAI | 2007-07-16 | 3 | -3/+3 |
| | | | | and libip6t_tcp.man. | ||||
* | Adds missing FIN to mask part generated by '--syn' of libip6t_tcp | Yasuyuki KOZAKAI | 2007-07-16 | 2 | -2/+2 |
| | |||||
* | Fixes compile error of connlimit where NO_SHARED_LIBS=1 is specified | Yasuyuki KOZAKAI | 2007-07-13 | 2 | -2/+2 |
| | |||||
* | PATCH: Add connlimit to iptables. | Jan Engelhardt | 2007-07-09 | 5 | -2/+335 |
| | | | | Signed-off-by: Jan Engelhardt <jengelh@gmx.de> | ||||
* | libipt_statistic: add a few missing validity checks | Nicolas Bouliane | 2007-07-03 | 1 | -0/+9 |
| | | | | Signed-off-by: Nicolas Bouliane | ||||
* | Removes some KERNEL_64_USERSPACE_32 because linux 2.6 has compat layer | Yasuyuki KOZAKAI | 2007-06-28 | 6 | -117/+0 |
| |