libnfnetlink release 0.0.33
Pablo Neira Ayuso <[email protected]> Sun, 09 Mar 2008 02:07:40 +0100
| Newsgroups | gmane.comp.security.firewalls.netfilter.announce |
|---|---|
| Message-ID | <47D3385C.40605__13033.2032022581$1205031597$gmane$org@netfilter.org> |
Hi! The netfilter project proudly presents libnfnetlink 0.0.33. This release includes minor bugfixes and updates. Changelog attached. libnfnetlink is the low-level library for netfilter related kernel/userspace communication. It provides a generic messaging infrastructure for in-kernel netfilter subsystems (such as nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack) and their respective users and/or management tools in userspace. You can download it from: http://www.netfilter.org/projects/libnfnetlink/downloads.html Pablo (on behalf of the Netfilter Project) -- "Los honestos son inadaptados sociales" -- Les Luthiers
Changelog
(text/plain, 412 B)
- nfnl_handle must be const in nfnl_rcvbufsiz [ Pablo Neira Ayuso ] - Introduce nfnl_set_rcv_buffer_size to set the receive buffer size [ Pablo Neira Ayuso ] - Improve receive path performance: do only one recv instead of two [ Pablo Neira Ayuso ] - Fix endless loop on unknown netfilter attributes. [ Marcus Sundberg ] - Fix handling of multipart netlink packets in nfnl_handle_packet [ Eric Leblond ]