From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: audit 1.4 released Date: Sun, 4 Feb 2007 18:11:33 -0500 Message-ID: <200702041811.33849.sgrubb@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from vpn-248-42.boston.redhat.com (vpn-248-42.boston.redhat.com [10.13.248.42]) by mail.boston.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id l14N8QAG014689 for ; Sun, 4 Feb 2007 18:08:26 -0500 Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: Linux Audit List-Id: linux-audit@redhat.com Hi, I've just released a new version of the audit daemon. It can be downloaded from http://people.redhat.com/sgrubb/audit It will also be in rawhide tomorrow. The Changelog is: - New report about authentication attempts - Updates for python 2.5 - update autrace to have resource usage mode - update auditctl to support immutable config - added audit_log_user_command function to api - interpret capabilities - added audit event parsing library - updates for 2.6.20 kernel There is a major new feature in this release. This represents the first cut at the audit parsing library. This version should be mostly complete except the audit searching functions. They will be filled in during subsequent updates. There is a test program in auparse/test that can be used to exercise the code that is in the library. This drop also includes python bindings. Please let me know if there are any problems with this release. -Steve