summaryrefslogtreecommitdiffstats
path: root/iptables/xtables.c
Commit message (Expand)AuthorAgeFilesLines
* Replace TRUE/FALSE with true/falsePhil Sutter2019-10-301-9/+2
* Merge CMD_* definesPhil Sutter2019-10-301-2/+0
* xshared: Share a common implementation of parse_rulenumber()Phil Sutter2019-10-301-12/+0
* xshared: Share a common add_command() implementationPhil Sutter2019-10-301-23/+0
* xtables-restore: Unbreak *tables-restorePhil Sutter2019-10-231-1/+3
* xtables-restore: Fix --table parameter checkPhil Sutter2019-10-211-0/+4
* restore legacy behaviour of iptables-restore when rules start with -4/-6Adel Belhouane2019-07-291-0/+9
* src: replace IPTABLES_VERSION by PACKAGE_VERSIONJan Engelhardt2019-05-301-2/+2
* xtables: Move new chain check to where it belongsPhil Sutter2019-02-131-3/+0
* xshared: Explicitly pass target to command_jump()Phil Sutter2019-02-071-1/+1
* xtables: Fix for crash when comparing rules with standard targetPhil Sutter2019-02-011-1/+3
* xtables: Fix position of replaced rules in cachePhil Sutter2019-01-181-2/+2
* xtables: Set errno in nft_rule_check() if chain not foundPhil Sutter2019-01-111-4/+0
* xtables: Clarify error message when deleting by indexPhil Sutter2018-11-121-0/+1
* xtables: Fix typo in do_command() error messagePhil Sutter2018-11-121-1/+1
* xtables: Fix for spurious errors from iptables-translatePhil Sutter2018-10-231-3/+3
* xtables: Remove target_maxnamelen fieldPhil Sutter2018-10-151-1/+0
* Combine parse_target() and command_jump() implementationsPhil Sutter2018-09-251-64/+4
* Combine command_match() implementationsPhil Sutter2018-09-251-36/+0
* xtables: Drop pointless checkPhil Sutter2018-09-241-1/+1
* xtables: Align return codes with legacy iptablesPhil Sutter2018-09-011-5/+15
* xtables: Fix for segfault in iptables-nftPhil Sutter2018-08-171-3/+0
* xtables: Make 'iptables -S nonexisting' return non-zeroPhil Sutter2018-08-161-4/+1
* xtables: Match verbose ip{,6}tables output with legacyPhil Sutter2018-08-041-7/+10
* xtables: Fix program name in xtables_error()Phil Sutter2018-08-041-3/+3
* xtables: display legacy/nf_tables flavor in error messages, tooFlorian Westphal2018-07-021-1/+1
* xtables: warn in case old-style (set/getsockopt) tables existFlorian Westphal2018-06-251-0/+2
* xtables: add nf_tables vs. legacy postfix to version stringsFlorian Westphal2018-06-181-1/+1
* xtables-compat: remove nft_is_ruleset_compatibleFlorian Westphal2018-05-251-6/+0
* xtables-compat: skip unsupported tablesFlorian Westphal2018-04-091-1/+2
* iptables: Remove const qualifier from struct option.Varsha Rao2017-12-211-1/+1
* iptables: Constify option structHarsha Sharma2017-10-041-1/+1
* xtables-compat-restore: fix several memory leaksPablo M. Bermudo Garay2017-08-141-0/+2
* iptables: remove duplicated argument parsing codeLorenzo Colitti2017-03-171-45/+17
* xtables-compat: check if nft ruleset is compatiblePablo M. Bermudo Garay2016-08-261-0/+5
* xtables: Add an interval option for xtables lock waitSubash Abhinov Kasiviswanathan2016-07-031-1/+28
* nft: xtables: add generic parsing infrastructure to interpret commandsPablo Neira Ayuso2016-02-161-212/+235
* iptables: add optional [seconds] argument to -wJiri Popelka2014-07-251-1/+12
* nft-compat: fix wrong protocol context in initializationPablo Neira Ayuso2014-02-111-3/+2
* xtables: Add backward compatibility with -w optionTomasz Bursztyka2014-02-111-1/+10
* xtables: fix missing ipt_entry for MASQUERADE targetPablo Neira Ayuso2013-12-301-4/+15
* xtables: allow to reset the counters of an existing ruleTomasz Bursztyka2013-12-301-8/+7
* xtables: use xtables_rule_matches_freePablo Neira Ayuso2013-12-301-22/+1
* nft: fix family operation lookupGiuseppe Longo2013-12-301-1/+1
* xtables: fix typo in add_entry for the IPv6 casePablo Neira Ayuso2013-12-301-1/+1
* xtables: remove bogus comment regarding rule replacementPablo Neira Ayuso2013-12-301-1/+0
* xtables: add -I chain rulenumPablo Neira Ayuso2013-12-301-8/+21
* xtables: nft: display rule number via -SPablo Neira Ayuso2013-12-301-1/+1
* xtables: nft: display rule by number via -LGiuseppe Longo2013-12-301-1/+0
* xtables: fix missing afinfo configurationPablo Neira Ayuso2013-12-301-0/+1