Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove last vestiges of NFC (Peter Riley <Peter.Riley@hotpop.com>) | Peter Riley | 2007-09-02 | 81 | -114/+59 |
| | |||||
* | Fix dscp match manpage (zhangxiliang <zhangxiliang@cn.fujitsu.com>) | zhangxiliang | 2007-08-29 | 1 | -1/+1 |
| | | | | | | | | The description for the value in option "-m dscp -dscp" should be modified to 0~63. The option can match 6 bit DSCP field within the TOS field in the IP header. So the range for the option should be 0~(26-1) that is 0~63. | ||||
* | Add IPv6 support to statistic match | Yasuyuki KOZAKAI | 2007-08-04 | 2 | -4/+20 |
| | |||||
* | Add IPv6 support to helper match | Yasuyuki KOZAKAI | 2007-08-04 | 2 | -11/+26 |
| | |||||
* | Add IPv6 support to connbytes match | Yasuyuki KOZAKAI | 2007-08-04 | 3 | -26/+43 |
| | |||||
* | Add IPv6 support to DSCP target | Yasuyuki KOZAKAI | 2007-08-04 | 2 | -19/+36 |
| | |||||
* | Add IPv6 support to CLASSIFY target | Yasuyuki KOZAKAI | 2007-08-04 | 2 | -16/+33 |
| | |||||
* | Unifies libip[6]t_TRACE into libxt_TRACE | Yasuyuki KOZAKAI | 2007-08-04 | 4 | -119/+75 |
| | |||||
* | Unifies libip[6]t_NFLOG into libxt_NFLOG | Yasuyuki KOZAKAIYasuyuki KOZAKAI | 2007-08-04 | 6 | -328/+181 |
| | |||||
* | Revert commit 6990. | Yasuyuki KOZAKAI | 2007-08-04 | 6 | -181/+328 |
| | | | | That log is not correct and .NF_LOG-testx has incorrect mode. | ||||
* | Unifies libip[6]t_state into libxt_state | Yasuyuki KOZAKAIYasuyuki KOZAKAI | 2007-08-04 | 4 | -168/+21 |
| | |||||
* | Unifies libip[6]t_state into libxt_state | Yasuyuki KOZAKAI | 2007-08-04 | 2 | -27/+43 |
| | |||||
* | Unifies libip[6]t_connmark into libxt_connmark | Yasuyuki KOZAKAI | 2007-08-04 | 3 | -180/+36 |
| | |||||
* | Unifies libip[6]t_hashlimit into libxt_hashlimit | Yasuyuki KOZAKAI | 2007-08-04 | 4 | -384/+29 |
| | |||||
* | Unifies libip[6]t_MARK into libxt_MARK | Yasuyuki KOZAKAI | 2007-08-04 | 3 | -158/+56 |
| | |||||
* | Unifies libip[6]t_CONNSECMARK into libxt_CONNSECMARK | Yasuyuki KOZAKAI | 2007-08-04 | 3 | -133/+26 |
| | |||||
* | Add IPv6 support to CONNMARK match | Yasuyuki KOZAKAI | 2007-08-04 | 3 | -254/+51 |
| | |||||
* | Tries to load libxt_*.so at first. | Yasuyuki KOZAKAI | 2007-08-04 | 1 | -12/+0 |
| | | | | If failed, it tries libip[6]t_*.so. | ||||
* | 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 |
| |