diff --git a/.cvsignore b/.cvsignore index 881f063..03d5fa4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -16,3 +16,4 @@ audit-0.7.1.tar.gz audit-0.7.2.tar.gz audit-0.7.3.tar.gz audit-0.7.4.tar.gz +audit-0.8.1.tar.gz diff --git a/audit.spec b/audit.spec index af3744e..ee03b04 100644 --- a/audit.spec +++ b/audit.spec @@ -1,6 +1,6 @@ Summary: User space tools for 2.6 kernel auditing. Name: audit -Version: 0.7.4 +Version: 0.8.1 Release: 1 License: GPL Group: System Environment/Daemons @@ -119,6 +119,17 @@ fi %changelog +* Tue May 17 2005 Steve Grubb 0.8.1-1 +- Fix code to "or" uid & gid checks for ausearch -ua & -ga +- Change msg() to audit_msg() to avoid conflicts +- Parse socket messages for hostname in ausearch + +* Thu May 12 2005 Steve Grubb 0.8-1 +- ausearch fix bugs related to -f & -x +- Parse messages using new types +- Properly unescape filenames +- Update interface for sending userspace messages to use more types + * Sun May 08 2005 Steve Grubb 0.7.4-1 - Make sure ausearch ts & te obey DST. - Code cleanups to make file system watches work correctly diff --git a/sources b/sources index 22b915d..f6e0c6d 100644 --- a/sources +++ b/sources @@ -14,3 +14,4 @@ af01d49cae8814c99a64c866acbdb7ca audit-0.6.12.tar.gz 56c82cfe0d5af98a3313a8a76a08ed43 audit-0.7.2.tar.gz 1fbed5d8a67b2ad7724e4d95174d451f audit-0.7.3.tar.gz 2a62ad468d504780da0899e15d1ea03c audit-0.7.4.tar.gz +d02b1e35fdbfa5de94fd7daf8e94845a audit-0.8.1.tar.gz