summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_NOTRACK.c
Commit message (Collapse)AuthorAgeFilesLines
* Renames libipt_NOTRACK.c to libxt_NOTRACK.cYasuyuki KOZAKAI2007-07-241-62/+0
|
* Use unified API in NOTRACK target.Yasuyuki KOZAKAI2007-07-241-16/+15
|
* Fixes warning on compilation of iptables matches/targetsYasuyuki KOZAKAI2007-07-241-1/+1
| | | | | | | | | 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-2/+2
|
* Userspace files of the raw patch (JK).Joszef Kadlecsik2003-05-211-0/+63