- 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
This commit is contained in:
Steve Grubb 2005-05-17 21:44:01 +00:00
parent d50bbf5c58
commit 3dd7e61fb5
3 changed files with 14 additions and 1 deletions

View File

@ -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

View File

@ -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 <sgrubb@redhat.com> 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 <sgrubb@redhat.com> 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 <sgrubb@redhat.com> 0.7.4-1
- Make sure ausearch ts & te obey DST.
- Code cleanups to make file system watches work correctly

View File

@ -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