libnetfilter_conntrack 0.0.98 release
Pablo Neira Ayuso <[email protected]> Sat, 29 Nov 2008 13:49:19 +0100
| Newsgroups | gmane.comp.security.firewalls.netfilter.announce |
|---|---|
| Message-ID | <49313A4F.6090904__39909.1350184337$1227967455$gmane$org@netfilter.org> |
Hi! The netfilter project proudly presents libnetfilter_conntrack-0.0.98. libnetfilter_conntrack is a userspace library providing a programming interface (API) to the in-kernel connection tracking state table. This library requires a linux kernel >= 2.6.18. This release includes one major bugfix, a couple of minor fixes, the new attribute group API and cleanups. See ChangeLog for more details. You can download it from: http://www.netfilter.org/projects/libnetfilter_conntrack/ ftp://ftp.netfilter.org/pub/libnetfilter_conntrack/ Pablo, on behalf of the Netfilter Project. -- "Los honestos son inadaptados sociales" -- Les Luthiers
ChangeLog
(text/plain, 691 B)
Pablo Neira Ayuso (13):
objopt: use indirect calls instead of switch
API: use of __builtin_expect in error checking paths
snprintf: fix compilation warning in 64-bits platforms
groups: add attribute group API
API: add nfct_attr_is_set_array function
version: bump to 0.0.98
src: set specific array size for the API
qa: add test file to check for missing indirect function calls
helper: fix missing copy function for helper name
bsf: major rework of the BSF generation code
bsf: remove unnecessary function inline
api: fix bogus netlink flags in nfct_build_query
api: fix bogus netlink flags in nfexp_build_query