summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_policy.c
Commit message (Expand)AuthorAgeFilesLines
* Unique names 3/6Jan Engelhardt2007-10-041-18/+16
* Constify data structuresJan Engelhardt2007-10-041-1/+1
* Delete empty ->init() functionsJan Engelhardt2007-10-041-5/+0
* Remove last vestiges of NFC (Peter Riley <Peter.Riley@hotpop.com>)Peter Riley2007-09-021-3/+1
* Make the option structures const.Jan Engelhardt2007-07-301-1/+1
* Fixes warning on compilation of iptables matches/targetsYasuyuki KOZAKAI2007-07-241-3/+3
* Replaces ipt_entry_* with xt_entry_* in matches/targetsYasuyuki KOZAKAI2007-07-241-4/+4
* make policy match compile independant of kernel headersv1.3.5Harald Welte2006-02-011-1/+1
* Prepare policy match for x_tables unification by making sure bothPatrick McHardy2006-01-311-4/+4
* Fix "empty policy element" complaining in non-strict mode.Noticed by Tom Eastep2006-01-221-1/+2
* Move empty policy element check to also catch last elementPatrick McHardy2006-01-121-5/+6
* Don't allow using --next option without specifying a policy elementPatrick McHardy2006-01-121-2/+7
* Add policy match extensions from patch-o-maticPatrick McHardy2005-11-191-0/+429