Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unifies libip[6]t_state into libxt_state | Yasuyuki KOZAKAI | 2007-08-04 | 1 | -3/+3 |
| | |||||
* | Unifies libip[6]t_connmark into libxt_connmark | Yasuyuki KOZAKAI | 2007-08-04 | 1 | -3/+3 |
| | |||||
* | Unifies libip[6]t_hashlimit into libxt_hashlimit | Yasuyuki KOZAKAI | 2007-08-04 | 1 | -2/+2 |
| | |||||
* | Unifies libip[6]t_MARK into libxt_MARK | Yasuyuki KOZAKAI | 2007-08-04 | 1 | -3/+3 |
| | |||||
* | Unifies libip[6]t_CONNSECMARK into libxt_CONNSECMARK | Yasuyuki KOZAKAI | 2007-08-04 | 1 | -3/+3 |
| | |||||
* | Add IPv6 support to CONNMARK match | Yasuyuki KOZAKAI | 2007-08-04 | 1 | -3/+3 |
| | |||||
* | 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 | 1 | -3/+3 |
| | | | | | | | 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> | ||||
* | Unifies libip[6]t_NFQUEUE.c into libxt_NFQUEUE.c | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -3/+3 |
| | |||||
* | Unifies libip[6]t_SECMARK.c into libxt_SECMARK.c | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -2/+9 |
| | |||||
* | Unifies libip[6]t_TCPMSS.c into libxt_TCPMSS.c | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -3/+3 |
| | |||||
* | Add IPv6 support to comment match | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -2/+2 |
| | |||||
* | Add IPv6 support to dscp match. | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -2/+2 |
| | |||||
* | Unifies libip[6]t_esp.c into libxt_esp.c | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -2/+2 |
| | |||||
* | Unifies libip[6]t_length.c into libxt_length.c | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -3/+3 |
| | |||||
* | Unifies libip[6]t_limit.c into libxt_limit.c. | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -3/+3 |
| | |||||
* | Unifies libip[6]t_mac.c into libxt_mac.c | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -3/+3 |
| | |||||
* | Unifies libip[6]t_physdev.c into libxt_physdev.c | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -3/+3 |
| | |||||
* | Add IPv6 support to pkttype match | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -2/+2 |
| | |||||
* | Unifies libip[6]t_sctp.c into libxt_sctp.c | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -2/+2 |
| | |||||
* | Unifies libip[6]t_standard.c into libxt_standard.c | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -3/+3 |
| | |||||
* | Unifies libip[6]t_tcp.c into libxt_tcp.c. | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -3/+3 |
| | |||||
* | Add IPv6 support to tcpmss match | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -2/+2 |
| | |||||
* | Unifies libip[6]t_udp.c into libxt_udp.c | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -3/+3 |
| | |||||
* | Unifies libip[6]_mark.c into libxt_mark.c | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -3/+3 |
| | |||||
* | Unifies libip[6]t_multiport.c into libipxt_multiport.c | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -1/+1 |
| | |||||
* | Moves libipt_multiport.c to libxt_multiport.c | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -2/+2 |
| | |||||
* | Renames libipt_NOTRACK.c to libxt_NOTRACK.c | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -1/+2 |
| | |||||
* | 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 |
| | |||||
* | PATCH: Add connlimit to iptables. | Jan Engelhardt | 2007-07-09 | 1 | -2/+2 |
| | | | | Signed-off-by: Jan Engelhardt <jengelh@gmx.de> | ||||
* | Add Jozsef's TRACE target. | Patrick McHardy | 2007-06-25 | 1 | -2/+2 |
| | | | | | Changed to be built unconditionally by myself since it doesn't need any headerfiles anyways. | ||||
* | Forgot to add TCPMSS target to PF6_EXT_SLIB | Patrick McHardy | 2007-02-13 | 1 | -1/+1 |
| | |||||
* | Remove extensions for unmaintained/obsolete patchlets | Patrick McHardy | 2007-01-10 | 1 | -2/+2 |
| | |||||
* | Move extensions for pom patches to individual patchlets. | Patrick McHardy | 2006-12-12 | 1 | -1/+1 |
| | |||||
* | secmark: Add libip6t_CONNSECMARK | James Morris | 2006-05-24 | 1 | -1/+1 |
| | | | | | | | This patch adds the shared library module for the CONNSECMARK target (IPv6). Signed-off-by: James Morris <jmorris@namei.org> | ||||
* | secmark: Add libipt_CONNSECMARK | James Morris | 2006-05-24 | 1 | -1/+1 |
| | | | | | | | This patch adds the shared library module for the CONNSECMARK target (IPv4). Signed-off-by: James Morris <jmorris@namei.org> | ||||
* | secmark: Add libip6t_SECMARK | James Morris | 2006-05-24 | 1 | -1/+1 |
| | | | | | | This patch adds the shared library module for the SECMARK target (IPv6). Signed-off-by: James Morris <jmorris@namei.org> | ||||
* | secmark: Add libipt_SECMARK | James Morris | 2006-05-24 | 1 | -1/+1 |
| | | | | | | This patch adds the shared library module for the SECMARK target (IPv4). Signed-off-by: James Morris <jmorris@namei.org> | ||||
* | secmark: Add libselinux support | James Morris | 2006-05-24 | 1 | -1/+14 |
| | | | | | | | | | This patch adds the infrastructure for linking iptables against libselinux, for use with the SECMARK target. This is enabled by setting DO_SELINUX=1 in the build environment. Signed-off-by: James Morris <jmorris@namei.org> | ||||
* | fix loading shared library of ICMPv6 match. | Yasuyuki KOZAKAI | 2006-04-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | The current ip6tables tries to load libip6t_icmp6.so when user types 'ip6tables -p icmpv6 ...' or 'ip6tables ... -m icmpv6' ...', and it fails. This patch renames libip6t_icmpv6.c to libip6t_icmp6.c so that ip6tables can load it. Now kernel module and user library has same name 'icmp6'. It can reduce confusion about name mismatch. That's why I renamed it instead of reverting change in find_match() which brought this bug. This patch keeps compatibiity and we can use '-p icmpv6', '-p ipv6-icmpv6', '-m icmpv6', '-m ipv6-icmpv6', and '-m icmp6', as ever. | ||||
* | Prepare policy match for x_tables unification by making sure both | Patrick McHardy | 2006-01-31 | 1 | -2/+2 |
| | | | | ipt_policy and ip6t_policy use the same data structure. | ||||
* | Add 'copy+paste' support for 'state' and 'connmark' match, as well as | Harald Welte | 2006-01-26 | 1 | -1/+1 |
| | | | | 'CONNMARK' target for ip6tables / nf_conntrack_l3proto_ipv6. This is a temporary solution for the iptables-1.3.x branch, since the 1.4.x branch will have proper support. | ||||
* | add NFQUEUE support for ipv4 and ipv6 | Harald Welte | 2005-07-19 | 1 | -2/+2 |
| | |||||
* | - add hashlimit to makefile | Harald Welte | 2004-10-20 | 1 | -1/+1 |
| | | | | - fix typo in libipt_hashlimit | ||||
* | Add comment match extension (Brad Fisher) | Brad Fisher | 2004-09-20 | 1 | -1/+1 |
| | |||||
* | port physdev to ip6tables (Bart De Schuymer) | Bart De Schuymer | 2004-09-12 | 1 | -1/+1 |
| | |||||
* | Add addrtype match to list of unconditionally built extensions | Patrick McHardy | 2004-06-28 | 1 | -1/+1 |
| | |||||
* | Semicolon were missing in the added assigment lines | Joszef Kadlecsik | 2004-06-17 | 1 | -4/+4 |
| | |||||
* | Fix for empty extra match/target man page list processing | Joszef Kadlecsik | 2004-06-17 | 1 | -4/+8 |
| |