]> git.ipfire.org Git - thirdparty/nftables.git/shortlog
thirdparty/nftables.git
2023-11-09  Thomas Hallernetlink: fix buffer size for user data in netlink_delin...
2023-11-09  Thomas Hallersrc: remove xfree() and use plain free()
2023-11-09  Thomas Hallersrc: add free_const() and use it instead of xfree()
2023-11-09  Thomas Hallergmputil: add nft_gmp_free() to free strings from mpz_ge...
2023-11-09  Thomas Hallerdatatype: don't return a const string from cgroupv2_get...
2023-11-06  Pablo Neira... evaluate: place byteorder conversion before rshift...
2023-11-06  Pablo Neira... evaluate: reset statement length context only for set...
2023-11-02  Florian Westphalmeta: fix hour decoding when timezone offset is negative
2023-11-02  Phil Suttertproxy: Drop artificial port printing restriction
2023-11-02  Thomas Hallerbuild: no recursive make for "doc/Makefile.am"
2023-11-02  Thomas Hallerbuild: no recursive make for "examples/Makefile.am"
2023-11-02  Thomas Hallerbuild: no recursive make for "src/Makefile.am"
2023-11-02  Thomas Hallerbuild: no recursive make for "files/**/Makefile.am"
2023-11-02  Thomas Hallerbuild: no recursive make for "py/Makefile.am"
2023-11-02  Thomas Hallerbuild: no recursive-make for "include/**/Makefile.am"
2023-11-02  Thomas Hallergitignore: ignore ".dirstamp" files
2023-11-02  Thomas Hallertests/shell: fix mount command in "test-wrapper.sh"
2023-10-26  Pablo Neira... evaluate: reject set in concatenation
2023-10-24  Florian Westphalcheck-tree.sh: check and flag /bin/sh usage
2023-10-24  Pablo Neira... tests: shell: use /bin/bash in sets/elem_opts_compat_0
2023-10-24  Thomas Hallerparser_bison: fix length check for ifname in ifname_exp...
2023-10-24  Thomas Hallertests/shell: cover long interface name in "0042chain_va...
2023-10-24  Thomas Hallertests/shell: add "bogons/nft-f/zero_length_devicename2_...
2023-10-24  Thomas Hallertools: reject unexpected files in "tests/shell/testcase...
2023-10-24  Thomas Hallertests/shell: inline input data in "single_anon_set...
2023-10-24  Thomas Hallertests/shell: test for maximum length of "comment" in...
2023-10-24  Thomas Hallertests/shell: add missing "elem_opts_compat_0.nodump...
2023-10-21  Thomas Hallertests/shell: honor NFT_TEST_VERBOSE_TEST variable to...
2023-10-19  Phil Sutterparser_bison: Fix for broken compatibility with older...
2023-10-19  Pablo Neira... build: Bump version to 1.0.9 v1.0.9
2023-10-17  Pablo Neira... evaluate: validate maximum log statement prefix length
2023-10-16  Thomas Hallertests/shell: use bash instead of /bin/sh for tests
2023-10-16  Thomas Hallertests/shell: add missing "vlan_8021ad_tag.nodump" file
2023-10-13  Florian Westphalevaluate: suggest != in negation error message
2023-10-10  Thomas Hallertests/shell: add "-S|--setup-host" option to set sysctl...
2023-10-10  Thomas Hallertests/shell: preserve result directory with NFT_TEST_FA...
2023-10-10  Thomas Hallertests/shell: mount all of "/var/run" in "test-wrapper.sh"
2023-10-10  Pablo Neira... doc: remove references to timeout in reset command
2023-10-07  Florian Westphaltests: shell: add vlan match test case
2023-10-07  Florian Westphaltests: add test for dormant on/off/on bug
2023-10-06  Nicolas Cavallariicmpv6: Allow matching target address in NS/NA, redirec...
2023-10-06  Florian Westphaltests: never merge across non-expression statements...
2023-09-29  Phil Suttertests: shell: sets/reset_command_0: Fix drop_seconds()
2023-09-29  Florian Westphalscanner: restrict include directive to regular files
2023-09-29  Florian Westphallibnftables: refuse to open onput files other than...
2023-09-29  Florian Westphaltests: never merge across non-expression statements...
2023-09-29  Florian Westphalrule: never merge across non-expression statements
2023-09-28  Phil Suttertests: shell: Fix for failing nft-f/sample-ruleset
2023-09-28  Thomas Hallerdatatype: use xmalloc() for allocating datatype in...
2023-09-28  Pablo Neira... json: add missing map statement stub
2023-09-27  Thomas Hallerinclude: include <string.h> in <nft.h>
2023-09-27  Pablo Neira... tests: shell: fix spurious errors in sets/0036add_set_e...
2023-09-27  Thomas Hallermergesort: avoid cloning value in expr_msort_cmp()
2023-09-27  Pablo Neira... netlink_linearize: skip set element expression in map...
2023-09-27  Pablo Neira... json: expose dynamic flag
2023-09-27  Pablo Neira... tests: py: add map support
2023-09-26  Phil Suttertests: shell: features: Fix table owner flag check
2023-09-25  Thomas Hallerexpression: cleanup expr_ops_by_type() and handle u32...
2023-09-22  Florian Westphaltests: shell: skip flowtable-uaf if we lack table owner...
2023-09-22  Phil Sutterparser_json: Default meter size to zero
2023-09-22  Phil Sutterparser_json: Catch nonsense ops in match statement
2023-09-22  Phil Sutterparser_json: Wrong check in json_parse_ct_timeout_policy()
2023-09-22  Phil Sutterparser_json: Fix synproxy object mss/wscale parsing
2023-09-22  Phil Sutterparser_json: Fix limit object burst value parsing
2023-09-22  Phil Sutterparser_json: Fix flowtable prio value parsing
2023-09-22  Phil Sutterparser_json: Proper ct expectation attribute parsing
2023-09-22  Phil Sutterparser_json: Fix typo in json_parse_cmd_add_object()
2023-09-22  Phil Sutterparser_json: Catch wrong "reset" payload
2023-09-21  Florian Westphaltests: shell: add feature probe for sctp chunk matching
2023-09-21  Florian Westphaltests: shell: add feature probe for sets with more...
2023-09-21  Florian Westphaltests: shell: skip adding catchall elements if unuspported
2023-09-21  Thomas Hallertests/shell: honor NFT_TEST_FAIL_ON_SKIP variable to...
2023-09-20  Thomas Hallerdatatype: return const pointer from datatype_get()
2023-09-20  Thomas Hallerpayload: use enum icmp_hdr_field_type in payload_may_de...
2023-09-20  Thomas Hallerdatatype: use "enum byteorder" instead of int in set_da...
2023-09-20  Thomas Hallernetlink: handle invalid etype in set_make_key()
2023-09-20  Thomas Hallerinclude: fix missing definitions in <cache.h>/<headers.h>
2023-09-20  Thomas Hallerproto: add missing proto_definitions for PROTO_DESC_GENEVE
2023-09-20  Thomas Hallersrc: fix indentation/whitespace
2023-09-20  Pablo Neira... datatype: initialize TYPE_CT_EVENTBIT slot in datatype...
2023-09-20  Pablo Neira... datatype: initialize TYPE_CT_LABEL slot in datatype...
2023-09-20  Pablo Neira... limit: display default burst when listing ruleset
2023-09-19  Thomas Hallertests/shell: run `nft --check` on persisted dump files
2023-09-19  Thomas Hallerlibnftables: move init-once guard inside xt_init()
2023-09-19  Thomas Hallerlibnftables: drop gmp_init() and mp_set_memory_functions()
2023-09-19  Pablo Neira... evaluate: perform mark datatype compatibility check...
2023-09-19  Pablo Neira... evaluate: expand sets and maps before evaluation
2023-09-19  Pablo Neira... evaluate: fix memleak in prefix evaluation with wildcar...
2023-09-19  Thomas Hallernetlink: fix leaking typeof_expr_data/typeof_expr_key...
2023-09-18  Thomas Hallertests/shell: simplify collecting error result in "test...
2023-09-18  Thomas Hallertests/shell: colorize NFT_TEST_HAS_SOCKET_LIMITS
2023-09-18  Thomas Hallertests/shell: don't show the exit status for failed...
2023-09-18  Thomas Hallertests/shell: set C locale in "run-tests.sh"
2023-09-18  Thomas Hallertests/shell: fix preserving ruleset diff after test
2023-09-18  Thomas Hallertests/shell: check diff in "maps/typeof_maps_0" and...
2023-09-18  Thomas Hallertests/shell: implement NFT_TEST_HAVE_json feature detec...
2023-09-18  Florian Westphaltests/shell: skip reset tests if kernel lacks support
2023-09-18  Florian Westphaltests/shell: skip test cases if ct expectation and...
2023-09-18  Florian Westphaltests/shell: skip test cases involving osf match if...
2023-09-18  Florian Westphaltests/shell: skip catchall tests if kernel lacks support
next