~ubuntu-branches/ubuntu/quantal/audit/quantal

« back to all changes in this revision

Viewing changes to lib/libaudit.h

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2008-01-11 17:15:18 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080111171518-69vhd2y91t8cpogp
Tags: 1.6.5-0ubuntu1
* New upstream version:
  - Added aulastlog utility.
  - Fix config parser to allow either 0640 or 0600 for audit logs.
* Makefile.am, debian/auditd.install:
  - Enable tools directory to build aulastlog.
* debian/audispd-plugins.install:
  - remove audisp-ids and remote plugins.

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
#define AUDIT_LAST_DAEMON       1299
89
89
#define AUDIT_DAEMON_RECONFIG   1204    /* Audit daemon should reconfigure */
90
90
#define AUDIT_DAEMON_ROTATE     1205    /* Audit daemon should rotate logs */
 
91
#define AUDIT_DAEMON_RESUME     1206    /* Audit daemon should resume logging */
91
92
 
92
93
#define AUDIT_FIRST_EVENT       1300
93
94
#define AUDIT_LAST_EVENT        1399