summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Unifies libip[6]t_hashlimit into libxt_hashlimitYasuyuki KOZAKAI2007-08-045-396/+41
|
* Unifies libip[6]t_MARK into libxt_MARKYasuyuki KOZAKAI2007-08-046-185/+77
|
* Unifies libip[6]t_CONNSECMARK into libxt_CONNSECMARKYasuyuki KOZAKAI2007-08-044-133/+39
|
* Add IPv6 support to CONNMARK matchYasuyuki KOZAKAI2007-08-044-261/+58
|
* Tries to load libxt_*.so at first.Yasuyuki KOZAKAI2007-08-042-27/+22
| | | | If failed, it tries libip[6]t_*.so.
* Make @msg argument a const char *, just like printf().Jan Engelhardt2007-08-014-4/+4
| | | | Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
* Moves libip{,6}t_connlimit to libxt.Jan Engelhardt2007-07-314-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 Engelhardt2007-07-3084-88/+88
| | | | Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
* Makes it possible to omit extra_opts of matches/targets if unnecessary.Jan Engelhardt2007-07-309-37/+6
| | | | | | (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}tablesJan Engelhardt2007-07-302-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 Engelhardt2007-07-3050-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>
* Make xtables_target->extra_opts const (xtables_match->extra_opts already is)Jan Engelhardt2007-07-301-1/+1
| | | | Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
* Changes permissions of test scripts of dccp, string, and quota matchYasuyuki KOZAKAI2007-07-243-0/+0
|
* Unifies libip[6]t_NFQUEUE.c into libxt_NFQUEUE.cYasuyuki KOZAKAI2007-07-244-135/+39
|
* Unifies libip[6]t_SECMARK.c into libxt_SECMARK.cYasuyuki KOZAKAI2007-07-243-132/+33
|
* Unifies libip[6]t_TCPMSS.c into libxt_TCPMSS.cYasuyuki KOZAKAI2007-07-245-171/+81
|
* Add IPv6 support to comment matchYasuyuki KOZAKAI2007-07-244-35/+52
|
* Add IPv6 support to dccp match.Yasuyuki KOZAKAI2007-07-243-60/+78
|
* Add IPv6 support to dscp match.Yasuyuki KOZAKAI2007-07-244-41/+58
|
* Unifies libip[6]t_esp.c into libxt_esp.cYasuyuki KOZAKAI2007-07-247-254/+53
|
* Unifies libip[6]t_length.c into libxt_length.cYasuyuki KOZAKAI2007-07-246-185/+40
|
* Unifies libip[6]t_limit.c into libxt_limit.c.Yasuyuki KOZAKAI2007-07-245-249/+51
|
* Unifies libip[6]t_mac.c into libxt_mac.cYasuyuki KOZAKAI2007-07-244-154/+40
|
* Unifies libip[6]t_physdev.c into libxt_physdev.cYasuyuki KOZAKAI2007-07-246-295/+97
|
* Add IPv6 support to pkttype matchYasuyuki KOZAKAI2007-07-244-22/+38
|
* Add IPv6 support to quota matchYasuyuki KOZAKAI2007-07-242-6/+22
|
* Unifies libip[6]t_sctp.c into libxt_sctp.cYasuyuki KOZAKAI2007-07-245-588/+50
|
* Unifies libip[6]t_standard.c into libxt_standard.cYasuyuki KOZAKAI2007-07-243-74/+27
|
* Unifies libip[6]t_tcp.c into libxt_tcp.c.Yasuyuki KOZAKAI2007-07-243-447/+49
|
* Add IPv6 support to tcpmss matchYasuyuki KOZAKAI2007-07-244-23/+40
|
* Unifies libip[6]t_udp.c into libxt_udp.cYasuyuki KOZAKAI2007-07-244-249/+76
|
* Unifies libip[6]_mark.c into libxt_mark.cYasuyuki KOZAKAI2007-07-244-135/+19
|
* Use unified API in libipt_mark.cYasuyuki KOZAKAI2007-07-243-18/+19
|
* Add IPv6 support to string matchYasuyuki KOZAKAI2007-07-241-0/+16
|
* Moves libipt_string.c to libxt_string.cYasuyuki KOZAKAI2007-07-243-2/+3
|
* Use unified API in string matchYasuyuki KOZAKAI2007-07-241-20/+21
|
* Unifies libip[6]t_multiport.c into libipxt_multiport.cYasuyuki KOZAKAI2007-07-245-524/+86
|
* Moves libipt_multiport.c to libxt_multiport.cYasuyuki KOZAKAI2007-07-242-2/+2
|
* Splits ipt_multport into family dependent parts and othersYasuyuki KOZAKAI2007-07-241-34/+68
|
* Use unified API in multiport matchYasuyuki KOZAKAI2007-07-242-46/+80
|
* Add IPv6 support to NOTRACKYasuyuki KOZAKAI2007-07-241-0/+16
|
* Renames libipt_NOTRACK.c to libxt_NOTRACK.cYasuyuki KOZAKAI2007-07-242-1/+2
|
* Use unified API in NOTRACK target.Yasuyuki KOZAKAI2007-07-241-16/+15
|
* Moves all declarations in iptables_common.h to xtables.h.Yasuyuki KOZAKAI2007-07-246-41/+32
|
* Installs libxt_*.so to DEST_IPT_LIBIDR and link libip[6]t_*.so to it.Yasuyuki KOZAKAI2007-07-241-0/+26
|
* Introduces DEST_IPT_LIBDIR to simplify $(DESTDIR)$(LIBDIR)/iptablesYasuyuki KOZAKAI2007-07-242-8/+10
|
* Fixes warning on compilation, part 2Yasuyuki KOZAKAI2007-07-246-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/targetsYasuyuki KOZAKAI2007-07-2436-107/+107
| | | | | | This changes the type of arguments as follows - ip6t_ip6 * -> void * - ip6t_entry * -> void *
* Fixes warning on compilation of iptables matches/targetsYasuyuki KOZAKAI2007-07-2460-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/targetsYasuyuki KOZAKAI2007-07-2434-128/+127
|