summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add endian annotation types to fix compilation for kernels > 2.6.18Patrick McHardy2006-10-091-0/+5
* Version number was not bumped in Makefile in svnv1.3.6Joszef Kadlecsik2006-10-091-2/+2
* Use correct types at error reporting (patch sent by H. Nakano)Joszef Kadlecsik2006-10-061-2/+2
* Use negative-list for "weird character in interface" warning instead of warni...Patrick McHardy2006-09-202-7/+7
* Named realm (Simon Lodal <simon@parknet.dk>)Simon Lodal2006-09-022-13/+158
* Add statistic match extensionPatrick McHardy2006-08-312-0/+177
* iptables: fix ipt_MARK documentation (Eric Leblond)Eric Leblond2006-08-291-1/+8
* iptables -Z clears the per-rule counters, but not the chain policy counters (...Andy Gay2006-08-221-0/+3
* update quota match for xtables + fix -D bug (Phil Oester <kernel@linuxace.com>)Phil Oester2006-08-082-7/+8
* Revert "proto_to_name duplication" patch, as noticed by Yasuyuki it can causePatrick McHardyJesper Brouer2006-07-253-5/+20
* proto_to_name duplication (Phil Oester <kernel@linuxace.com>)Phil Oester2006-07-223-20/+5
* BUG: libiptc chain references bug (Jesper Brouer <hawk@diku.dk>)Patrick McHardyJesper Brouer2006-07-251-0/+8
* reduce parse_*_port duplication (Phil Oester <kernel@linuxace.com>)Phil Oester2006-07-2013-137/+46
* reduce service_to_port duplication (Phil Oester <kernel@linuxace.com>)Phil Oester2006-07-2013-105/+30
* Use gcc to build shared objects (Phil Oester <kernel@linuxace.com>)Phil Oester2006-07-203-2/+4
* iptables: handle cidr notation more sanely (Phil Oester <kernel@linuxace.com>)Phil Oester2006-07-101-0/+30
* please kill santa-claus (Pierre-Yves Ritschard <pierre-yves@spootnik.org>)Pierre-Yves Ritschard2006-07-051-1/+0
* libiptc symbols clash (Phil Oester <kernel@linuxace.com>)Phil Oester2006-07-052-0/+4
* - force user to specify --icmpv6-type if icmpv6 match is required to loadYasuyuki KOZAKAI2006-07-042-1/+11
* ip6tables multiport does not support x:y (Phil Oester <kernel@linuxace.com>)Phil Oester2006-07-031-5/+4
* iptables trivial compile warning cleanup (Phil Oester <kernel@linuxace.com>)Phil Oester2006-07-032-4/+6
* size_t changed to socklen_t in getsockopt callJoszef Kadlecsik2006-06-231-3/+3
* set match negation bug fixedJoszef Kadlecsik2006-06-232-3/+3
* REDIRECT does not accept IP (Phil Oester <kernel@linuxace.com>)Phil Oester2006-06-201-0/+3
* Add new exit value to indicate concurrency issues (Jesper Dangaard Brouer <ha...Jesper Dangaard Brouer2006-06-192-2/+7
* trivial connlimit manpage fix (Phil Oester <kernel@linuxace.com>)Phil Oester2006-05-291-2/+2
* Use lowercase letters for match name (Simon Lodal <simonl@parknet.dk>)Simon Lodal2006-05-241-4/+4
* Add information about :<port> syntax (Evan Miller <evanm@frap.net>)Evan Miller2006-05-241-2/+3
* secmark: Add libip6t_CONNSECMARKJames Morris2006-05-243-1/+140
* D'oh .. I'm not too smart, forgot to add the new files in the previous patche...Patrick McHardy2006-05-246-0/+405
* secmark: Add libipt_CONNSECMARKJames Morris2006-05-241-1/+1
* secmark: Add libip6t_SECMARKJames Morris2006-05-241-1/+1
* secmark: Add libipt_SECMARKJames Morris2006-05-241-1/+1
* secmark: Add libselinux supportJames Morris2006-05-243-4/+36
* Add DCCP/SCTP support to multiport. Patch for kernel will go in 2.6.18.Patrick McHardy2006-04-284-16/+58
* Replace annoying "Something wrong... deleting dependencies" message by someth...Patrick McHardy2006-04-281-1/+1
* Don't overwrite errno with return value of setsockopt (which is -1 on error).Patrick McHardy2006-04-221-6/+2
* Revert incorrect fix for "Unknown error 4294967295" problemPatrick McHardyHarald Welte2006-04-221-2/+0
* When entering an invalid command (such as iptables -A INPUT -j MARK --set-markHarald Welte2006-04-211-0/+2
* In ip[6]tables.c, NUMBER_OF_OPT was increased to 12 for the OPT_COUNTERSPatrick McHardyHarald Welte2006-04-222-30/+32
* cmdflags is used in cmd2char() to return the option for a command. It uses theHarald Welte2006-04-212-4/+2
* [IPTABLES,IP6TABLES]: check invalid esp spi rangeYasuyuki KOZAKAI2006-04-152-0/+6
* [IP6TABLES] kill manual comparing protocol name with "ipv6-icmp".Yasuyuki KOZAKAI2006-04-151-3/+1
* fix loading shared library of ICMPv6 match.Yasuyuki KOZAKAI2006-04-153-1/+1
* [IPTABLES,IP6TABLES]: fix the path to detect esp/connbytes support in kernelHarald Welte2006-04-122-2/+2
* Correct iptables-save output of osf module (Daniel De Graaf)Daniel De Graaf2006-03-311-0/+8
* don't allow to specify protocol of IPv6 extension header (Yasuyuki Kozakai)Yasuyuki KOZAKAI2006-03-291-0/+16
* Multiple matches of the same type can be specified on the commandline.Joszef Kadlecsik2006-03-034-32/+84
* Make '-p all' a special case that is handled before calling getprotoent() (Cl...Harald Welte2006-02-112-2/+14
* fix double-free if a single match is used multiple times within a signle ruleHarald Welte2006-02-112-2/+6