index
:
nftables
1.0.6.y
master
nft command line tool
pablo@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
datatype.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
datatype: avoid crash in debug mode when printing integers
Florian Westphal
2015-06-30
1
-1
/
+2
*
Merge remote-tracking branch 'origin/next-4.1'
Patrick McHardy
2015-06-13
1
-2
/
+3
|
\
|
*
netlink: handle concat expressions in set data
Patrick McHardy
2015-06-02
1
-1
/
+1
|
*
netlink: pad constant concat sub-expressions
Patrick McHardy
2015-06-02
1
-1
/
+2
*
|
datatype: default to display bitmask in hexadecimal
Pablo Neira Ayuso
2015-06-05
1
-2
/
+9
|
/
*
datatype: seperate time parsing/printing from time_type
Patrick McHardy
2015-04-12
1
-25
/
+41
*
datatype: less strict time parsing
Patrick McHardy
2015-04-12
1
-12
/
+0
*
datatype: fix parsing of time type
Patrick McHardy
2015-04-12
1
-4
/
+0
*
concat: add concat subtype lookup/id helpers
Patrick McHardy
2015-01-11
1
-2
/
+2
*
datatype: use mpz_set_str instead of gmp_sscanf
Steven Barth
2015-01-07
1
-3
/
+1
*
datatype: change concat_type_alloc() to construct type from id
Patrick McHardy
2014-12-16
1
-9
/
+12
*
datatype: add define for maximum number of bits and mask of datatype id
Patrick McHardy
2014-12-16
1
-1
/
+2
*
datatype: add new subtypes field to account number of concat data types
Patrick McHardy
2014-12-16
1
-3
/
+5
*
datatype: generate name for concat types
Patrick McHardy
2014-12-16
1
-1
/
+7
*
datatype: missing byteorder in string_type
Pablo Neira Ayuso
2014-12-15
1
-0
/
+1
*
datatype: print datatype name in datatype_print() BUG message
Patrick McHardy
2014-12-11
1
-1
/
+2
*
dtype: fix memory leak in concat_type_destroy()
Patrick McHardy
2014-12-11
1
-1
/
+3
*
dtype: remove unnecessary icmp* parse/print functions
Patrick McHardy
2014-12-10
1
-39
/
+3
*
payload: fix endianess issue in payload_expr_pctx_update()
Pablo Neira Ayuso
2014-12-05
1
-2
/
+2
*
datatype: fix name of icmp* code
Eric Leblond
2014-12-03
1
-3
/
+3
*
datatype: relax datatype check in integer_type_parse()
Pablo Neira Ayuso
2014-11-30
1
-2
/
+0
*
datatype: fix crash when using basetype instead of symbolic constants
Pablo Neira Ayuso
2014-11-28
1
-13
/
+20
*
nft: don't resolve hostnames by default
Arturo Borrero
2014-11-06
1
-2
/
+2
*
nft: complete reject support
Alvaro Neira
2014-10-09
1
-0
/
+105
*
datatype: Enhance symbolic_constant_parse()
Alvaro Neira
2014-10-09
1
-20
/
+10
*
verdict type: handle verdict flags and encoded additional information
Patrick McHardy
2014-08-19
1
-10
/
+13
*
datatype: take endianess into account in symbolic_constant_print()
Patrick McHardy
2014-08-19
1
-1
/
+7
*
datatypes: rename some types for more consistency
Patrick McHardy
2014-04-14
1
-5
/
+5
*
expression: fix constant expression allocation on big endian
Arturo Borrero Gonzalez
2014-04-12
1
-1
/
+1
*
datatype: don't leak file ptr on error
Florian Westphal
2014-03-09
1
-1
/
+1
*
Merge remote-tracking branch 'origin/master' into next-3.14
Patrick McHardy
2014-01-20
1
-16
/
+118
|
\
|
*
datatype: add time type parser and adapt output
Pablo Neira Ayuso
2014-01-17
1
-16
/
+118
*
|
Merge remote-tracking branch 'origin/master' into next-3.14
Patrick McHardy
2014-01-16
1
-0
/
+3
|
\
|
|
*
segtree: only use prefix expressions for ranges for selected datatypes
Patrick McHardy
2014-01-16
1
-0
/
+3
*
|
Merge remote-tracking branch 'origin/master' into next-3.14
Patrick McHardy
2014-01-10
1
-4
/
+3
|
\
|
|
*
meta: fix crash when parsing unresolvable mark values
Patrick McHardy
2014-01-10
1
-0
/
+1
|
*
datatype: revert "fix crash if wrong integer type is passed"
Patrick McHardy
2014-01-10
1
-4
/
+2
*
|
meta: add nfproto support
Patrick McHardy
2014-01-08
1
-0
/
+18
|
/
*
datatype: fix missing nul-terminated string in string_type_print
Pablo Neira Ayuso
2013-11-25
1
-1
/
+2
*
meta: iif/oifname should be host byte order
Florian Westphal
2013-09-23
1
-2
/
+2
*
datatype: fix mark parsing if string is used
Pablo Neira Ayuso
2013-09-04
1
-0
/
+11
*
datatype: fix wrong endianess in numeric ports
Pablo Neira Ayuso
2013-08-24
1
-1
/
+1
*
nftables: add additional --numeric level
Phil Oester
2013-08-22
1
-1
/
+1
*
datatype: allow protocols by number in inet_protocol_type_parse
Phil Oester
2013-08-17
1
-4
/
+18
*
datatype: validate port number in inet_service_type_parse
Phil Oester
2013-08-17
1
-7
/
+20
*
datatype: fix crash if wrong integer type is passed
Pablo Neira Ayuso
2013-07-24
1
-2
/
+4
*
datatype: fix table listing if name resolution is not available
Pablo Neira Ayuso
2013-07-06
1
-7
/
+24
*
datatype: concat expression only releases dynamically allocated datatype
Pablo Neira Ayuso
2013-06-08
1
-2
/
+13
*
expr: catch missing and excess elements in concatenations
Patrick McHardy
2013-04-22
1
-3
/
+6
*
mark: fix numeric mark value parsing
Patrick McHardy
2013-04-18
1
-0
/
+7
[next]