Hi! The Netfilter project proudly presents: ulogd 2.0.9 ulogd is a userspace logging daemon for netfilter/iptables related logging. This includes per-packet logging and per-flow logging as well as flexible user-defined accounting. This also includes output plugins to represent logging using different backends such as mysql, postgresql, pcap, json among others. See ChangeLog that comes attached to this email for more details. You can download it from: https://www.netfilter.org/projects/ulogd/downloads.html Happy firewalling.
Corubba Smith (18): nfct: fix calloc argument order nfct: add newline to reliable log message gprint: fix comma after ip addresses ipfix: re-arm send timer ulogd: ignore private data on plugin stop ulogd: fix config file fd leak ulogd: ignore malformed config directives nfct: add icmpv6 ulogd: add ulogd_parse_configfile public function all: use config_parse_file function in all plugins ulogd: improve integer option parsing ulogd: provide default configure implementation all: remove trivial configure hooks ulogd: raise error on unknown config key nfct: fix counter-reset without hashtable nfct: add flow end timestamp on hashtable purge ulog: remove input plugin ulogd: remove libipulog Harald Welte (1): README: update project homepage and mailing list addresses Jeremy Sowden (25): doc: mysql: declare MAC protocol columns unsigned ulogd: fix parse-error check filter: fix buffer sizes in filter plug-ins JSON: remove incorrect config value check db: fix back-log capacity checks pgsql: correct `ulog2.ip_totlen` type filter: IP2BIN: correct spelling of variable output: add missing support for int64_t values output: Fix formatting of OPRINT switch. build: fix pgsql fall-back configuration of CFLAGS pcap: simplify opening of output file pcap: prevent crashes when output `FILE *` is null src: record length of integer key values printpkt: fix statement punctuator printpkt, raw2packet_BASE: keep gateway address in NBO raw2packet_BASE: store ARP address values as integers ip2hbin: store ipv6 address as integer ipfix: skip non-ipv4 addresses gprint, oprint: use inet_ntop to format ip addresses gprint, oprint: add support for printing ipv6 addresses sqlite3: correct binding of ipv4 addresses and 64-bit integers sqlite3: insert ipv6 addresses as null rather than garbage db: insert ipv6 addresses in the same format as ip2bin IP2STR: correct address buffer size IP2HBIN, IP2STR: correct typo's Kyuwon Shim (1): ulogd2: avoid use after free in unregister on global ulogd_fds linked list Pablo Neira Ayuso (1): build: bump release version to 2.0.9 Phil Sutter (1): Makefile: Create LZMA-compressed dist-files