index
:
libnftnl
master
nftables netlink library
pablo@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
rule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
src: rule: Support NFTA_RULE_POSITION_ID attribute
Phil Sutter
2019-01-28
1
-0
/
+20
*
chain: Support per chain rules list
Phil Sutter
2018-12-07
1
-22
/
+0
*
src: remove nftnl_rule_cmp() and nftnl_expr_cmp()
Pablo Neira Ayuso
2018-10-24
1
-31
/
+0
*
src: Use memcpy() to handle potentially unaligned data
Matt Turner
2018-10-19
1
-6
/
+6
*
src: remove json support
Pablo Neira Ayuso
2018-10-15
1
-174
/
+1
*
rule: add nftnl_rule_list_insert_at()
Pablo Neira Ayuso
2018-05-28
1
-0
/
+6
*
src: Fix exporting symbols with clang
Armin K
2017-12-30
1
-38
/
+39
*
src: do not nul-terminate internal helper functions
Pablo Neira Ayuso
2017-10-04
1
-3
/
+0
*
src: no need to nul-terminate buffer for nftnl_fprintf() calls
Pablo Neira Ayuso
2017-10-04
1
-3
/
+0
*
src: Buffer is null terminated.
Varsha Rao
2017-09-27
1
-0
/
+9
*
src: Change parameters of SNPRINTF_BUFFER_SIZE macro.
Varsha Rao
2017-09-27
1
-35
/
+35
*
src: Use nftnl_buf to export XML/JSON rules
Elise Lennion
2017-03-03
1
-75
/
+29
*
rule: add NFTA_RULE_ID attribute
Pablo Neira Ayuso
2017-02-16
1
-1
/
+37
*
src: get rid of aliases and compat
Pablo Neira Ayuso
2016-12-20
1
-37
/
+37
*
src: remove libmxml support
Arturo Borrero
2016-09-23
1
-160
/
+2
*
rule: Fix comparison between rules if number of expressions differ
Carlos Falgueras García
2016-08-18
1
-0
/
+1
*
src: Implement rule comparison
Carlos Falgueras García
2016-08-17
1
-0
/
+30
*
src: Avoid returning uninitialized data
Phil Sutter
2016-08-12
1
-1
/
+1
*
rule: Implement internal iterator for expressions
Carlos Falgueras García
2016-08-10
1
-6
/
+12
*
src: Constify iterators
Carlos Falgueras García
2016-08-10
1
-4
/
+5
*
src: Fix nftnl_*_get_data() to return the real attribute length
Carlos Falgueras García
2016-07-11
1
-0
/
+2
*
src: Fix missing nul-termination in nftnl_*_set_str()
Carlos Falgueras García
2016-07-06
1
-1
/
+1
*
src: fix missing error checking in parser functions
Carlos Falgueras García
2016-06-22
1
-4
/
+10
*
src: check for flags before releasing attributes
Pablo Neira Ayuso
2016-06-15
1
-9
/
+11
*
src: simplify unsetters
Pablo Neira Ayuso
2016-06-15
1
-8
/
+2
*
src: check for strdup() errors from setters and parsers
Pablo Neira Ayuso
2016-06-15
1
-0
/
+4
*
src: return value on setters that internally allocate memory
Pablo Neira Ayuso
2016-06-15
1
-7
/
+12
*
src: assert when setting unknown attributes
Pablo Neira Ayuso
2016-06-15
1
-3
/
+1
*
src: Fix leak in nftnl_*_unset()
Carlos Falgueras García
2016-06-14
1
-0
/
+2
*
rule: Fix segfault due to invalid free of rule user data
Carlos Falgueras García
2016-05-25
1
-1
/
+5
*
src: remove unnecessary inline in _snprintf functions
Pablo Neira Ayuso
2016-05-09
1
-3
/
+2
*
libnftnl: constify object arguments to various functions
Patrick McHardy
2016-05-09
1
-18
/
+22
*
rule: fix leaks in NFTNL_RULE_USERDATA
Pablo Neira Ayuso
2016-04-15
1
-0
/
+5
*
src: rename EXPORT_SYMBOL to EXPORT_SYMBOL_ALIAS
Florian Westphal
2015-11-24
1
-37
/
+37
*
src: get rid of _attr_ infix in new nftnl_ definitions
Pablo Neira Ayuso
2015-09-07
1
-49
/
+49
*
src: get rid of _ATTR_ infix in new nfntl_ definitions
Pablo Neira Ayuso
2015-09-07
1
-79
/
+79
*
src: rename nftnl_rule_expr to nftnl_expr
Pablo Neira Ayuso
2015-09-07
1
-31
/
+31
*
src: rename existing functions to use the nftnl_ prefix
Pablo Neira Ayuso
2015-09-07
1
-268
/
+268
*
src: introduce nftnl_* aliases for all existing functions
Pablo Neira Ayuso
2015-09-02
1
-37
/
+37
*
src: fix memory leaks at nft_[object]_nlmsg_parse
Carlos Falgueras García
2015-08-18
1
-0
/
+2
*
expr: seperate expression parsing and building functions
Patrick McHardy
2015-04-14
1
-48
/
+9
*
src: split internal.h is smaller files
Pablo Neira Ayuso
2015-02-17
1
-3
/
+0
*
rule: don't release the tree parameter from nft_jansson_parse_rule()
Alvaro Neira
2015-02-13
1
-3
/
+5
*
src: add command tag in JSON/XML export support
Alvaro Neira Ayuso
2015-02-10
1
-6
/
+15
*
src: don't create iterator with empty list
Alvaro Neira
2015-01-15
1
-2
/
+15
*
src: internal set id allocation from nft_ruleset_parse*()
Alvaro Neira
2014-10-09
1
-10
/
+16
*
src: stricter netlink attribute length validation
Pablo Neira Ayuso
2014-07-20
1
-32
/
+16
*
expr: log: Do not print unset values in json
Ana Rey
2014-06-05
1
-0
/
+9
*
src: add flag to add event wrapping in output functions
Arturo Borrero
2014-04-26
1
-5
/
+25
*
src: fix bogus assertion for unset attributes
Pablo Neira Ayuso
2014-04-07
1
-4
/
+4
[next]