summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_policy.c
Commit message (Expand)AuthorAgeFilesLines
* policy: merge ipv6 and ipv4 variantJan Engelhardt2009-06-011-430/+0
* policy: use direct xt_policy_info instead of ipt/ip6tJan Engelhardt2009-05-311-33/+33
* libxt_policy: use bounded strtouiJan Engelhardt2009-02-211-3/+7
* extensions: remove unwanted/add needed includes for IPv4 extsJan Engelhardt2009-02-211-1/+0
* libxtables: prefix exit_error to xtables_errorJan Engelhardt2009-02-211-26/+26
* libxt_policy: cannot set spi/reqid numbers higher than 0x7fffffffChristian Perle2009-02-171-2/+2
* libxtables: prefix/order - move parse_protocol to xtables.cJan Engelhardt2009-01-301-1/+1
* libxtables: prefix/order - move check_inverse to xtables.cJan Engelhardt2009-01-301-1/+1
* libxtables: prefix - parse and escaped output funcJan Engelhardt2009-01-301-2/+2
* libxtables: prefix/order - ipaddr/ipmask to ascii outputJan Engelhardt2009-01-301-4/+4
* src: remove inclusion of iptables.hJan Engelhardt2008-11-201-1/+1
* src: use NFPROTO_ constantsJan Engelhardt2008-11-181-1/+1
* src: use regular includesJan Engelhardt2008-09-011-1/+1
* Remove old functions, constantsJan Engelhardt2008-04-151-8/+8
* fix gcc warningsMax Kellermann2008-01-291-1/+1
* rename overlapping function namesJan Engelhardt2008-01-201-2/+2
* bunch o' renamesJan Engelhardt2008-01-201-4/+4
* 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