summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* parser: Add operation not supported error messageAlvaro Neira2015-03-172-1/+12
* ruleset: add nft_ruleset_ctx_freeAlvaro Neira2015-03-134-7/+26
* examples: add nft-ruleset-parse-fileAlvaro Neira2015-03-052-0/+490
* xml: test if the root node name is initializedAlvaro Neira2015-03-051-1/+2
* ruleset: crash from error path when we build the xml/json treeAlvaro Neira2015-03-031-11/+13
* ruleset: fix crash if we free sets included in the set_listAlvaro Neira2015-02-244-1/+59
* ruleset: fix leak in json/xml in set listsAlvaro Neira2015-02-131-10/+14
* rule: don't release the tree parameter from nft_jansson_parse_rule()Alvaro Neira2015-02-131-3/+5
* tests: update JSON/XML tests with the new syntaxAlvaro Neira Ayuso2015-02-10125-124/+126
* src: add support to import JSON/XML with the new command tagAlvaro Neira Ayuso2015-02-106-313/+553
* src: add command tag in JSON/XML export supportAlvaro Neira Ayuso2015-02-1013-104/+252
* buffer: fix missing XML string tag in nft_buf_closeAlvaro Neira Ayuso2015-02-101-1/+1
* set: refactor code in json parse functionAlvaro Neira2015-01-291-7/+15
* ruleset: refactor nft_ruleset_*_parse_ruleset()Alvaro Neira2015-01-151-20/+38
* src: don't create iterator with empty listAlvaro Neira2015-01-155-6/+44
* ruleset: clean up the variable names in the xml/json parsing functionsAlvaro Neira2015-01-101-50/+50
* src: internal set id allocation from nft_ruleset_parse*()Alvaro Neira2014-10-096-22/+95
* ruleset: add set id to parsed setsAlvaro Neira2014-10-091-0/+4
* rule: json: fix returned string lengthAlvaro Neira Ayuso2013-09-251-1/+3
* examples: nft-chain-get: export in JSON formatAlvaro Neira Ayuso2013-06-081-1/+4
* chain: add function to export tables in JSON formatAlvaro Neira Ayuso2013-06-083-0/+29
* examples: nft-table-get: export in JSON formatAlvaro Neira Ayuso2013-06-071-0/+4
* table: add function to export tables in JSON formatAlvaro Neira Ayuso2013-06-073-0/+20