summaryrefslogtreecommitdiffstats
path: root/extensions/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* [PATCH 05/05] secmark: Add libip6t_CONNSECMARK/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org2006-05-241-1/+1
| | | | | | | This patch adds the shared library module for the CONNSECMARK target (IPv6). Signed-off-by: James Morris <jmorris@namei.org>
* [PATCH 04/05] secmark: Add libipt_CONNSECMARK/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org2006-05-241-1/+1
| | | | | | | This patch adds the shared library module for the CONNSECMARK target (IPv4). Signed-off-by: James Morris <jmorris@namei.org>
* [PATCH 03/05] secmark: Add libip6t_SECMARK/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org2006-05-241-1/+1
| | | | | | This patch adds the shared library module for the SECMARK target (IPv6). Signed-off-by: James Morris <jmorris@namei.org>
* [PATCH 02/05] secmark: Add libipt_SECMARK/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org2006-05-241-1/+1
| | | | | | This patch adds the shared library module for the SECMARK target (IPv4). Signed-off-by: James Morris <jmorris@namei.org>
* [PATCH 01/05] secmark: Add libselinux support/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org2006-05-241-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./C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=yasuyuki/emailAddress=yasuyuki@netfilter.org2006-04-151-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/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org2006-01-311-2/+2
| | | | ipt_policy and ip6t_policy use the same data structure.
* Add 'copy+paste' support for 'state' and 'connmark' match, as well as/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2006-01-261-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/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2005-07-191-2/+2
|
* - add hashlimit to makefile/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2004-10-201-1/+1
| | | | - fix typo in libipt_hashlimit
* Add comment match extension (Brad Fisher)kaber2004-09-201-1/+1
|
* [PATCH] port physdev to ip6tables (Bart De Schuymer)kaber2004-09-121-1/+1
|
* Add addrtype match to list of unconditionally built extensionskaber2004-06-281-1/+1
|
* Semicolon were missing in the added assigment lineskadlec2004-06-171-4/+4
|
* Fix for empty extra match/target man page list processingkadlec2004-06-171-4/+8
|
* Fix missing 6 (Bjorn Mattsson)gandalf2004-04-071-1/+1
|
* add userspace part of SCTP matchlaforge2004-02-211-1/+1
|
* split manpages into per-extension manpage snippet (Henrik Nordstrom)laforge2004-01-221-0/+75
| | | | add lots of missing manpage snippets (Harald Welte)
* unconditionally build libipt_connmark.so (Carlo Pires)laforge2003-10-081-1/+1
|
* unconditionally build TRACE and NOTRACK pluginslaforge2003-10-071-2/+2
|
* add include files for soon-to-be-submitted patches (and build them ↵laforge2003-08-231-1/+1
| | | | unconditionally by putting thme in the extensions/Makefile)
* rename iplimit to connlimitlaforge2003-04-301-1/+1
|
* dont build ipv6 when DO_IPV6=0laforge2003-03-051-1/+3
|
* make DO_IPV6 work again..laforge2003-03-041-1/+1
|
* add libipt_physdev.c (Bart de Schumyer)laforge2003-02-111-1/+1
|
* add support for rpc matchlaforge2003-01-121-5/+7
|
* add TARPIT target (Aaron Hopkins)laforge2002-12-051-1/+1
|
* make libipt_helper.so build always, since it's now submitted to 2.4.20laforge2002-08-091-1/+1
|
* add ECN match pluginlaforge2002-05-291-1/+1
|
* rename ipv6_agr to ipv6_eui64laforge2002-03-191-1/+1
|
* compile libip6t_agr by defaultlaforge2002-03-181-1/+1
|
* make libipt_conntrack compile by defaultlaforge2002-03-181-1/+1
|
* libipt_pkttype now compiled by defaultlaforge2002-03-181-1/+1
|
* add DSCP matchlaforge2002-03-141-1/+1
|
* add length match to default extension build listlaforge2002-03-141-2/+2
|
* Makefile fix for owner mac multiport limit (kisza)laforge2002-03-031-1/+1
|
* Add LOGv6 to Makefile listlaforge2002-03-031-1/+1
|
* make compilation of libip6t_LOG, libipt_length, libip6t_length andlaforge2002-02-171-3/+3
| | | | libip6t_owner mandatory
* - added patch to support statically linking of iptableslaforge2001-08-061-0/+46
| | | | - iptables-save/-restore is no longer experimental
* Fixed REJECTv6 compile errors.laforge2001-07-301-1/+1
|
* added libip6t_REJECT.c for IPv6 reject supportlaforge2001-07-231-1/+1
|
* Major icmpv6 cleanup / fixes by Kis-Szabo Andras.laforge2001-07-141-1/+1
|
* DO_IPV6 fix.rusty2001-06-051-1/+4
|
* gianni tedesco's last patch was broken... now compilation works againlaforge2001-04-301-1/+1
|
* NETLINK target fixes, by original author (Gianni Tedesco)laforge2001-04-301-1/+1
|
* added new time match, added new ipv4options matchlaforge2001-03-251-1/+1
|
* Move some include files to be present always, so build always includes them ↵rusty2001-02-281-0/+3
| | | | even if patches not applied (eg. for distributions).
* shlib plugin foer ip6tables MARK addedlaforge2000-11-131-1/+1
|
* Patch-o-matic! now included.rusty2000-08-271-1/+12
|
* Disable ULOG (pending patch to make it dependent on header in KERNEL_DIR).rusty2000-08-231-1/+1
|