summaryrefslogtreecommitdiffstats
path: root/tests/nft-parsing-test.c
Commit message (Expand)AuthorAgeFilesLines
* src: rename existing functions to use the nftnl_ prefixPablo Neira Ayuso2015-09-071-27/+27
* tests: update JSON/XML tests with the new syntaxAlvaro Neira Ayuso2015-02-101-2/+2
* tests: nft-parsing-test: Display error reason when testing XMLAna Rey2014-06-111-1/+2
* tests: Fix a memory leakAna Rey2014-04-141-0/+2
* tests: Add support to check a json or xml testfileAna Rey2014-04-141-1/+47
* tests: New tools to update xml and json testfilesAna Rey2014-04-141-6/+36
* tests: Use getopt_long to parse the command-line arguments.Ana Rey2014-04-071-8/+49
* rename library to libnftnllibnftnl-1.0.0Pablo Neira Ayuso2014-01-201-5/+5
* data_reg: fix verdict format approachArturo Borrero2014-01-181-0/+1
* tests: nft-parsing-test: use nft_ruleset_parse_file()Arturo Borrero2014-01-091-227/+34
* src: new error reporting approach for XML/JSON parsersÁlvaro Neira Ayuso2014-01-061-17/+23
* src: unify parse and output typesÁlvaro Neira Ayuso2013-11-141-20/+20
* tests: fix reference to undefined symbolArturo Borrero2013-11-081-4/+4
* test: report compilation without supportArturo Borrero2013-11-031-2/+2
* test: report errors building XML treeArturo Borrero2013-11-031-2/+8
* test: fix memleak in XML testingArturo Borrero2013-11-031-0/+2
* test: return EXIT_FAILURE if some error was foundArturo Borrero2013-11-031-4/+11
* src: add low-level ruleset APIArturo Borrero2013-10-011-0/+40
* tests: set: add json parsing supportÁlvaro Neira Ayuso2013-08-281-0/+11
* tests: remove unnecessary variable initializationÁlvaro Neira Ayuso2013-08-281-10/+10
* tests: rule: add json parsing supportÁlvaro Neira Ayuso2013-08-201-0/+11
* tests: fix memory leaks in jansson testÁlvaro Neira Ayuso2013-08-171-2/+4
* tests: remove superfluous if checking in test_jsonPablo Neira Ayuso2013-08-111-3/+0
* tests: better parsing validationÁlvaro Neira Ayuso2013-08-111-16/+168
* tests: chain: add json parsing supportÁlvaro Neira Ayuso2013-07-311-0/+9
* set: add XML parsingArturo Borrero2013-07-261-0/+10
* tests: table: test json parsing supportÁlvaro Neira Ayuso2013-07-251-0/+49
* tests: nft-parsing-test: restore default terminal color after testPablo Neira Ayuso2013-06-271-2/+2
* test: add testbench for XMLArturo Borrero Gonzalez2013-06-271-0/+111