summaryrefslogtreecommitdiffstats
path: root/extensions/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Converts the iptables build infrastructure to autotools.Jan Engelhardt2008-01-201-311/+0
| | | | | | | | | | | | | - Can build both static and dynamic at the same time - iptables-static will be a multi-binary, semi-static (link against libc but w/o dynamic plugins) - Always build IPv6 modules - consider INSTALL Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
* Add rateest match extensionPatrick McHardy2008-01-151-1/+1
| | | | Signed-off-by: Patrick McHardy <kaber@trash.net>
* Add RATEEST target extensionPatrick McHardy2008-01-151-1/+1
| | | | Signed-off-by: Patrick McHardy <kaber@trash.net>
* Fixes missing '6' and 'X' in definitions of selinux related extension lists.Yasuyuki KOZAKAI2007-11-291-2/+2
|
* Introducing libxt_*.man files. Sorted matches and modulesLászló Attila Tóth2007-10-311-31/+101
| | | | | | | | | | | The iptables.8 and ip6tables.8 man pages are now generated from libxt_*.man files too. For xtables modules one man page is enough with libxt_ prefix. The match and target lists are sorted alphabetically. The make command doesn't print anything when creates man pages. Signed-off-by: Laszlo Attila Toth <panther@balabit.hu>
* make print-extensions doesn't show libxt_* extensionsSebastian Claßen2007-10-081-0/+1
| | | | | | | | In extensions/Makefile the variable PFX_EXT_SLIB_OPTS is not appended to OPTIONALS, therefor 'make print-extensions' doesn't show any optional libxt_* extension. Sebastian Claßen <sebastian.classen@freenet.ag>
* Add the libxt_time iptables matchJan Engelhardt2007-09-231-1/+1
| | | | | | | | | | | This is libipt_time from POM-ng enhanced by the following: * day-of-month support (for example "match on the 15th of each month") * inversion support for --weekdays and --monthdays * match against UTC or local timezone * a manpage Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
* Adds u32 to iptables.Jan Engelhardt2007-09-101-1/+1
| | | | Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
* Makefile for man pages of xtables extensions (Laszlo Attila Toth ↵László Attila Tóth2007-09-061-10/+42
| | | | | | | | | | | | <panther@balabit.hu>) * no extra target/match by default :) * man page of fix modules (PF_EXT_SLIB etc.) plus optional (...SLIB_OPTS) modules generated, but not all. * because of the previous one I had to rename PF_EXT_SE_SLIB to PF_EXT_SELINUX_SLIB etc. as a non-optional variable, original PF_EXT_SE_SLIB gets the value of PF_EXT_SELINUX_SLIB if DO_SELINUX is set to 1.
* Build manpages for xtables extensions (Laszlo Attila Toth <panther@balabit.hu>)László Attila Tóth2007-09-051-4/+9
|
* Build IPv6 hbh/dst matches unconditionallyPatrick McHardy2007-09-051-1/+1
|
* Build IPv6 rt match unconditionallyPatrick McHardy2007-09-051-1/+1
|
* Build ipv6header match unconditionallyPatrick McHardy2007-09-051-1/+1
|
* Build IPv6 mh match unconditionallyPatrick McHardy2007-09-051-1/+1
|
* Resync header files and build IPv6 frag match unconditionallyPatrick McHardy2007-09-051-1/+1
|
* Resync header file and build IPv6 ah match unconditionallyPatrick McHardy2007-09-051-1/+1
|
* Build IPv6 REJECT target unconditionallyPatrick McHardy2007-09-051-1/+1
|
* Resync header file and build CLUSTERIP target unconditionallyPatrick McHardy2007-09-051-1/+1
|
* Build recent match unconditionallyPatrick McHardy2007-09-051-1/+1
|
* Build dccp match unconditionallyPatrick McHardy2007-09-051-1/+1
|
* Build string match unconditionallyPatrick McHardy2007-09-051-1/+1
|
* Build statistic match unconditionallyPatrick McHardy2007-09-051-1/+1
|
* Build connbytes match unconditionallyPatrick McHardy2007-09-051-1/+1
|
* Build quota match unconditionallyPatrick McHardy2007-09-051-1/+1
|
* Build NFLOG target unconditionallyPatrick McHardy2007-09-051-1/+1
|
* Add IPv6 support to helper matchYasuyuki KOZAKAI2007-08-041-2/+2
|
* Add IPv6 support to DSCP targetYasuyuki KOZAKAI2007-08-041-2/+2
|
* Add IPv6 support to CLASSIFY targetYasuyuki KOZAKAI2007-08-041-2/+2
|
* Unifies libip[6]t_TRACE into libxt_TRACEYasuyuki KOZAKAI2007-08-041-3/+3
|
* Unifies libip[6]t_state into libxt_stateYasuyuki KOZAKAI2007-08-041-3/+3
|
* Unifies libip[6]t_connmark into libxt_connmarkYasuyuki KOZAKAI2007-08-041-3/+3
|
* Unifies libip[6]t_hashlimit into libxt_hashlimitYasuyuki KOZAKAI2007-08-041-2/+2
|
* Unifies libip[6]t_MARK into libxt_MARKYasuyuki KOZAKAI2007-08-041-3/+3
|
* Unifies libip[6]t_CONNSECMARK into libxt_CONNSECMARKYasuyuki KOZAKAI2007-08-041-3/+3
|
* Add IPv6 support to CONNMARK matchYasuyuki KOZAKAI2007-08-041-3/+3
|
* Tries to load libxt_*.so at first.Yasuyuki KOZAKAI2007-08-041-12/+0
| | | | If failed, it tries libip[6]t_*.so.
* Moves libip{,6}t_connlimit to libxt.Jan Engelhardt2007-07-311-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.cYasuyuki KOZAKAI2007-07-241-3/+3
|
* Unifies libip[6]t_SECMARK.c into libxt_SECMARK.cYasuyuki KOZAKAI2007-07-241-2/+9
|
* Unifies libip[6]t_TCPMSS.c into libxt_TCPMSS.cYasuyuki KOZAKAI2007-07-241-3/+3
|
* Add IPv6 support to comment matchYasuyuki KOZAKAI2007-07-241-2/+2
|
* Add IPv6 support to dscp match.Yasuyuki KOZAKAI2007-07-241-2/+2
|
* Unifies libip[6]t_esp.c into libxt_esp.cYasuyuki KOZAKAI2007-07-241-2/+2
|
* Unifies libip[6]t_length.c into libxt_length.cYasuyuki KOZAKAI2007-07-241-3/+3
|
* Unifies libip[6]t_limit.c into libxt_limit.c.Yasuyuki KOZAKAI2007-07-241-3/+3
|
* Unifies libip[6]t_mac.c into libxt_mac.cYasuyuki KOZAKAI2007-07-241-3/+3
|
* Unifies libip[6]t_physdev.c into libxt_physdev.cYasuyuki KOZAKAI2007-07-241-3/+3
|
* Add IPv6 support to pkttype matchYasuyuki KOZAKAI2007-07-241-2/+2
|
* Unifies libip[6]t_sctp.c into libxt_sctp.cYasuyuki KOZAKAI2007-07-241-2/+2
|
* Unifies libip[6]t_standard.c into libxt_standard.cYasuyuki KOZAKAI2007-07-241-3/+3
|