- auditd message formatter use MAX_AUDIT_MESSAGE_LENGTH to prevent clipping

This commit is contained in:
Steve Grubb 2005-07-14 13:27:33 +00:00
parent 7c06330e80
commit 1be66fe6b3
3 changed files with 7 additions and 3 deletions

View File

@ -34,3 +34,4 @@ audit-0.9.14.tar.gz
audit-0.9.15.tar.gz audit-0.9.15.tar.gz
audit-0.9.16.tar.gz audit-0.9.16.tar.gz
audit-0.9.17.tar.gz audit-0.9.17.tar.gz
audit-0.9.18.tar.gz

View File

@ -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.9.17 Version: 0.9.18
Release: 1 Release: 1
License: GPL License: GPL
Group: System Environment/Daemons Group: System Environment/Daemons
@ -80,7 +80,7 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --add auditd /sbin/chkconfig --add auditd
%preun %preun
if [ "$1" = 0 ]; then if [ $1 -eq 0 ]; then
/sbin/service auditd stop > /dev/null 2>&1 /sbin/service auditd stop > /dev/null 2>&1
/sbin/chkconfig --del auditd /sbin/chkconfig --del auditd
fi fi
@ -120,6 +120,9 @@ fi
%changelog %changelog
* Thu Jul 14 2005 Steve Grubb <sgrubb@redhat.com> 0.9.18-1
- auditd message formatter use MAX_AUDIT_MESSAGE_LENGTH to prevent clipping
* Tue Jul 12 2005 Steve Grubb <sgrubb@redhat.com> 0.9.17-1 * Tue Jul 12 2005 Steve Grubb <sgrubb@redhat.com> 0.9.17-1
- Fix ausearch buffers to hold long filenames - Fix ausearch buffers to hold long filenames
- Make a0 long long for 64 bit kernels & 32 bit ausearch. - Make a0 long long for 64 bit kernels & 32 bit ausearch.

View File

@ -1 +1 @@
6d3782e01a3f277449a1dfaf3059c5ad audit-0.9.17.tar.gz 71d3c90ae74403c141ce9a2c6fe43b50 audit-0.9.18.tar.gz