From 4a74d3aca28728c0dd0b5c79d22acd4444d0d3f1 Mon Sep 17 00:00:00 2001 From: Steve Grubb Date: Feb 08 2006 23:08:01 +0000 Subject: - Fix bug in autrace where it didn't run on kernels without file watch support - Add syslog message to auditd saying what program was started for dispatcher - Remove audit_send_user from public api - Fix bug in USER_LOGIN messages where ausearch does not translate msg='uid=500: into acct name (#178102). - Change comm with dispatcher to socketpair from pipe - Change auditd to use custom daemonize to avoid race in init scripts - Update error message when deleting a rule that doesn't exist (#176239) - Call shutdown_dispatcher when auditd stops - Add new logging function audit_log_semanage_message --- diff --git a/.cvsignore b/.cvsignore index db19ba7..f367f53 100644 --- a/.cvsignore +++ b/.cvsignore @@ -53,3 +53,4 @@ audit-1.1.tar.gz audit-1.1.1.tar.gz audit-1.1.2.tar.gz audit-1.1.3.tar.gz +audit-1.1.4.tar.gz diff --git a/audit.spec b/audit.spec index cffc878..d8f52c4 100644 --- a/audit.spec +++ b/audit.spec @@ -1,7 +1,7 @@ Summary: User space tools for 2.6 kernel auditing. Name: audit -Version: 1.1.3 -Release: 1.1 +Version: 1.1.4 +Release: 1 License: GPL Group: System Environment/Daemons URL: http://people.redhat.com/sgrubb/audit/ @@ -146,12 +146,24 @@ fi %changelog +* Wed Feb 8 2006 Steve Grubb 1.1.4-1 +- Fix bug in autrace where it didn't run on kernels without file watch support +- Add syslog message to auditd saying what program was started for dispatcher +- Remove audit_send_user from public api +- Fix bug in USER_LOGIN messages where ausearch does not translate + msg='uid=500: into acct name (#178102). +- Change comm with dispatcher to socketpair from pipe +- Change auditd to use custom daemonize to avoid race in init scripts +- Update error message when deleting a rule that doesn't exist (#176239) +- Call shutdown_dispatcher when auditd stops +- Add new logging function audit_log_semanage_message + * Tue Feb 07 2006 Jesse Keating - 1.1.3-1.1 - rebuilt for new gcc4.1 snapshot and glibc changes * Thu Jan 5 2006 Steve Grubb 1.1.3-1 - Add timestamp to daemon_config messages (#174865) -- Add error checking of year for aureport & ausearh +- Add error checking of year for aureport & ausearch - Treat af_unix sockets as files for searching and reporting - Update capp & lspp rules to combine syscalls for higher performance - Adjusted the chkconfig line for auditd to start a little earlier diff --git a/sources b/sources index 4a1d596..05205d5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ff5be0c2fdc3a28ec4903f64a5587faf audit-1.1.3.tar.gz +3a5f2a609b72de4101cc78f28c233a30 audit-1.1.4.tar.gz