summaryrefslogtreecommitdiffstats
path: root/iptables/iptables-restore.c
Commit message (Expand)AuthorAgeFilesLines
* xshared: Introduce struct argv_storePhil Sutter2019-10-241-15/+13
* iptables-restore: Constify struct iptables_restore_cbPhil Sutter2019-10-181-4/+5
* xtables-restore: Introduce rule counter tokenizer functionPhil Sutter2019-10-181-31/+4
* xtables_error() does not returnPhil Sutter2019-09-251-12/+6
* ipables: xtables-restore: output filename option in help textFlorian Westphal2019-09-161-1/+1
* src: replace IPTABLES_VERSION by PACKAGE_VERSIONJan Engelhardt2019-05-301-2/+2
* ip6tables-restore: Merge into iptables-restore.cPhil Sutter2018-11-131-44/+110
* Fix a few cases of pointless assignmentsPhil Sutter2018-09-241-2/+2
* ip{, 6}tables-restore: Fix for uninitialized array 'curtable'Phil Sutter2018-09-241-1/+1
* xshared: Consolidate argv construction routinesPhil Sutter2018-08-041-103/+7
* xshared: Consolidate parse_counters()Phil Sutter2018-08-041-11/+0
* Consolidate DEBUGP macrosPhil Sutter2018-08-041-6/+0
* iptables-restore: free the table lock when skipping a tableJoel Goguen2018-07-261-1/+6
* iptables: replace memset by c99-style initializersPhil Sutter2018-07-191-4/+1
* xtables: add nf_tables vs. legacy postfix to version stringsFlorian Westphal2018-06-181-1/+1
* ip{,6}tables-restore: Don't accept wait-interval without waitPhil Sutter2017-10-041-0/+5
* iptables: Fix crash on malformed iptables-restoreOliver Ford2017-05-291-2/+5
* iptables: insist that the lock is held.Lorenzo Colitti2017-05-291-6/+1
* iptables-restore/save: exit when given an unknown optionVincent Bernat2017-04-191-5/+5
* iptables-restore/ip6tables-restore: add --version/-V argumentDan Williams2017-04-141-2/+8
* iptables: Remove explicit static variables initalization.Varsha Rao2017-04-061-1/+1
* iptables-restore: support acquiring the lock.Lorenzo Colitti2017-03-211-12/+43
* iptables-restore: add missing arguments to usage messageBrian Haley2016-08-231-2/+2
* consistently use <errno.h>Felix Janda2015-05-021-1/+1
* iptables-{save,restore}: warn that -b/--binary isn't implementedJiri Popelka2014-03-171-5/+3
* ip{6}tables-restore: fix breakage due to new locking approachPablo Neira Ayuso2013-07-081-1/+1
* ip[6]tables-restore: cleanup to reduce one level of indentationPablo Neira Ayuso2012-08-031-69/+65
* iptables-restore: warn about -t in rule linesJan Engelhardt2012-07-311-2/+4
* iptables-restore: fix parameter parsing (shows up with gcc-4.7)Pablo Neira Ayuso2012-07-301-2/+1
* Revert "iptables-restore: move code to add_param_to_argv, cleanup (fix gcc-4.7)"Pablo Neira Ayuso2012-07-301-65/+68
* iptables-restore: move code to add_param_to_argv, cleanup (fix gcc-4.7)Pablo Neira Ayuso2012-07-251-68/+65
* ip(6)tables-restore: make sure argv is NULL terminatedFlorian Westphal2012-05-141-1/+1
* ip6tables-restore: make code look alike with iptables-restoreJan Engelhardt2011-09-111-14/+15
* src: resolve old macro names that are indirectionsJan Engelhardt2011-09-111-7/+6
* libiptc: combine common types: _handleJan Engelhardt2011-09-111-3/+3
* src: remove unused IPTABLES_MULTI defineJan Engelhardt2011-08-261-5/+0
* iptables: Coverity: REVERSE_INULLJiri Popelka2011-06-221-2/+1
* src: move all iptables pieces into a separate directoryJan Engelhardt2011-06-071-0/+471