summaryrefslogtreecommitdiffstats
path: root/iptables/iptables.c
Commit message (Expand)AuthorAgeFilesLines
* libxtables: Drop xtables_globals 'optstring' fieldPhil Sutter2022-05-111-1/+0
* xshared: Extend xtables_printhelp() for arptablesPhil Sutter2022-05-111-1/+0
* xshared: Implement xtables lock timeout using signalsJethro Beekman2022-02-151-6/+1
* iptables: Use xtables' do_parse() functionPhil Sutter2022-01-121-451/+36
* iptables-*-restore: Drop pointless line referencePhil Sutter2021-12-161-2/+2
* libxtables: Extend basic_exit_err()Phil Sutter2021-12-161-23/+0
* xtables_globals: Embed variant name in .program_versionPhil Sutter2021-12-161-3/+3
* xshared: Share exit_tryhelp()Phil Sutter2021-12-161-15/+4
* xshared: Share a common printhelp functionPhil Sutter2021-12-161-77/+1
* xshared: Share print_match_save() between legacy ip*tablesPhil Sutter2021-12-161-31/+0
* xshared: Share print_header() with legacy iptablesPhil Sutter2021-11-231-52/+12
* xshared: Share print_fragment() with legacyPhil Sutter2021-11-231-9/+1
* xshared: Share print_rule_details() with legacyPhil Sutter2021-11-231-19/+2
* xshared: Share save_ipv{4,6}_addr() with legacyPhil Sutter2021-11-231-33/+3
* xshared: Share save_rule_details() with legacyPhil Sutter2021-11-231-24/+4
* xshared: Share print_iface() functionPhil Sutter2021-11-231-28/+2
* xshared: Merge and share parse_chain()Phil Sutter2021-11-231-25/+0
* Use proto_to_name() from xshared in more placesPhil Sutter2021-05-171-15/+5
* xshared: Merge invflags handling codePhil Sutter2021-05-171-55/+17
* xshared: Eliminate iptables_command_state->invertPhil Sutter2021-05-171-41/+35
* xshared: Merge some command option-related codePhil Sutter2020-12-031-80/+0
* Replace TRUE/FALSE with true/falsePhil Sutter2019-10-301-10/+2
* Merge CMD_* definesPhil Sutter2019-10-301-17/+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
* src: replace IPTABLES_VERSION by PACKAGE_VERSIONJan Engelhardt2019-05-301-2/+2
* xshared: Explicitly pass target to command_jump()Phil Sutter2019-02-071-1/+1
* xtables: Remove target_maxnamelen fieldPhil Sutter2018-10-151-1/+0
* Combine parse_target() and command_jump() implementationsPhil Sutter2018-09-251-65/+4
* Combine command_match() implementationsPhil Sutter2018-09-251-37/+0
* iptables: Use print_ifaces() from xtablesPhil Sutter2018-09-241-29/+1
* Share print_ipv{4,6}_addr() from xtablesPhil Sutter2018-09-241-24/+1
* iptables: replace memset by c99-style initializersPhil Sutter2018-07-191-5/+4
* xtables: display legacy/nf_tables flavor in error messages, tooFlorian Westphal2018-07-021-1/+1
* xtables: add nf_tables vs. legacy postfix to version stringsFlorian Westphal2018-06-181-1/+1
* xtables: Fix rules print/save after iptables updateSerhey Popovych2018-04-271-23/+43
* iptables: Remove const qualifier from struct option.Varsha Rao2017-12-211-1/+1
* iptables: Constify option structHarsha Sharma2017-10-041-1/+1
* iptables: insist that the lock is held.Lorenzo Colitti2017-05-291-9/+2
* iptables: Remove unnecessary braces.Varsha Rao2017-04-061-2/+1
* iptables-restore: support acquiring the lock.Lorenzo Colitti2017-03-211-1/+1
* iptables: remove duplicated argument parsing codeLorenzo Colitti2017-03-171-46/+16
* iptables: on revision mismatch, do not call print/saveWillem de Bruijn2016-12-111-4/+14
* xtables: Add an interval option for xtables lock waitSubash Abhinov Kasiviswanathan2016-07-031-4/+31
* iptables: Spelling fixesVille Skyttä2015-09-071-6/+8
* iptables: add optional [seconds] argument to -wJiri Popelka2014-07-251-8/+19
* use nf_tables and nf_tables compatibility interfacePablo Neira Ayuso2013-12-301-0/+1
* iptables: improve chain name validationPhil Oester2013-11-031-13/+27