- 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:
parent
d50bbf5c58
commit
3dd7e61fb5
@ -16,3 +16,4 @@ audit-0.7.1.tar.gz
|
|||||||
audit-0.7.2.tar.gz
|
audit-0.7.2.tar.gz
|
||||||
audit-0.7.3.tar.gz
|
audit-0.7.3.tar.gz
|
||||||
audit-0.7.4.tar.gz
|
audit-0.7.4.tar.gz
|
||||||
|
audit-0.8.1.tar.gz
|
||||||
|
13
audit.spec
13
audit.spec
@ -1,6 +1,6 @@
|
|||||||
Summary: User space tools for 2.6 kernel auditing.
|
Summary: User space tools for 2.6 kernel auditing.
|
||||||
Name: audit
|
Name: audit
|
||||||
Version: 0.7.4
|
Version: 0.8.1
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -119,6 +119,17 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun May 08 2005 Steve Grubb <sgrubb@redhat.com> 0.7.4-1
|
||||||
- Make sure ausearch ts & te obey DST.
|
- Make sure ausearch ts & te obey DST.
|
||||||
- Code cleanups to make file system watches work correctly
|
- Code cleanups to make file system watches work correctly
|
||||||
|
1
sources
1
sources
@ -14,3 +14,4 @@ af01d49cae8814c99a64c866acbdb7ca audit-0.6.12.tar.gz
|
|||||||
56c82cfe0d5af98a3313a8a76a08ed43 audit-0.7.2.tar.gz
|
56c82cfe0d5af98a3313a8a76a08ed43 audit-0.7.2.tar.gz
|
||||||
1fbed5d8a67b2ad7724e4d95174d451f audit-0.7.3.tar.gz
|
1fbed5d8a67b2ad7724e4d95174d451f audit-0.7.3.tar.gz
|
||||||
2a62ad468d504780da0899e15d1ea03c audit-0.7.4.tar.gz
|
2a62ad468d504780da0899e15d1ea03c audit-0.7.4.tar.gz
|
||||||
|
d02b1e35fdbfa5de94fd7daf8e94845a audit-0.8.1.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user