#####################################################################
# NAME:   AuReporter.tcl
# AUTHOR: Clif Flynt
# DATE:   7/31/2006
# DESC:   Generates customized reports from ausearch or Clif-style
#   reduced log files.
#
# PARAMETERS:  None

This is a GUI oriented applications designed to be run with the
RedHat/Fedora sponsored auditd user space hooks to the Linux
Kernel Auditing support.

It expects to work with ausearch, or log files created by the
auRotate.tcl crontab application.

There is online help in the application, but no man page and
no command line options.

This is sufficiently pre-alpha software that the Greeks never thought
of needing a letter to describe it.  It's working in my test
environment, but if it leaps out of the computer and eats your
goldfish, I'm not responsible.

I expect this to evolve rapidly during 2006.  After that, who knows?

Escape 0.1	8/1/2006
First escape.

Supports selection on the contents of multiple fields in a single
table.  Will display multiple fields from multiple tables that have
identical Msg field values.


#####################################################################
# NAME:   auRotate.tcl
# AUTHOR: Clif Flynt
# DATE:   7/31/2006
# DESC:   Copy /var/log/audit/audit.log.1 to a timestamped file.
#	  Strips out unneeded records
#
#	Expects to be run at N minute intervals from crontab file.
#
# PARAMETERS:  None 

0,10,20,30,40,50 * * * * * /usr/bin/tclsh SOME_PATH/auRotate.tcl
