index
:
libnftnl
master
nftables netlink library
pablo@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
expr: ct: optional output in ct
Álvaro Neira Ayuso
2013-08-09
1
-4
/
+25
*
src: fix display of compat_flag and compat_proto
Álvaro Neira Ayuso
2013-08-09
1
-4
/
+5
*
src: expr: fix wrong value in the chain field of data_reg
Álvaro Neira Ayuso
2013-08-09
1
-2
/
+2
*
src: expr: missing curly braces in json output support
Álvaro Neira Ayuso
2013-08-09
1
-3
/
+3
*
src: expr: missing commas in json output support
Álvaro Neira Ayuso
2013-08-09
2
-2
/
+2
*
src: xml: cleanup set element parsing
Pablo Neira Ayuso
2013-08-07
4
-71
/
+35
*
src: xml: delete unneeded XML prefixes
Arturo Borrero Gonzalez
2013-08-07
4
-31
/
+24
*
set: xml: use nft_mxml_family_parse
Arturo Borrero Gonzalez
2013-08-06
1
-7
/
+2
*
src: remove useless casting
Pablo Neira Ayuso
2013-08-06
4
-13
/
+7
*
rule: constify char * fields
Pablo Neira Ayuso
2013-08-06
1
-4
/
+4
*
set_elem: constify nft_set_elem_attr_get_str
Pablo Neira Ayuso
2013-08-06
1
-1
/
+1
*
src: xml: consolidate error path in table and chain objects
Pablo Neira Ayuso
2013-08-06
2
-85
/
+44
*
src: xml: use nodes instead of attributes
Arturo Borrero Gonzalez
2013-08-06
6
-94
/
+81
*
src: fully constify nft_*_get functions
Pablo Neira Ayuso
2013-08-06
6
-12
/
+12
*
src: add xfree and use it
Pablo Neira Ayuso
2013-08-06
14
-67
/
+74
*
chain: Use nft_str2hooknum() in the XML parsing code.
Arturo Borrero Gonzalez
2013-08-05
1
-15
/
+11
*
chain: fix compilation warning due to unused nft_str2hooknum()
Arturo Borrero Gonzalez
2013-08-05
1
-1
/
+1
*
src: xml: table/chain delete properties
Arturo Borrero Gonzalez
2013-08-05
2
-25
/
+10
*
chain: fix nft_str2hooknum return value
Arturo Borrero Gonzalez
2013-08-05
1
-2
/
+2
*
chain: Add json parser support
Álvaro Neira Ayuso
2013-07-31
1
-0
/
+117
*
chain: remove the properties node in Json output
Álvaro Neira Ayuso
2013-07-31
1
-5
/
+3
*
table: remove the properties node in Json output
Álvaro Neira Ayuso
2013-07-31
1
-10
/
+2
*
jansson: Add helper function for building the tree and use it
Álvaro Neira Ayuso
2013-07-31
3
-11
/
+23
*
chain: remove duplicated policy2str
Álvaro Neira Ayuso
2013-07-31
1
-15
/
+2
*
src: remove version from XML and JSON representations
Pablo Neira Ayuso
2013-07-26
5
-84
/
+13
*
set: add XML parsing
Arturo Borrero
2013-07-26
5
-1
/
+273
*
set: xml: change XML attributes to nodes.
Arturo Borrero
2013-07-26
1
-14
/
+12
*
table: json: fix returned errno value while parsing
Pablo Neira Ayuso
2013-07-25
2
-21
/
+20
*
table: Add json parser support
Álvaro Neira Ayuso
2013-07-25
5
-25
/
+197
*
immediate: xml: fix name inconsistency
Arturo Borrero
2013-07-25
1
-1
/
+2
*
utils: nft_str2family sets errno
Pablo Neira Ayuso
2013-07-25
1
-0
/
+1
*
src: utils: add verdict2str and use it
Arturo Borrero
2013-07-25
3
-31
/
+62
*
expr: don't override errno value if nft_mxml_num_parse is used
Pablo Neira Ayuso
2013-07-25
3
-13
/
+9
*
mxml: nft_mxml_str_parse returns copy of the string
Pablo Neira Ayuso
2013-07-25
2
-2
/
+2
*
expr: ct: use nft_mxml_str_parse
Pablo Neira Ayuso
2013-07-25
1
-5
/
+5
*
expr: payload: use nft_mxml_num_parse
Pablo Neira Ayuso
2013-07-25
1
-22
/
+8
*
src: xml: consolidate common XML code via nft_mxml_str_parse
Pablo Neira Ayuso
2013-07-25
12
-105
/
+109
*
expr: cmp: cmpdata is mandatory node
Pablo Neira Ayuso
2013-07-25
1
-8
/
+4
*
expr: counter: use nft_mxml_num_parse
Pablo Neira Ayuso
2013-07-25
1
-25
/
+10
*
src: xml: consolidate common XML code via nft_mxml_num_parse
Arturo Borrero
2013-07-25
13
-149
/
+158
*
expr: refactor nft_rule_expr_get
Pablo Neira Ayuso
2013-07-21
1
-8
/
+6
*
src: remove default case from nft_*_attr_unset
Pablo Neira Ayuso
2013-07-21
3
-29
/
+28
*
src: constify parameter of nft_*_is_set
Eric Leblond
2013-07-19
5
-5
/
+5
*
rule: display position in default printf
Eric Leblond
2013-07-19
1
-2
/
+2
*
rule: add support for position attribute
Eric Leblond
2013-07-19
1
-0
/
+19
*
src: simplify getter logic
Pablo Neira Ayuso
2013-07-18
21
-477
/
+160
*
utils: ARP family is number 3
Pablo Neira Ayuso
2013-07-18
1
-1
/
+1
*
chain: json: fix wrong display of table and family
Álvaro Neira Ayuso
2013-07-18
1
-2
/
+2
*
src: add nft_*_list_add_tail
Pablo Neira Ayuso
2013-07-16
5
-4
/
+32
*
chain: json: use string to identify policy
Álvaro Neira Ayuso
2013-07-16
1
-26
/
+40
[next]