Displaying 3 results from an estimated 3 matches for "ct_timeout".
Did you mean:
net_timeout
2019 Aug 19
1
[ANNOUNCE] libnftnl 1.1.4 release
Hi!
The Netfilter project proudly presents:
libnftnl 1.1.4
libnftnl is a userspace library providing a low-level netlink
programming interface (API) to the in-kernel nf_tables subsystem. The
library libnftnl has been previously known as libnftables. This
library is currently used by nftables.
See ChangeLog that comes attached to this email for more details.
You can download it from:
2024 Jul 15
0
[ANNOUNCE] libnftnl 1.2.7 release
...xpr: fix buffer overflows in data value setters
Nicholas Vinson (1):
chain: Removed non-defined functions
Pablo Neira Ayuso (7):
object: define nftnl_obj_unset()
set: buffer overflow in NFTNL_SET_DESC_CONCAT setter
set_elem: use nftnl_data_cpy() in NFTNL_SET_ELEM_{KEY,KEY_END,DATA}
obj: ct_timeout: setter checks for timeout array boundaries
expr: immediate: check for chain attribute to release chain name
udata: incorrect userdata buffer size validation
utils: remove unused code
Phil Sutter (24):
set: Do not leave free'd expr_list elements in place
tests: Fix objref test case...
2020 Jun 06
0
[ANNOUNCE] nftables 0.9.5 release
...elems()
rule: fix element cache update in __do_add_setelems()
src: add rule_stmt_insert_at() and use it
src: add rule_stmt_append() and use it
parser_bison: release extended priority string after parsing
parser_bison: release helper type string after parsing
src: ct_timeout: release policy string and state list
src: fix netlink_get_setelem() memleaks
evaluate: fix memleak in stmt_evaluate_reject_icmp()
mnl: fix error rule reporting with missing table/chain and anonymous sets
src: rename CMD_OBJ_SETELEM to CMD_OBJ_ELEMENTS
libnftables: cal...