summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* common: homogeneous error message in nft_parse_perror()Pablo Neira Ayuso2014-06-111-7/+7
* 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
* configure: uclinux is also linux (nommu)Gustavo Zacarias2014-06-051-1/+1
* 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
* set: add set ID supportPablo Neira Ayuso2014-05-197-0/+45
* include: synchronize nf_tables.h with nftables treePablo Neira Ayuso2014-05-192-4/+30
* utils: fix buffer reallocation of nft_fprinft()Arturo Borrero2014-05-131-3/+10
* internal: fix SNPRINTF_BUFFER_SIZE macroArturo Borrero2014-05-131-2/+4
* data_reg: fix bad buffer size boundsArturo Borrero2014-05-071-5/+5
* ruleset: fix erroneous call to snprintfArturo Borrero2014-05-071-1/+1
* common: fix unconditional output of event wrapping stuffArturo Borrero2014-04-281-0/+3
* examples: nft-events: add option how to format the printed eventsPablo Neira Ayuso2014-04-261-19/+41
* tests: include xml and json test files via make distcheckPablo Neira Ayuso2014-04-261-1/+3
* examples: nft-events: use new events wrappersArturo Borrero2014-04-261-15/+31
* src: add flag to add event wrapping in output functionsArturo Borrero2014-04-269-34/+224
* tests: include test-script.sh via make distcheckPablo Neira Ayuso2014-04-251-0/+2
* meta: Add support for input and output bridge interface nameTomasz Bursztyka2014-04-242-1/+7
* bump version to 1.0.1libnftnl-1.0.1Pablo Neira Ayuso2014-04-171-1/+1
* include: add missing netfilter.hPablo Neira Ayuso2014-04-171-0/+2
* 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