summaryrefslogtreecommitdiffstats
path: root/iptables-xml.c
Commit message (Expand)AuthorAgeFilesLines
* iptables: close open file descriptorsJan Engelhardt2009-06-101-0/+2
* iptables: replace open-coded sizeof by ARRAY_SIZEJan Engelhardt2009-05-261-1/+1
* libxtables: prefix exit_error to xtables_errorJan Engelhardt2009-02-211-8/+8
* libxtables: general follow-up cleanupJamal Hadi Salim2009-02-131-18/+14
* libxtables: simple aliasing macro for exit_errorJamal Hadi Salim2009-02-111-13/+0
* libxtables: Make ip6tables, iptables and iptables-xml use xtables_globalsJamal Hadi Salim2009-02-111-0/+8
* libxtables: prefix/order - param_actJan Engelhardt2009-01-301-1/+1
* libxtables: prefix/order - program_nameJan Engelhardt2009-01-301-2/+2
* src: remove redundant returns at end of void-returning functionsJan Engelhardt2009-01-271-2/+0
* iptables-xml: sparse fixesPatrick McHardy2008-06-071-7/+7
* Remove old functions, constantsJan Engelhardt2008-04-151-2/+2
* Fix all remaining warnings (missing declarations, missing prototypes)Jan Engelhardt2008-04-131-0/+1
* Fix -Wshadow warnings and clean up xt_sctp.hJan Engelhardt2008-04-061-4/+3
* Drop -W from CFLAGS and some tiny code cleanupsJan Engelhardt2008-04-061-7/+7
* fix gcc warningsMax Kellermann2008-01-291-12/+12
* Fix strict aliasing warningsPatrick McHardy2007-09-051-4/+8
* Make @msg argument a const char *, just like printf().Jan Engelhardt2007-08-011-1/+1
* iptables-xmlSam Liddicott2007-07-171-1/+25
* fix compile/install error for iptables-xml with DO_MULTI=1 (Lutz Jaenicke)Lutz Jaenicke2006-12-091-5/+6
* Add iptables-xml tool (Amin Azez <azez@ufomechanic.net>)Amin Azez2006-11-131-0/+859