lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Sun, 17 Jun 2012 14:07:23 +0200
From:	Pablo Neira Ayuso <pablo@...filter.org>
To:	netfilter-devel@...r.kernel.org
Cc:	netdev@...r.kernel.org, netfilter@...r.kernel.org,
	netfilter-announce@...ts.netfilter.org, lwn@....net
Subject: [ANNOUNCE] ulogd 2.0.0 release

Hi!

The Netfilter project proudly presents:

        ulogd 2.0.0

ulogd is a userspace logging daemon for netfilter/iptables related
logging. This includes per-packet logging of security violations,
per-packet logging for accounting, per-flow logging and flexible
user-defined accounting.

ulogd was almost entirely written by Harald Welte, with contributions
from fellow hackers such as Pablo Neira Ayuso, Eric Leblond and Pierre
Chifflier.

ulogd-2.x requires several libraries:

* libnfnetlink that provides basic communication infrastructure via
  Netlink.

* libmnl that provides basic communication infrastructure via
  Netlink, this library will supersede libnfnetlink. Still, we require
  both libraries as we are still in transition to entirely replace
  libnfnetlink by libmnl.

* libnetfilter_log for stateless packet-based logging via nfnetlink_queue.

* libnetfilter_conntrack for stateful flow-based via nf_conntrack_netlink.

* libnetfilter_acct for flexible traffic accounting via nfnetlink_acct
  and iptables nfacct match (it requires Linux kernel >= 3.3.x).

This requires a Linux kernel >= 2.6.14, but Linux kernel >= 2.6.18 is
strongly recommended. Note that if you need SQL database output
suport, you will need the header files of the respective libraries.

Main features are:

* Packet and flow-based traffic accounting
* Flexible user-defined traffic accounting via nfacct infrastructure
* SQL database back-end support: SQLite3, MySQL and PostgreSQL
* Text-based output formats: CSV, XML, Netfilter's LOG, Netfilter's
  conntrack.

This releases supersedes 1.x series. Please, upgrade to 2.x series!

See ChangeLog that comes attached to this email for more details.

You can download it from:

http://www.netfilter.org/projects/ulogd/downloads.html
ftp://ftp.netfilter.org/pub/ulogd/

Have fun!

View attachment "changes-ulogd-2.0.0.txt" of type "text/plain" (3053 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ