summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tests/shell: add JSON dump filesThomas Haller2023-11-15339-0/+339
* tests/shell: check and generate JSON dump filesThomas Haller2023-11-153-39/+138
* json: fix use after free in table_flags_json()Thomas Haller2023-11-151-1/+1
* src: expand create commandsPablo Neira Ayuso2023-11-155-1/+33
* parser: use size_t type for strlen() resultsThomas Haller2023-11-152-2/+2
* tests: shell: split merge nat optimization in two testsPablo Neira Ayuso2023-11-114-21/+26
* tests: shell: split single element in anonymous setPablo Neira Ayuso2023-11-114-4/+31
* tests: shell: split map testPablo Neira Ayuso2023-11-114-32/+38
* tests: shell: split set NAT interval testPablo Neira Ayuso2023-11-114-22/+32
* tests: shell: skip if kernel does not support bitshiftPablo Neira Ayuso2023-11-112-43/+45
* tests: shell: skip multidevice chain tests if kernel lacks supportPablo Neira Ayuso2023-11-112-0/+19
* tests: shell: skip comment tests if kernel lacks supportPablo Neira Ayuso2023-11-116-0/+23
* tests: shell: skip NAT netmap tests if kernel lacks supportPablo Neira Ayuso2023-11-112-0/+10
* tests: shell: skip stateful expression in sets tests if kernel lacks supportPablo Neira Ayuso2023-11-117-0/+30
* tests: shell: skip prerouting reject tests if kernel lacks supportPablo Neira Ayuso2023-11-112-0/+10
* tests: shell: skip pipapo tests if kernel lacks supportPablo Neira Ayuso2023-11-1112-2/+38
* netlink: fix buffer size for user data in netlink_delinearize_chain()Thomas Haller2023-11-091-1/+1
* src: remove xfree() and use plain free()Thomas Haller2023-11-0920-67/+61
* src: add free_const() and use it instead of xfree()Thomas Haller2023-11-0913-118/+124
* gmputil: add nft_gmp_free() to free strings from mpz_get_str()Thomas Haller2023-11-093-4/+25
* datatype: don't return a const string from cgroupv2_get_path()Thomas Haller2023-11-091-3/+3
* evaluate: place byteorder conversion before rshift in payload expressionsPablo Neira Ayuso2023-11-065-1/+93
* evaluate: reset statement length context only for set mappingsPablo Neira Ayuso2023-11-065-1/+106
* meta: fix hour decoding when timezone offset is negativeFlorian Westphal2023-11-023-2/+61
* tproxy: Drop artificial port printing restrictionPhil Sutter2023-11-024-1/+50
* build: no recursive make for "doc/Makefile.am"Thomas Haller2023-11-023-36/+55
* build: no recursive make for "examples/Makefile.am"Thomas Haller2023-11-023-10/+16
* build: no recursive make for "src/Makefile.am"Thomas Haller2023-11-024-146/+213
* build: no recursive make for "files/**/Makefile.am"Thomas Haller2023-11-026-29/+42
* build: no recursive make for "py/Makefile.am"Thomas Haller2023-11-023-6/+16
* build: no recursive-make for "include/**/Makefile.am"Thomas Haller2023-11-0210-81/+72
* gitignore: ignore ".dirstamp" filesThomas Haller2023-11-021-0/+1
* tests/shell: fix mount command in "test-wrapper.sh"Thomas Haller2023-11-021-1/+1
* evaluate: reject set in concatenationPablo Neira Ayuso2023-10-261-0/+6
* check-tree.sh: check and flag /bin/sh usageFlorian Westphal2023-10-241-0/+1
* tests: shell: use /bin/bash in sets/elem_opts_compat_0Pablo Neira Ayuso2023-10-241-1/+1
* parser_bison: fix length check for ifname in ifname_expr_alloc()Thomas Haller2023-10-242-7/+3
* tests/shell: cover long interface name in "0042chain_variable_0" testThomas Haller2023-10-242-6/+34
* tests/shell: add "bogons/nft-f/zero_length_devicename2_assert"Thomas Haller2023-10-241-0/+5
* tools: reject unexpected files in "tests/shell/testcases/" with "check-tree.sh"Thomas Haller2023-10-241-2/+17
* tests/shell: inline input data in "single_anon_set" testThomas Haller2023-10-242-40/+45
* tests/shell: test for maximum length of "comment" in "comments_objects_0"Thomas Haller2023-10-242-6/+23
* tests/shell: add missing "elem_opts_compat_0.nodump" fileThomas Haller2023-10-241-0/+0
* tests/shell: honor NFT_TEST_VERBOSE_TEST variable to debug tests via `bash -x`Thomas Haller2023-10-212-2/+28
* parser_bison: Fix for broken compatibility with older dumpsPhil Sutter2023-10-202-0/+35
* build: Bump version to 1.0.9v1.0.9Pablo Neira Ayuso2023-10-191-2/+2
* evaluate: validate maximum log statement prefix lengthPablo Neira Ayuso2023-10-171-1/+6
* tests/shell: use bash instead of /bin/sh for testsThomas Haller2023-10-1612-12/+12
* tests/shell: add missing "vlan_8021ad_tag.nodump" fileThomas Haller2023-10-161-0/+0
* evaluate: suggest != in negation error messageFlorian Westphal2023-10-131-1/+1