summaryrefslogtreecommitdiffstats
path: root/tests/shell
Commit message (Expand)AuthorAgeFilesLines
...
* evaluate: don't crash if object map does not refer to a valueFlorian Westphal2023-12-201-0/+6
* tests: shell: add test to cover payload transport match and manglePablo Neira Ayuso2023-12-192-0/+180
* tcpopt: don't create exthdr expression without datatypeFlorian Westphal2023-12-191-0/+1
* evaluate: fix stack overflow with huge priority stringFlorian Westphal2023-12-151-0/+5
* netlink: fix stack buffer overflow with sub-reg sized prefixesFlorian Westphal2023-12-151-0/+5
* src: reject large raw payload and concat expressionsFlorian Westphal2023-12-152-0/+10
* evaluate: exthdr: statement arg must be not be a rangeFlorian Westphal2023-12-141-0/+1
* Revert "evaluate: error out when existing set has incompatible key"Florian Westphal2023-12-144-12/+30
* evaluate: fix gmp assertion with too-large reject codeFlorian Westphal2023-12-141-0/+1
* meta: fix tc classid parsing out-of-bounds accessFlorian Westphal2023-12-131-0/+6
* evaluate: error out when existing set has incompatible keyFlorian Westphal2023-12-131-0/+12
* evaluate: stmt_nat: set reference must point to a mapFlorian Westphal2023-12-131-0/+10
* parser_bison: fix memory leaks on hookspec error processingFlorian Westphal2023-12-131-0/+21
* parser_bison: close chain scope before chain releaseFlorian Westphal2023-12-131-0/+5
* parser_bison: fix ct scope underflow if ct helper section is duplicatedFlorian Westphal2023-12-121-0/+14
* parser_bison: make sure obj_free releases timeout policiesFlorian Westphal2023-12-121-0/+5
* evaluate: fix bogus assertion failure with boolean datatypeFlorian Westphal2023-12-122-0/+26
* parser_bison: fix memleak in meta set error handlingFlorian Westphal2023-12-111-0/+5
* parser_bison: fix objref statement corruptionFlorian Westphal2023-12-112-0/+11
* evaluate: validate chain max lengthFlorian Westphal2023-12-112-0/+12
* tests: rename file to lowercaseFlorian Westphal2023-12-061-0/+0
* parser: tcpopt: fix tcp option parsing with NUM + length fieldFlorian Westphal2023-12-062-0/+55
* tests: shell: add test case for sets without keyFlorian Westphal2023-12-061-0/+12
* tests: shell: flush ruleset with -U after feature probingPablo Neira Ayuso2023-12-061-0/+3
* evaluate: fix double free on dtype releaseFlorian Westphal2023-12-051-0/+6
* evaluate: catch implicit map expressions without known datatypeFlorian Westphal2023-12-051-0/+1
* evaluate: reject attempt to update a setFlorian Westphal2023-12-051-0/+11
* evaluate: disable meta set with rangesFlorian Westphal2023-12-051-0/+5
* evaluate: error out if basetypes are differentFlorian Westphal2023-12-051-0/+5
* evaluate: guard against NULL basetypeFlorian Westphal2023-12-051-0/+1
* evaluate: handle invalid mapping expressions gracefullyFlorian Westphal2023-12-051-0/+1
* evaluate: turn assert into real error checkFlorian Westphal2023-12-051-0/+5
* tests/shell: use generated ruleset for `nft --check`Thomas Haller2023-12-031-22/+26
* evaluate: prevent assert when evaluating very large shift valuesFlorian Westphal2023-12-031-0/+5
* tests: shell: add missing .nodump fileFlorian Westphal2023-12-011-0/+0
* evaluate: reject sets with no keyFlorian Westphal2023-12-012-0/+10
* tests: shell: add test case for catchall gc bugFlorian Westphal2023-11-281-0/+13
* tests/shell: workaround lack of $SRANDOM before bash 5.1Thomas Haller2023-11-281-0/+1
* tests/shell: workaround lack of `wait -p` before bash 5.1Thomas Haller2023-11-281-7/+40
* json: deal appropriately with multidevice in chainPablo Neira Ayuso2023-11-233-3/+3
* evaluate: clone unary expression datatype to deal with dynamic datatypePablo Neira Ayuso2023-11-222-0/+28
* tests: shell: Fix sets/reset_command_0 for current kernelsPhil Sutter2023-11-221-8/+2
* tests/shell: prettify JSON in test output and add helperThomas Haller2023-11-223-0/+38
* tests/shell: sanitize "handle" in JSON outputThomas Haller2023-11-22279-280/+286
* tests: shell: skip if kernel does not allow to restore set element expirationPablo Neira Ayuso2023-11-222-0/+20
* tests: shell: skip secmark tests if kernel does not support itPablo Neira Ayuso2023-11-222-0/+8
* tests: shell: split nat inet testsPablo Neira Ayuso2023-11-224-27/+32
* tests: shell: skip nat inet if kernel does not support itPablo Neira Ayuso2023-11-222-0/+9
* tests: shell: skip synproxy test if kernel does not support itPablo Neira Ayuso2023-11-222-0/+11
* tests: shell: detach synproxy testPablo Neira Ayuso2023-11-224-33/+52