index
:
libnftnl
master
nftables netlink library
pablo@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
set: json: fix returned string length
Pablo Neira Ayuso
2013-09-27
1
-0
/
+2
*
src: snprintf: fix buffer lengths
Arturo Borrero
2013-09-27
5
-45
/
+45
*
set_elem: xml: avoid code duplication
Arturo Borrero
2013-09-27
1
-23
/
+9
*
rule: json: fix returned string length
Alvaro Neira Ayuso
2013-09-25
1
-1
/
+3
*
examples: nft-set-get: retrieve all sets per family
Pablo Neira Ayuso
2013-09-24
1
-5
/
+6
*
rule: json: fix wrong indentation in nft_rule_snprintf_json
Pablo Neira Ayuso
2013-09-24
1
-7
/
+7
*
rule: get rid of NFTA_RULE_FLAGS
Pablo Neira Ayuso
2013-09-24
2
-16
/
+0
*
src: replace size_t by uint32_t in set/get interfaces
Pablo Neira Ayuso
2013-09-19
22
-52
/
+52
*
rule: don't put NFTA_RULE_EXPRESSION into messages
Pablo Neira Ayuso
2013-09-17
1
-4
/
+6
*
src: add nft_*_list_del
Pablo Neira Ayuso
2013-09-17
8
-1
/
+25
*
build: fix build error
Arturo Borrero Gonzalez
2013-09-16
1
-0
/
+4
*
src: xml: refactor XML parsing code
Arturo Borrero Gonzalez
2013-09-16
7
-105
/
+122
*
src: xml: avoid unecessary tree to text to tree conversions
Arturo Borrero Gonzalez
2013-09-16
3
-195
/
+50
*
src: xml: add parsing optional/mandatory flag
Arturo Borrero Gonzalez
2013-09-16
24
-130
/
+171
*
set: fix compilation warning
Álvaro Neira Ayuso
2013-09-15
1
-0
/
+1
*
expr: log: use real length when fetching attributes
Florian Westphal
2013-09-14
1
-2
/
+6
*
src: json: refactor json parsing to allow tree based navigation
Álvaro Neira Ayuso
2013-09-13
4
-44
/
+81
*
rule: use helper function nft_jansson_free_root
Álvaro Neira Ayuso
2013-09-13
1
-2
/
+2
*
chain: use human readable netfilter hook
Pablo Neira Ayuso
2013-09-05
7
-23
/
+49
*
examples: nft-{chain,rule,table}-get allows unspec family
Pablo Neira Ayuso
2013-09-05
3
-3
/
+9
*
build: display configuration after ./configure
Pablo Neira Ayuso
2013-09-05
1
-2
/
+12
*
set: xml: fix key_type parsing
Arturo Borrero
2013-09-05
1
-1
/
+1
*
chain: xml: fix parsing of optional attributes
Arturo Borrero
2013-09-04
4
-50
/
+46
*
examples: Add nft-set-json-add
Álvaro Neira Ayuso
2013-08-28
2
-0
/
+120
*
tests: set: add json parsing support
Álvaro Neira Ayuso
2013-08-28
3
-0
/
+13
*
set: Add json parser support
Álvaro Neira Ayuso
2013-08-28
4
-0
/
+138
*
tests: remove unnecessary variable initialization
Álvaro Neira Ayuso
2013-08-28
1
-10
/
+10
*
src: json: s/nft_jansson_value_parse_reg/nft_jansson_parse_reg/g
Pablo Neira Ayuso
2013-08-24
11
-26
/
+21
*
src: json: s/nft_jansson_value_parse_val/nft_jansson_parse_val/g
Pablo Neira Ayuso
2013-08-24
15
-60
/
+37
*
src: json: s/nft_jansson_value_parse_str/nft_jansson_parse_str/g
Pablo Neira Ayuso
2013-08-24
17
-31
/
+30
*
rule: xml/json: support rule position attribute
Arturo Borrero
2013-08-24
1
-0
/
+32
*
src: constify nft_*_parse input data
Arturo Borrero Gonzalez
2013-08-22
11
-20
/
+22
*
examples: Add nft-rule-json-add
Álvaro Neira Ayuso
2013-08-20
2
-0
/
+119
*
tests: rule: add json parsing support
Álvaro Neira Ayuso
2013-08-20
43
-0
/
+53
*
rule: Add json parser support
Álvaro Neira Ayuso
2013-08-20
22
-2
/
+839
*
utils: fix error path for nft_strtoi
Arturo Borrero
2013-08-20
1
-3
/
+4
*
tests: fix memory leaks in jansson test
Álvaro Neira Ayuso
2013-08-17
1
-2
/
+4
*
json: fixed some leaks in the json parsing function
Álvaro Neira Ayuso
2013-08-17
4
-19
/
+42
*
expr: add nft_rule_expr_get_u16 and nft_rule_expr_set_u16
Pablo Neira Ayuso
2013-08-17
3
-0
/
+27
*
expr: log: group and qthreshold are 16 bits long
Pablo Neira Ayuso
2013-08-15
1
-13
/
+17
*
rule: xml: consolidate error path
Pablo Neira Ayuso
2013-08-14
1
-45
/
+23
*
chain: xml: use nft_mxml_str_parse
Pablo Neira Ayuso
2013-08-14
1
-19
/
+13
*
src: xml: don't duplicate string in nft_table_xml_parse
Pablo Neira Ayuso
2013-08-14
6
-12
/
+7
*
rule: release expressions that are part of rules
Pablo Neira Ayuso
2013-08-14
1
-0
/
+5
*
nat: xml: fix wrong node name in snprintf
Arturo Borrero
2013-08-12
3
-5
/
+5
*
chain: xml: delete <use> node
Arturo Borrero
2013-08-12
4
-5
/
+5
*
tests: xml: reorder XML elements in sets
Arturo Borrero
2013-08-12
2
-2
/
+2
*
xml: expr: limit: fix wrong assignation when parsing
Arturo Borrero
2013-08-12
1
-1
/
+1
*
tests: remove superfluous if checking in test_json
Pablo Neira Ayuso
2013-08-11
1
-3
/
+0
*
tests: better parsing validation
Álvaro Neira Ayuso
2013-08-11
1
-16
/
+168
[prev]
[next]