- Make rate & backlog 32 bit unsigned int in auditctl

- In auditctl, if -F arch is given with -t option, don't require list
- Update auditd man page
- Add size check to audit_send
- Update message for audit_open failure when kernel doesn't support audit
This commit is contained in:
Steve Grubb 2005-09-23 15:15:49 +00:00
parent 0978c5b99c
commit 38342f3405
3 changed files with 10 additions and 2 deletions

View File

@ -41,3 +41,4 @@ audit-1.0.tar.gz
audit-1.0.1.tar.gz
audit-1.0.2.tar.gz
audit-1.0.3.tar.gz
audit-1.0.4.tar.gz

View File

@ -1,6 +1,6 @@
Summary: User space tools for 2.6 kernel auditing.
Name: audit
Version: 1.0.3
Version: 1.0.4
Release: 1
License: GPL
Group: System Environment/Daemons
@ -121,6 +121,13 @@ fi
%changelog
* Fri Sep 23 2005 Steve Grubb <sgrubb@redhat.com> 1.0.4-1
- Make rate & backlog 32 bit unsigned int in auditctl
- In auditctl, if -F arch is given with -t option, don't require list
- Update auditd man page
- Add size check to audit_send
- Update message for audit_open failure when kernel doesn't support audit
* Mon Aug 22 2005 Steve Grubb <sgrubb@redhat.com> 1.0.3-1
- adjust file perms of newly created log file in auditd
- fix 2 memory leaks and an out of bounds access in auditd

View File

@ -1 +1 @@
950daad97adfa3134289aa5b4e885f8f audit-1.0.3.tar.gz
0fa56930d4d23ab1f6988756b03bc208 audit-1.0.4.tar.gz