summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xshared: Fix response to unprivileged usersPhil Sutter2022-01-203-2/+66
* build: replace `AM_PROG_LIBTOOL` and `AC_DISABLE_STATIC` with `LT_INIT`Jeremy Sowden2022-01-181-2/+1
* extensions: libxt_NFLOG: remove extra space when saving targets with prefixesJeremy Sowden2022-01-182-3/+3
* extensions: libxt_NFLOG: fix `--nflog-prefix` Python test-casesJeremy Sowden2022-01-181-4/+2
* extensions: libxt_NFLOG: disable `--nflog-range` Python test-casesKyle Bowman2022-01-181-4/+6
* extensions: libxt_NFLOG: don't truncate log prefix on print/saveKyle Bowman2022-01-182-0/+56
* extensions: libxt_NFLOG: use nft built-in logging instead of xt_NFLOGKyle Bowman2022-01-183-0/+35
* extensions: *NAT: Kill multiple IPv4 range supportPhil Sutter2022-01-174-202/+106
* tests: iptables-test: correct misspelt variableJeremy Sowden2022-01-161-9/+9
* nft: fix indentation error.Jeremy Sowden2022-01-151-21/+21
* ip6tables: Use the shared do_parse, tooPhil Sutter2022-01-122-466/+40
* iptables: Use xtables' do_parse() functionPhil Sutter2022-01-122-451/+39
* nft: Move proto_parse and post_parse callbacks to xsharedPhil Sutter2022-01-124-131/+139
* xshared: Store parsed wait and wait_interval in xtables_argsPhil Sutter2022-01-122-5/+5
* xshared: Move do_parse to shared spacePhil Sutter2022-01-125-559/+560
* xtables: Do not pass nft_handle to do_parse()Phil Sutter2022-01-128-50/+64
* xtables: Pass xtables_args to check_inverse()Phil Sutter2022-01-121-13/+13
* xtables: Pass xtables_args to check_empty_interface()Phil Sutter2022-01-121-4/+4
* xtables: Move struct nft_xt_cmd_parse to xshared.hPhil Sutter2022-01-125-21/+21
* xtables: Pull table validity check out of do_parse()Phil Sutter2022-01-121-4/+4
* xtables: Drop xtables' family on demand featurePhil Sutter2022-01-121-4/+0
* nft-shared: set correct register valueFlorian Westphal2021-12-231-1/+1
* iptables-*-restore: Drop pointless line referencePhil Sutter2021-12-164-8/+8
* libxtables: Extend basic_exit_err()Phil Sutter2021-12-166-72/+12
* xtables_globals: Embed variant name in .program_versionPhil Sutter2021-12-169-16/+16
* xshared: Share exit_tryhelp()Phil Sutter2021-12-165-46/+24
* xshared: Share a common printhelp functionPhil Sutter2021-12-165-239/+108
* xshared: Share print_match_save() between legacy ip*tablesPhil Sutter2021-12-164-62/+32
* extensions: tcpmss: add iptables-translate supportFlorian Westphal2021-11-282-0/+27
* xshared: Make load_proto() staticPhil Sutter2021-11-232-2/+1
* nft-shared: Drop unused function print_proto()Phil Sutter2021-11-232-16/+0
* xshared: Share print_header() with legacy iptablesPhil Sutter2021-11-239-161/+82
* xshared: Share print_fragment() with legacyPhil Sutter2021-11-236-35/+25
* xshared: Share print_rule_details() with legacyPhil Sutter2021-11-238-76/+37
* xshared: Share save_ipv{4,6}_addr() with legacyPhil Sutter2021-11-236-119/+70
* xshared: Share save_rule_details() with legacyPhil Sutter2021-11-238-91/+50
* xshared: Share print_iface() functionPhil Sutter2021-11-235-80/+33
* nft: Change whitespace printing in save_rule callbackPhil Sutter2021-11-236-25/+30
* xshared: Merge and share parse_chain()Phil Sutter2021-11-235-59/+26
* extensions: hashlimit: Fix tests with HZ=1000Phil Sutter2021-11-231-2/+2
* xlate-test: Print full path if testing all filesPhil Sutter2021-11-081-9/+9
* Unbreak xtables-translatePhil Sutter2021-11-081-1/+8
* nft: Merge xtables-arp-standalone.c into xtables-standalone.cPhil Sutter2021-10-207-699/+218
* xtables: arptables accepts empty interface namesPhil Sutter2021-10-201-8/+15
* xtables: Derive xtables_globals from familyPhil Sutter2021-10-205-8/+23
* nft-shared: Make nft_check_xt_legacy() family agnosticPhil Sutter2021-10-201-0/+5
* nft-arp: Introduce post_parse callbackPhil Sutter2021-10-203-128/+178
* arptables: Use standard data structures when parsingPhil Sutter2021-10-201-142/+138
* libxtables: Introduce xtables_globals print_help callbackPhil Sutter2021-10-203-3/+8
* xtables-standalone: Drop version number from init errorsPhil Sutter2021-10-201-8/+4