aboutsummaryrefslogtreecommitdiff
path: root/iptables-restore.c
AgeCommit message (Expand)Author
2007-11-05iptables-edit: iptables-edit: adds --table to iptables-restorePeter Warasin
2007-10-17Fix sscanf type errorsPatrick McHardy
2007-09-05Fix strict aliasing warningsPatrick McHardy
2007-07-24Introduces xtables match/target registrationYasuyuki KOZAKAI
2007-07-24Moves ip[6]tables_insmod() to xtables.c as xtables_insmod()Yasuyuki KOZAKAI
2007-05-10Fix missing newlines in iptables-save/restore output (Pavol Rusnak <prusnak@s...Pavel Rusnak
2007-04-18fix problem with iptables-restore and quotes (close bugzilla id 505)Pablo Neira Ayuso
2007-04-16revert some slipped through patchesPablo Neira AyusoMaurice van der Pot
2007-04-16prepare conntrack and conntrackd merge: rename conntrack to conntrack-toolsPablo Neira Ayuso
2007-03-13Supress error message from modprobe on checking revision.Yasuyuki KOZAKAI
2007-02-14Fix missing space in error message (Bugzilla 544)Patrick McHardy
2006-12-09fix compile/install error for iptables-xml with DO_MULTI=1 (Lutz Jaenicke)Lutz Jaenicke
2006-02-09fix segfault or loading of invalid counters in ip[6]tables-restore (Olaf Remp...Harald Welte
2005-06-12Flush chain with noflush when it is redefined (Charlie Brady <charlieb-netfil...Charlie Brady
2004-12-27Fix setting lib_dir in ip*tables-{save,restore}Martin Josefsson
2004-08-30fix slightly changed semantics of iptc_is_builtinHarald Welte
2004-06-25Bastiaan Bakker's patch to combine iptables, iptables-save and iptables-restoreBastiaan Bakker
2004-05-26Get rid of some warnings when compiling 64bit.Martin Josefsson
2004-02-01Add --test (-t) in order to test the whole file without changing anything if ...Martin Josefsson
2004-02-01Complain when COMMIT is missing for the last table in the inputMartin Josefsson
2004-01-31Another minor codestyle fixMartin Josefsson
2004-01-31Minor codestyle fixMartin Josefsson
2004-01-31I guess nobody actually used --verboseMartin Josefsson
2004-01-31Fix even more possibly not zero-terminated strings after copy (Karsten Desler)Karsten Desler
2004-01-05allow embedding of quote character inside quoted string (Michael Rash)Michael Rash
2003-05-02fix memory leak(s) in libiptc. Reverts the previous (wrong) patch. (Martin J...Martin Josefsson
2003-03-06make gcc happyHarald Welte
2003-03-03make iptables-restore print the line number in case of an errorIlles Marci
2003-03-03fix iptables-restore to not segfault on invalid input (Illes Marci <marci@bal...Illes Marci
2002-08-07copyright / GPL noticeHarald Welte
2002-05-29globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent n...Harald Welte
2002-01-17fix typo in commentHarald Welte
2001-12-06Set verbose = 1 when -v option specified.Marc Boucher
2001-10-22check for --table as well as -t (Andreas Ferber)Harald Welte
2001-10-21fix stupid bug introduced with too-lazy "-t" checking.Harald Welte
2001-10-16fix of-by-one for-loop for debug statementHarald Welte
2001-10-16prevent ip(6)tables-restore from crashing when a line contains -tHarald Welte
2001-08-06- added patch to support statically linking of iptablesHarald Welte
2001-06-16Added support for iptables-restore module-load-on-demand (a. van schie)Harald Welte
2001-05-26iptables-save had problems with multiple spaces between options (A. van Schie)Harald Welte
2001-05-03the parse-error with log target and spaces in log-prefix should be fixed nowHarald Welte
2001-03-15fixing a lot of bugs / cleaning upHarald Welte
2001-02-26ip6tables-save/-restore by Kis-Szabo AndrasAndrás Kis-Szabó
2001-01-23added 'iptables --set-counters' and fixed counter-restore in iptables-restoreHarald Welte
2001-01-07Addeed FIXME.Rusty Russell
2001-01-05o serveral changes / additions to libiptc:Harald Welte
2000-12-19adding --noflush option for iptables-restoreHarald Welte
2000-12-06preprocessor macro syntaxHarald Welte
2000-12-01make iptables-restore and iptables-save work again!Harald Welte
2000-03-20Makefile fixes for release.Rusty Russell