index
:
libnftnl
master
nftables netlink library
pablo@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
expr
Commit message (
Expand
)
Author
Age
Files
Lines
*
expr: payload: fix printing of base
Pablo Neira Ayuso
2013-07-09
1
-2
/
+16
*
bitwise: xml: export len node
Arturo Borrero
2013-07-08
1
-2
/
+3
*
src: xml: consolidate parsing of data_reg via nft_mxml_data_reg_parse
Arturo Borrero
2013-07-06
3
-80
/
+18
*
src: expr: data_reg: fix printing data register content
Pablo Neira Ayuso
2013-07-05
1
-6
/
+4
*
src: improve default text output
Giuseppe Longo
2013-07-05
16
-40
/
+36
*
src: consolidate XML parsing of expressions via nft_mxml_reg_parse
Pablo Neira Ayuso
2013-07-04
10
-202
/
+80
*
src: consolidate XML parsing of expressions via nft_mxml_expr_parse
Pablo Neira Ayuso
2013-07-04
15
-409
/
+68
*
expr: ct: fix setting of NFT_EXPR_CT_DIR
Arturo Borrero Gonzalez
2013-07-04
1
-1
/
+1
*
src: support JSON format in chain, rule and expressions
Álvaro Neira Ayuso
2013-06-29
16
-34
/
+344
*
exthdr: xml: rename type node to exthdr_type
Arturo Borrero Gonzalez
2013-06-27
1
-3
/
+5
*
nat: xml: rename node type to nat_type
Arturo Borrero Gonzalez
2013-06-27
1
-4
/
+4
*
nat: snprintf: fix buffer offset
Arturo Borrero Gonzalez
2013-06-27
1
-3
/
+3
*
meta: xml: use string to represent key attribute
Arturo Borrero Gonzalez
2013-06-27
1
-5
/
+49
*
exthdr: xml: use string for type node
Arturo Borrero Gonzalez
2013-06-27
1
-5
/
+47
*
payload: xml: use string for base attribute
Arturo Borrero Gonzalez
2013-06-27
1
-9
/
+46
*
target&match: xml: don't print rev number
Arturo Borrero Gonzalez
2013-06-27
2
-36
/
+2
*
data_reg: xml: display register in big endian
Arturo Borrero Gonzalez
2013-06-27
1
-3
/
+5
*
data_reg: xml: fix len node, it should show byte length
Arturo Borrero Gonzalez
2013-06-27
1
-7
/
+6
*
exthdr: xml: fix mandatory elements
Arturo Borrero Gonzalez
2013-06-27
1
-40
/
+55
*
ct: xml: use key names instead of numbers
Arturo Borrero Gonzalez
2013-06-27
1
-7
/
+48
*
ct: xml: add extra dir check
Arturo Borrero Gonzalez
2013-06-27
1
-0
/
+6
*
nat: xml: fix node names for sreg_addr_{min|max}
Arturo Borrero Gonzalez
2013-06-27
1
-6
/
+6
*
nat: xml: change nat types string to dnat/snat
Arturo Borrero Gonzalez
2013-06-27
1
-14
/
+11
*
src: xml: convert family values to string
Arturo Borrero
2013-06-27
1
-8
/
+6
*
byteorder: xml: op as string
Arturo Borrero
2013-06-27
1
-7
/
+16
*
expr: xml: registers must be <= NFT_REG_MAX
Arturo Borrero Gonzalez
2013-06-27
9
-0
/
+54
*
bitwise: xml: mask and xor use same number of data registers
Arturo Borrero Gonzalez
2013-06-27
1
-0
/
+8
*
expr: xml: don't print target and match info
Arturo Borrero
2013-06-18
2
-22
/
+2
*
nat: xml: fix crash during parsing if non-mandatory element is not present
Arturo Borrero Gonzalez
2013-06-17
1
-4
/
+4
*
nat: xml: fix wrong offset in snprintf
Arturo Borrero
2013-06-17
1
-4
/
+6
*
expr: bitwise: xml: fix wrong casting
Arturo Borrero
2013-06-17
1
-1
/
+1
*
src: constify first parameter of all nft_*_get
Pablo Neira Ayuso
2013-06-17
15
-15
/
+26
*
expr: add limit
Pablo Neira Ayuso
2013-06-13
1
-0
/
+213
*
expr: add byteorder
Pablo Neira Ayuso
2013-06-12
1
-0
/
+348
*
expr: add ct
Pablo Neira Ayuso
2013-06-12
1
-0
/
+247
*
expr: add exthdr
Pablo Neira Ayuso
2013-06-11
1
-0
/
+292
*
expr: add log expression
Pablo Neira Ayuso
2013-06-10
1
-0
/
+281
*
data_reg: xml: delete unreachable code in _veredict_xml_parse()
Arturo Borrero Gonzalez
2013-06-08
1
-2
/
+0
*
expr: immediate: fix display of dreg expression
Eric Leblond
2013-06-05
1
-1
/
+1
*
data_reg: xml: delete unreachable code
Arturo Borrero Gonzalez
2013-06-05
1
-2
/
+0
*
data_reg: xml: fix using bad temp variable
Arturo Borrero Gonzalez
2013-06-05
1
-1
/
+1
*
data_reg: remove conditional XML printing if parsing is disabled
Arturo Borrero Gonzalez
2013-05-29
1
-5
/
+0
*
data_reg: Delete trailing space in snprintf_xml
Arturo Borrero Gonzalez
2013-05-29
1
-3
/
+3
*
chain: delete useless castings
Arturo Borrero
2013-05-26
1
-2
/
+2
*
src: add support for XML parsing
Arturo Borrero Gonzalez
2013-05-23
11
-8
/
+1091
*
src: remove trailing \n from all nft_*_snprintf functions
Pablo Neira Ayuso
2013-04-19
1
-1
/
+1
*
src: remove trailing newlines, tabs and spaces from XML format
Arturo Borrero Gonzalez
2013-04-19
10
-25
/
+24
*
expr: basic support for printing nft_data_reg in XML format
Arturo Borrero Gonzalez
2013-04-19
5
-43
/
+193
*
expr: match: Fix a typo
Arturo Borrero Gonzalez
2013-04-02
1
-2
/
+2
*
expr: match: Delete unused includes
Arturo Borrero Gonzalez
2013-02-13
1
-2
/
+0
[next]