summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_hashlimit.c
Commit message (Expand)AuthorAgeFilesLines
* build: resolve compile abort in libxt_limit on RHEL5Jan Engelhardt2012-10-101-0/+2
* libxt_*limit: avoid division by zeroJan Engelhardt2012-07-311-5/+12
* libxt_hashlimit: add support for byte-based operationFlorian Westphal2012-07-141-11/+160
* libxt_hashlimit: observe new default gc-expire time when savingJan Engelhardt2011-08-211-13/+20
* libxt_hashlimit: remove inversion from hashlimit rev 0Jan Engelhardt2011-08-211-11/+2
* libxt_hashlimit: default htable-expire must be in millisecondsJan Engelhardt2011-08-211-2/+2
* libxt_hashlimit: use a more obvious expiry value by defaultJan Engelhardt2011-06-221-16/+41
* libxt_hashlimit: use guided option parserJan Engelhardt2011-05-091-290/+129
* extensions: remove redundant init functionsJan Engelhardt2011-02-191-1/+0
* iptables: do not print trailing whitespacesJan Engelhardt2011-01-311-38/+38
* extensions: remove no longer necessary default: casesJan Engelhardt2011-01-081-2/+0
* src: use C99/POSIX typesJan Engelhardt2011-01-081-5/+5
* all: consistent syntax use in struct optionJan Engelhardt2010-07-231-10/+10
* libxt_hashlimit: always print burst valueJan Engelhardt2010-06-241-4/+2
* iptables/extensions: make bundled options work againJan Engelhardt2009-11-031-8/+8
* libxtables: hand argv to xtables_check_inverseJan Engelhardt2009-11-031-8/+8
* extensions: collapse data variables to use multi-reg callsJan Engelhardt2009-06-261-49/+47
* extensions: collapse registration structuresJan Engelhardt2009-06-261-18/+1
* iptables: replace open-coded sizeof by ARRAY_SIZEJan Engelhardt2009-05-261-2/+1
* extensions: add const qualifiers in print/save functionsJan Engelhardt2009-05-261-4/+2
* libxt_hashlimit: add missing space for iptables-save outputJan Engelhardt2009-03-241-1/+1
* libxtables: prefix exit_error to xtables_errorJan Engelhardt2009-02-211-16/+16
* libxtables: prefix/order - move check_inverse to xtables.cJan Engelhardt2009-01-301-8/+8
* libxtables: prefix/order - param_actJan Engelhardt2009-01-301-29/+29
* libxtables: prefix/order - strtouiJan Engelhardt2009-01-271-12/+12
* extensions: use UINT_MAX constants over open-coded numbers (2/2)Jan Engelhardt2009-01-271-8/+8
* src: use NFPROTO_ constantsJan Engelhardt2008-11-181-4/+4
* src: update comments part IIJan Engelhardt2008-09-041-2/+2
* src: Update commentsJan Engelhardt2008-09-011-7/+0
* iptables-save: fix hashlimit outputPhil Oester2008-08-041-1/+1
* src: remove dependency on libiptc headersJan Engelhardt2008-08-041-0/+1
* Remove old functions, constantsJan Engelhardt2008-04-151-7/+7
* Add support for xt_hashlimit match revision 1Jan Engelhardt2008-04-131-27/+371
* Fix -Wshadow warnings and clean up xt_sctp.hJan Engelhardt2008-04-061-2/+2
* fix gcc warningsMax Kellermann2008-01-291-1/+1
* libxt_hashlimit checksJan Engelhardt2008-01-201-0/+17
* Unique symbols 1/6Jan Engelhardt2007-10-041-32/+27
* Constify data structuresJan Engelhardt2007-10-041-1/+1
* Fix sparse warnings: non-ANSI function declarations, 0 used as pointerPatrick McHardy2007-09-081-9/+9
* Remove last vestiges of NFC (Peter Riley <Peter.Riley@hotpop.com>)Peter Riley2007-09-021-2/+1
* Unifies libip[6]t_hashlimit into libxt_hashlimitYasuyuki KOZAKAI2007-08-041-0/+386