summaryrefslogtreecommitdiffstats
path: root/ip6tables-restore.c
Commit message (Expand)AuthorAgeFilesLines
* 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-1/+1
* 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-9/+9
* 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/+3
* allow empty strings in argument parserMax Kellermann2008-01-291-7/+5
* unescape parametersMax Kellermann2008-01-291-25/+35
* whitespace cleanupMax Kellermann2008-01-291-19/+19
* let DO_MULTI=1 work for ip6tables* binariesHann-Huei Chiou2007-10-231-0/+4
* Fix sscanf type errorsPatrick McHardy2007-10-171-5/+9
* Add ip6tables-{save,restore} to non-experimental target, fix strict aliasing ...Patrick McHardy2007-10-161-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
* ip6tables-restore should output error of modprobe if failed to loadYasuyuki KOZAKAI2007-03-201-1/+1
* 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
* slightly different semantics of iptc_builtinHarald Welte2004-08-301-2/+2
* Get rid of some warnings when compiling 64bit.Martin Josefsson2004-05-261-2/+2
* (Continuing the bloody-series) Bloody missing resync (Did I mention how much ...Martin Josefsson2004-02-021-2/+2
* (Continuing the bloody-series) Bloody typos :)Martin Josefsson2004-02-021-2/+2
* Bloody copy-n-edit. Add --test (-t) in order to test...Martin Josefsson2004-02-021-6/+16
* Bloody copy-n-edit. Complain when COMMIT is missing...Martin Josefsson2004-02-021-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
* Fix even more possibly not zero-terminated strings after copy (Karsten Desler)Karsten Desler2004-01-311-1/+2
* allow embedding of quote character inside quoted string (Michael Rash)Michael Rash2004-01-051-2/+6
* fix memory leak(s) in libiptc. Reverts the previous (wrong) patch. (Martin J...Martin Josefsson2003-05-021-2/+5
* port 'line number on error in iptables-restore' from ipv4Harald Welte2003-03-051-6/+9
* minor fixes by kisza:András Kis-Szabó2002-08-141-7/+2
* globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent n...Harald Welte2002-05-291-3/+3
* add ip6tables-save/restore manpages; sync with ipv4 (kisza)András Kis-Szabó2002-03-031-98/+104
* check for --table as well as -t (Andreas Ferber)Harald Welte2001-10-221-1/+2
* fix stupid bug introduced with too-lazy "-t" checking.Harald Welte2001-10-211-16/+8
* prevent ip(6)tables-restore from crashing when a line contains -tHarald Welte2001-10-161-0/+16
* ip6tables-(save/restore) sync with IPv4 codeHarald Welte2001-10-041-60/+115
* - added patch to support statically linking of iptablesHarald Welte2001-08-061-0/+4
* Added support for iptables-restore module-load-on-demand (a. van schie)Harald Welte2001-06-161-4/+17
* forgot to add those two...András Kis-Szabó2001-02-271-0/+299