summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* expr: payload: Use nft_rule_expr_set_* in the xml parsing codeAna Rey2014-06-231-13/+8
* expr: meta: Do not print unset values in json fileAna Rey2014-06-231-26/+17
* expr: meta: Do not print unset values in xml fileAna Rey2014-06-231-16/+11
* expr: meta: Use nft_rule_expr_set_* in the xml parsing codeAna Rey2014-06-231-15/+8
* expr: immediate: Do not print unset values in xml fileAna Rey2014-06-231-22/+23
* expr: immediate: Do not print unset values in json fileAna Rey2014-06-231-27/+23
* expr: immediate: Use nft_rule_expr_set_* in the xml parsing codeAna Rey2014-06-231-3/+1
* expr: bitwise: Do not print unset values in jsonAna Rey2014-06-231-39/+48
* expr: bitwise: Do not print unset values in xmlAna Rey2014-06-231-47/+49
* expr: bitwise: Get a nft_rule_expr type in nft_rule_expr_bitwise_snprintf_* f...Ana Rey2014-06-231-15/+12
* expr: limit: Do not print unset values in xmlAna Rey2014-06-161-11/+17
* expr: limit: Do not print unset values in jsonAna Rey2014-06-161-11/+21
* expr: limit: Use nft_rule_expr_set_* in the xml parsing codeAna Rey2014-06-161-9/+7
* expr: limit: Add nft_rule_expr_limit_snprinf_* functionsAna Rey2014-06-161-9/+32
* expr: nat: Do not print unset values in json fileAna Rey2014-06-161-16/+8
* expr: nat: Do not print unset values in xml fileAna Rey2014-06-161-12/+8
* expr: nat: Use nft_rule_expr_set_* in the xmlAna Rey2014-06-161-29/+17
* tests: Add json and xml test file for queueAna Rey2014-06-164-0/+5
* expr: queue: Use snprintf and SNPRINTF_BUFFER_SIZE in snprintf_default functionAna Rey2014-06-161-16/+21
* expr: queue: Use the correct data typeAna Rey2014-06-161-4/+5
* expr: queue: Do not print unset values in jsonAna Rey2014-06-161-17/+29
* expr: queue: Do not print unset values in xmlAna Rey2014-06-161-14/+25
* expr: queue: Use nft_rule_expr_* in the xmlAna Rey2014-06-161-10/+7
* expr: queue: Add nft_rule_expr_queue_snprinf_* functionsAna Rey2014-06-161-31/+51
* tests: xmlfiles: Test files without unset child elements in set elementsAna Rey2014-06-113-3/+3
* set: Free memory in the same function that is reservedAna Rey2014-06-111-11/+10
* src: set: Do not print unset values in jsonAna Rey2014-06-113-67/+83
* src: set: Do not print unset values in xmlAna Rey2014-06-112-46/+78
* tests: nft-parsing-test: Display error reason when testing XMLAna Rey2014-06-111-1/+2
* src: set: Use nft_rule_expr_set_* in the xml parsing codeAna Rey2014-06-112-35/+21
* tests: xmlfile: Remove unset child elements in the log expressionAna Rey2014-06-104-4/+4
* expr: reject: Do not print unset values in jsonAna Rey2014-06-051-11/+20
* expr: reject: Convert the type of a variableAna Rey2014-06-051-1/+1
* expr: reject: Do not print unset values in xmlAna Rey2014-06-051-9/+17
* expr: reject: Use nft_rule_expr_set_* in the xmlAna Rey2014-06-051-9/+6
* expr: reject: Add nft_rule_expr_reject_snprinf_* functionsAna Rey2014-06-051-10/+32
* expr: log: Do not print unset values in jsonAna Rey2014-06-052-22/+43
* expr: log: Do not print unset values in xmlAna Rey2014-06-051-18/+31
* expr: log: Use nft_rule_expr_set_* in the xml parsing codeAna Rey2014-06-051-17/+11
* expr: log: Rename variables in nft_rule_expr_log_json_parse functionsAna Rey2014-06-051-5/+5
* expr: log: Code refactoring in nft_rule_expr_log_snprintfAna Rey2014-05-291-18/+40
* lookup: Fix an invalid readAna Rey2014-04-161-2/+2
* set-elem: fix a memory leakAna Rey2014-04-161-0/+6
* target, match: Fix an invalid readAna Rey2014-04-142-4/+4
* 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
* xml, json: Delete an immediatedate label in xml and json fileAna Rey2014-04-1410-19/+11
* xml, json: Delete a cmpdata label in xml and json fileAna Rey2014-04-1472-91/+77
* tests: Use getopt_long to parse the command-line arguments.Ana Rey2014-04-072-10/+51