summaryrefslogtreecommitdiffstats
path: root/iptables-restore.c
Commit message (Expand)AuthorAgeFilesLines
* iptables: correctly check for too-long chain/target/match namesJan Engelhardt2010-03-161-0/+6
* build: combine iptables-multi and iptables-staticJan Engelhardt2009-07-251-1/+1
* 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-13/+13
* libxtables: general follow-up cleanupJamal Hadi Salim2009-02-131-9/+8
* libxtables: consolidate init calls into one functionJamal Hadi Salim2009-02-131-2/+7
* libxtables: set names of programsJamal Hadi Salim2009-02-121-0/+1
* libxtables: move afinfo aroundJan Engelhardt2009-02-071-0/+1
* libxtables: prefix/order - program_nameJan Engelhardt2009-01-301-2/+3
* libxtables: prefix/order - libdirJan Engelhardt2009-01-271-10/+1
* libxtables: prefix/order - modprobe and xtables.ko loadingJan Engelhardt2009-01-271-2/+3
* env: augment deprecation noticeJan Engelhardt2009-01-071-1/+2
* src: reuse the global modprobe_program variableJan Engelhardt2008-11-181-5/+4
* libiptc: remove indirectionsJan Engelhardt2008-11-101-7/+9
* libiptc: remove typedef indirectionJan Engelhardt2008-11-101-3/+3
* iptables-restore: fix segmentation fault with -tanythingJan Engelhardt2008-08-041-1/+1
* sparse warning fixes: integer used as pointerPatrick McHardy2008-06-071-2/+2
* Make iptables-restore usable over a pipeHenrik Nordstrom2008-05-121-0/+1
* Remove old functions, constantsJan Engelhardt2008-04-151-2/+2
* iptables: use C99 lists for struct optionsGáspár Lajos2008-04-141-10/+10
* Combine IP{,6}T_LIB_DIR into XTABLES_LIBDIRJan Engelhardt2008-04-131-3/+8
* Fix all remaining warnings (missing declarations, missing prototypes)Jan Engelhardt2008-04-131-1/+2
* allow empty strings in argument parserMax Kellermann2008-01-291-7/+5
* unescape parametersMax Kellermann2008-01-291-28/+21
* use size_tMax Kellermann2008-01-291-1/+1
* whitespace cleanupMax Kellermann2008-01-291-17/+17
* iptables-edit: iptables-edit: adds --table to iptables-restorePeter Warasin2007-11-051-1/+11
* Fix sscanf type errorsPatrick McHardy2007-10-171-5/+9
* Fix strict aliasing warningsPatrick McHardy2007-09-051-1/+5
* Introduces xtables match/target registrationYasuyuki KOZAKAI2007-07-241-1/+1
* Moves ip[6]tables_insmod() to xtables.c as xtables_insmod()Yasuyuki KOZAKAI2007-07-241-1/+2
* Fix missing newlines in iptables-save/restore output (Pavol Rusnak <prusnak@s...Pavel Rusnak2007-05-101-2/+2
* fix problem with iptables-restore and quotes (close bugzilla id 505)Pablo Neira Ayuso2007-04-181-15/+32
* revert some slipped through patchesPablo Neira AyusoMaurice van der Pot2007-04-161-32/+15
* prepare conntrack and conntrackd merge: rename conntrack to conntrack-toolsPablo Neira Ayuso2007-04-161-15/+32
* Supress error message from modprobe on checking revision.Yasuyuki KOZAKAI2007-03-131-1/+1
* Fix missing space in error message (Bugzilla 544)Patrick McHardy2007-02-141-1/+1
* fix compile/install error for iptables-xml with DO_MULTI=1 (Lutz Jaenicke)Lutz Jaenicke2006-12-091-1/+1
* fix segfault or loading of invalid counters in ip[6]tables-restore (Olaf Remp...Harald Welte2006-02-091-1/+4
* Flush chain with noflush when it is redefined (Charlie Brady <charlieb-netfil...Charlie Brady2005-06-121-6/+15
* Fix setting lib_dir in ip*tables-{save,restore}Martin Josefsson2004-12-271-1/+5
* fix slightly changed semantics of iptc_is_builtinHarald Welte2004-08-301-2/+2
* Bastiaan Bakker's patch to combine iptables, iptables-save and iptables-restoreBastiaan Bakker2004-06-251-2/+8
* Get rid of some warnings when compiling 64bit.Martin Josefsson2004-05-261-2/+2
* Add --test (-t) in order to test the whole file without changing anything if ...Martin Josefsson2004-02-011-6/+16
* Complain when COMMIT is missing for the last table in the inputMartin Josefsson2004-02-011-1/+6
* Another minor codestyle fixMartin Josefsson2004-01-311-2/+3
* Minor codestyle fixMartin Josefsson2004-01-311-2/+3
* I guess nobody actually used --verboseMartin Josefsson2004-01-311-2/+2