summaryrefslogtreecommitdiffstats
path: root/iptables/xtables-translate.c
Commit message (Expand)AuthorAgeFilesLines
* xlate: Improve redundant l4proto match avoidancePhil Sutter2024-04-091-1/+16
* xshared: Introduce xtables_clear_args()Phil Sutter2024-02-011-11/+1
* xshared: struct xt_cmd_parse::xlate is unusedPhil Sutter2023-11-231-1/+0
* nft-arp: add arptables-translateFlorian Westphal2023-11-071-1/+34
* xtables-translate: Support insert with indexPhil Sutter2023-02-171-0/+2
* xtables-translate: Fix for interfaces with asterisk mid-stringPhil Sutter2022-12-021-1/+3
* xtables: Introduce xtables_clear_iptables_command_state()Phil Sutter2022-12-021-1/+1
* xlate: get rid of escape_quotesFlorian Westphal2022-11-301-12/+10
* extensions: Leverage xlate auto-spacingPhil Sutter2022-11-291-5/+0
* nft: Review static extension loadingPhil Sutter2022-03-151-4/+3
* xtables: Call init_extensions{,a,b}() for static buildsEtienne Champetier2022-03-151-3/+8
* Simplify static build extension loadingPhil Sutter2022-03-151-2/+0
* xshared: Move do_parse to shared spacePhil Sutter2022-01-121-0/+1
* xtables: Do not pass nft_handle to do_parse()Phil Sutter2022-01-121-1/+2
* xtables: Move struct nft_xt_cmd_parse to xshared.hPhil Sutter2022-01-121-4/+4
* Unbreak xtables-translatePhil Sutter2021-11-081-1/+8
* nft: Introduce builtin_tables_lookup()Phil Sutter2021-10-201-6/+1
* xtables-translate: add missing argument and option to usagemizuta.takeshi@fujitsu.com2021-09-261-2/+3
* xtables: Call init_extensions6() for static buildsErik Wilson2021-07-141-0/+1
* libxtables: extend xlate infrastructurePablo Neira Ayuso2021-06-071-8/+21
* xtables-translate: Use proper clear_cs functionPhil Sutter2020-06-161-1/+1
* xtables-translate: don't fail if help was requestedArturo Borrero Gonzalez2020-06-161-1/+4
* libxtables: Introduce xtables_fini()Phil Sutter2020-05-111-0/+2
* xtables: Review nft_init()Phil Sutter2020-02-241-1/+1
* xtables-translate: Fix for iface++Phil Sutter2020-02-141-3/+3
* xtables-translate: Fix for interface name corner-casesPhil Sutter2020-02-111-5/+28
* xtables-translate: Guard strcpy() call in xlate_ifname()Phil Sutter2019-12-061-3/+2
* xtables-restore: Integrate restore callbacks into struct nft_xt_restore_parsePhil Sutter2019-11-061-2/+4
* xtables-restore: Constify struct nft_xt_restore_cbPhil Sutter2019-10-181-1/+1
* xtables-restore: Use xt_params->program_namePhil Sutter2019-10-181-1/+1
* src: replace IPTABLES_VERSION by PACKAGE_VERSIONJan Engelhardt2019-05-301-5/+5
* xtables: unify user chain add/flush for restore caseFlorian Westphal2019-04-271-3/+3
* xtables: constify struct builtin_table and struct builtin_chainPablo Neira Ayuso2018-11-191-1/+1
* xtables: Fix for spurious errors from iptables-translatePhil Sutter2018-10-231-0/+1
* xtables: add nf_tables vs. legacy postfix to version stringsFlorian Westphal2018-06-181-1/+5
* xtables-compat: pass correct table skeletonFlorian Westphal2018-05-101-1/+17
* xt-translate: quote interface names in translated outputFlorian Westphal2018-04-191-1/+1
* xlate-translate: split common parts into helperFlorian Westphal2018-04-131-33/+26
* xtables-translate: rm duplicate includesFlorian Westphal2018-04-131-5/+0
* xtables-compat-restore: use correct hook prioritiesFlorian Westphal2018-02-171-5/+31
* xtables-compat-restore: fix translation of mangle's OUTPUTLouis Sautier2017-09-101-0/+2
* xtables-translate: fix double space before commentPablo M. Bermudo Garay2017-06-061-5/+6
* iptables: Remove unnecessary braces.Varsha Rao2017-04-061-4/+2
* iptables-translate: print nft iff there are more expanded rules to printPablo Neira Ayuso2017-03-091-1/+1
* iptables-translate: print nft command for each expand rules via dns namesPablo Neira Ayuso2017-03-081-0/+2
* xtables-translate: Avoid querying the kernelPhil Sutter2017-03-081-0/+10
* xtables-translate: Fix chain type when translating nat tablePhil Sutter2016-11-291-6/+12
* xtables-translate: Support setting standard chain policyPhil Sutter2016-11-291-5/+11
* xtables-translate-restore: do not escape quotesPablo M. Bermudo Garay2016-09-051-2/+4
* iptables-translate: add in/out ifname wildcard match translation to nftLiping Zhang2016-08-011-0/+17