summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_rateest.c
Commit message (Expand)AuthorAgeFilesLines
* extensions: add copyright statementsPatrick McHardy2013-05-291-0/+4
* extensions: libxt_rateest: output all options in save hookFlorian Westphal2012-05-221-21/+34
* option: remove last traces of intrapositional negationJan Engelhardt2011-07-101-13/+0
* libxt_rateest: abolish global variablesJan Engelhardt2011-06-211-9/+3
* libxt_rateest: streamline case display of unitsJan Engelhardt2011-05-201-3/+3
* extensions: remove bogus use of XT_GETOPT_TABLEENDJan Engelhardt2011-05-081-1/+1
* iptables: do not print trailing whitespacesJan Engelhardt2011-01-311-30/+30
* extensions: remove no longer necessary default: casesJan Engelhardt2011-01-081-3/+0
* src: use C99/POSIX typesJan Engelhardt2011-01-081-2/+2
* all: consistent syntax use in struct optionJan Engelhardt2010-07-231-15/+16
* extensions: libxt_rateest: fix bps options for iptables-saveLuciano Coelho2010-07-151-2/+4
* iptables/extensions: make bundled options work againJan Engelhardt2009-11-031-3/+3
* libxtables: hand argv to xtables_check_inverseJan Engelhardt2009-11-031-10/+10
* extensions: use NFPROTO_UNSPEC for .family fieldJan Engelhardt2009-06-011-1/+1
* extensions: add const qualifiers in print/save functionsJan Engelhardt2009-05-261-3/+4
* libxtables: prefix exit_error to xtables_errorJan Engelhardt2009-02-211-22/+22
* libxtables: prefix/order - move check_inverse to xtables.cJan Engelhardt2009-01-301-10/+10
* libxtables: prefix/order - strtouiJan Engelhardt2009-01-271-2/+5
* rateest: guard against segfaultJan Engelhardt2008-12-301-0/+3
* Remove old functions, constantsJan Engelhardt2008-04-151-5/+3
* Implement AF_UNSPEC as a wildcard for extensionsJan Engelhardt2008-04-141-18/+3
* fix gcc warningsMax Kellermann2008-01-291-2/+2
* Add rateest match extensionPatrick McHardy2008-01-151-0/+461