aboutsummaryrefslogtreecommitdiff
path: root/iptables/iptables.c
AgeCommit message (Expand)Author
2020-12-03xshared: Merge some command option-related codePhil Sutter
2019-10-30Replace TRUE/FALSE with true/falsePhil Sutter
2019-10-30Merge CMD_* definesPhil Sutter
2019-10-30xshared: Share a common implementation of parse_rulenumber()Phil Sutter
2019-10-30xshared: Share a common add_command() implementationPhil Sutter
2019-10-23xtables-restore: Unbreak *tables-restorePhil Sutter
2019-10-21xtables-restore: Fix --table parameter checkPhil Sutter
2019-05-30src: replace IPTABLES_VERSION by PACKAGE_VERSIONJan Engelhardt
2019-02-07xshared: Explicitly pass target to command_jump()Phil Sutter
2018-10-15xtables: Remove target_maxnamelen fieldPhil Sutter
2018-09-25Combine parse_target() and command_jump() implementationsPhil Sutter
2018-09-25Combine command_match() implementationsPhil Sutter
2018-09-24iptables: Use print_ifaces() from xtablesPhil Sutter
2018-09-24Share print_ipv{4,6}_addr() from xtablesPhil Sutter
2018-07-19iptables: replace memset by c99-style initializersPhil Sutter
2018-07-02xtables: display legacy/nf_tables flavor in error messages, tooFlorian Westphal
2018-06-18xtables: add nf_tables vs. legacy postfix to version stringsFlorian Westphal
2018-04-27xtables: Fix rules print/save after iptables updateSerhey Popovych
2017-12-21iptables: Remove const qualifier from struct option.Varsha Rao
2017-10-04iptables: Constify option structHarsha Sharma
2017-05-29iptables: insist that the lock is held.Lorenzo Colitti
2017-04-06iptables: Remove unnecessary braces.Varsha Rao
2017-03-21iptables-restore: support acquiring the lock.Lorenzo Colitti
2017-03-17iptables: remove duplicated argument parsing codeLorenzo Colitti
2016-12-11iptables: on revision mismatch, do not call print/saveWillem de Bruijn
2016-07-03xtables: Add an interval option for xtables lock waitSubash Abhinov Kasiviswanathan
2015-09-07iptables: Spelling fixesVille Skyttä
2014-07-25iptables: add optional [seconds] argument to -wJiri Popelka
2013-12-30use nf_tables and nf_tables compatibility interfacePablo Neira Ayuso
2013-11-03iptables: improve chain name validationPhil Oester
2013-08-14ip[6]tables: fix incorrect alignment in commands_v_optionsPablo Neira Ayuso
2013-07-08ip{6}tables-restore: fix breakage due to new locking approachPablo Neira Ayuso
2013-06-11ip[6]tables: Add locking to prevent concurrent instancesPhil Oester
2013-03-29ip[6]tables: show --protocol instead of --proto in usageMart Frauenlob
2013-01-28Introduce match/target aliasesJozsef Kadlecsik
2013-01-04libxtables: add xtables_print_numPablo Neira Ayuso
2013-01-04libxtables: add xtables_rule_matches_freePablo Neira Ayuso
2013-01-04iptables: remove unused leftover definitionsPablo Neira Ayuso
2012-10-08iptables: restore NOTRACK functionality, target aliasingJan Engelhardt
2012-10-08iptables: fix standard targetPablo Neira Ayuso
2012-09-30Merge branch 'master' of git://git.inai.de/iptablesJan Engelhardt
2012-09-29iptables: support for match aliasesJan Engelhardt
2012-09-27iptables: support for target aliasesJan Engelhardt
2012-09-08iptables: fix wrong error messagesPablo Neira Ayuso
2011-09-11src: resolve old macro names that are indirectionsJan Engelhardt
2011-09-11libiptc: combine common types: _handleJan Engelhardt
2011-09-11libiptc: replace ipt_chainlabel by xt_chainlabelJan Engelhardt
2011-09-03iptables: move kernel version find routing into libxtablesJan Engelhardt
2011-07-10option: remove last traces of intrapositional negationJan Engelhardt
2011-07-05iptables: restore negation for -fJan Engelhardt