- Fixed bug setting loginuid

- Added num_logs to configure number of logs when rotating
- Added code for rotating logs
This commit is contained in:
Steve Grubb 2005-03-09 23:50:13 +00:00
parent 0ff90d0747
commit ac64680d21
3 changed files with 8 additions and 1 deletions

View File

@ -5,3 +5,4 @@ audit-0.6.3.tar.gz
audit-0.6.4.tar.gz audit-0.6.4.tar.gz
audit-0.6.5.tar.gz audit-0.6.5.tar.gz
audit-0.6.6.tar.gz audit-0.6.6.tar.gz
audit-0.6.7.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.6.6 Version: 0.6.7
Release: 1 Release: 1
License: GPL License: GPL
Group: System Environment/Daemons Group: System Environment/Daemons
@ -124,6 +124,11 @@ fi
%changelog %changelog
* Wed Mar 9 2005 Steve Grubb <sgrubb@redhat.com> 0.6.7-1
- Fixed bug setting loginuid
- Added num_logs to configure number of logs when rotating
- Added code for rotating logs
* Tue Mar 8 2005 Steve Grubb <sgrubb@redhat.com> 0.6.6-1 * Tue Mar 8 2005 Steve Grubb <sgrubb@redhat.com> 0.6.6-1
- Fix audit_set_pid to try to read a reply, but its non-fatal if no reply. - Fix audit_set_pid to try to read a reply, but its non-fatal if no reply.
- Remove the read status during init - Remove the read status during init

View File

@ -3,3 +3,4 @@
ef25d37e80f64abc64e79f8077c41bfe audit-0.6.4.tar.gz ef25d37e80f64abc64e79f8077c41bfe audit-0.6.4.tar.gz
637a90811cd15f810555d71cb17618b8 audit-0.6.5.tar.gz 637a90811cd15f810555d71cb17618b8 audit-0.6.5.tar.gz
cde632731563e8b7e665cd50c9274139 audit-0.6.6.tar.gz cde632731563e8b7e665cd50c9274139 audit-0.6.6.tar.gz
87dc88d07f8ec0e35a9c978818654577 audit-0.6.7.tar.gz