summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_hashlimit.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixes warning on compilation of iptables matches/targetsYasuyuki KOZAKAI2007-07-241-3/+3
| | | | | | | | | This changes the type of arguments as follows - ipt_ip * -> void * - ipt_entry * -> void * This patch doesn't change multiport, DNAT, SNAT, MASQUERADE, REDIRECT because these need more changes (casting void * variable with intended type)
* Replaces ipt_entry_* with xt_entry_* in matches/targetsYasuyuki KOZAKAI2007-07-241-4/+4
|
* Kill NFC_* stuff in iptables (Pablo Neira <pablo@eurodev.net>)Pablo Neira2005-02-141-2/+0
| | | | Fixes build with conntrack event patch for 2.6
* Fix rule deletion (hinfo pointer initialized by kernel, don't compare it in ↵Samuel Jean2005-02-071-2/+1
| | | | userspace). (Samuel Jean)
* fix parameter handling in libipt_hashlimit with iptables-save (Nikolai Malykh)Nikolai Malykh2005-02-071-2/+6
|
* Pablo Neira: extensions conversion to C99 structure initializationPablo Neira2004-12-281-15/+13
| | | | (I removed the revision stuff for the moment, but this needs to go in before the code moves too much --RR)
* minor syntax fixesHarald Welte2004-10-201-13/+18
|
* - add hashlimit to makefileHarald Welte2004-10-201-1/+1
| | | | - fix typo in libipt_hashlimit
* hashlimit port of userspace pluginHarald Welte2004-10-201-0/+365