summaryrefslogtreecommitdiffstats
path: root/iptables/ip6tables.c
Commit message (Expand)AuthorAgeFilesLines
* xshared: Introduce xtables_clear_args()Phil Sutter2024-02-011-4/+1
* xshared: Introduce print_help callback (again)Phil Sutter2023-12-051-0/+1
* xshared: Turn command_default() into a callbackPhil Sutter2023-12-051-0/+1
* xshared: Do not populate interface masks per defaultPhil Sutter2023-11-291-0/+3
* xshared: Entirely ignore interface masks when saving rulesPhil Sutter2023-11-291-2/+1
* xshared: Introduce xt_cmd_parse_ops::option_invertPhil Sutter2023-11-291-0/+1
* xshared: Introduce xt_cmd_parse_ops::option_namePhil Sutter2023-11-291-0/+1
* ip6tables: Fix checking existence of ruleMarkus Boehme2023-04-041-1/+1
* iptables: Properly clear iptables_command_state objectPhil Sutter2022-12-021-2/+1
* iptables: Plug memleaks in print_firewall()Phil Sutter2022-12-021-0/+6
* Drop extra newline from xtables_error() callsPhil Sutter2022-11-151-2/+2
* xshared: Share make_delete_mask() between ip{,6}tablesPhil Sutter2022-11-151-36/+2
* 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
* ip6tables: Use the shared do_parse, tooPhil Sutter2022-01-121-466/+36
* iptables-*-restore: Drop pointless line referencePhil Sutter2021-12-161-2/+2
* libxtables: Extend basic_exit_err()Phil Sutter2021-12-161-22/+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-78/+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-7/+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-25/+4
* xshared: Share save_rule_details() with legacyPhil Sutter2021-11-231-20/+3
* xshared: Share print_iface() functionPhil Sutter2021-11-231-28/+2
* xshared: Merge and share parse_chain()Phil Sutter2021-11-231-26/+0
* Use proto_to_name() from xshared in more placesPhil Sutter2021-05-171-17/+5
* xshared: Merge invflags handling codePhil Sutter2021-05-171-56/+17
* xshared: Eliminate iptables_command_state->invertPhil Sutter2021-05-171-41/+35
* xshared: Merge some command option-related codePhil Sutter2020-12-031-79/+0
* Replace TRUE/FALSE with true/falsePhil Sutter2019-10-301-11/+3
* Merge CMD_* definesPhil Sutter2019-10-301-17/+0
* xshared: Share a common implementation of parse_rulenumber()Phil Sutter2019-10-301-13/+0
* xshared: Share a common add_command() implementationPhil Sutter2019-10-301-23/+0
* ip6tables, xtables-arp: Drop unused struct pprotPhil Sutter2019-10-301-6/+0
* xtables-restore: Unbreak *tables-restorePhil Sutter2019-10-231-0/+6
* 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-62/+4
* Combine command_match() implementationsPhil Sutter2018-09-251-35/+0
* iptables: Use print_ifaces() from xtablesPhil Sutter2018-09-241-29/+2
* Share print_ipv{4,6}_addr() from xtablesPhil Sutter2018-09-241-26/+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