head	1.2;
access;
symbols
	OPENBSM_1_0_ALPHA_4:1.1.1.2
	OPENBSM_1_0_ALPHA_3:1.1.1.1
	OPENBSM_1_0_ALPHA_2:1.1.1.1
	OPENBSM_1_0_ALPHA_1:1.1.1.1
	TrustedBSD:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2006.03.04.16.48.35;	author rwatson;	state dead;
branches;
next	1.1;

1.1
date	2006.01.31.19.40.11;	author rwatson;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2006.01.31.19.40.11;	author rwatson;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	2006.02.11.00.39.21;	author rwatson;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove files deleted in the OpenBSM distribution from the OpenBSM
vendor branch.

Obtained from:	TrustedBSD Project
@
text
@#
# $P4: //depot/projects/trustedbsd/openbsm/man/Makefile#5 $
#

MAN=	audit.2								\
	auditctl.2							\
	auditon.2							\
	getaudit.2							\
	getauid.2							\
	setaudit.2							\
	setauid.2							\
	audit.log.5							\
	audit_class.5							\
	audit_control.5							\
	audit_event.5							\
	audit_user.5							\
	audit_warn.5

.include <bsd.prog.mk>
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Initial vendor import of the TrustedBSD OpenBSM distribution, version
1.0 alpha 1, an implementation of the documented Sun Basic Security
Module (BSM) Audit API and file format, as well as local extensions to
support the Mac OS X and FreeBSD operating systems.  Also included are
command line tools for audit trail reduction and conversion to text,
as well as documentation of the commands, file format, and APIs.  This
distribution is the foundation for the TrustedBSD Audit implementation,
and is a pre-release.

This is the first in a series of commits to introduce support for
Common Criteria CAPP security event audit support.

This software has been made possible through the generous
contributions of Apple Computer, Inc., SPARTA, Inc., as well as
members of the TrustedBSD Project, including Wayne Salamon <wsalamon>
and Tom Rhodes <trhodes>.  The original OpenBSM implementation was
created by McAfee Research under contract to Apple Computer, Inc., as
part of their CC CAPP security evaluation.

Many thanks to:	wsalamon, trhodes
Obtained from:	TrustedBSD Project
@
text
@@


1.1.1.2
log
@CVS import OpenBSM 1.0 alpha 4:

- Remove "audit" user example from audit_user, as it's not present on most
  systems.
- Add cannot_audit() function non-Darwin systems that wraps auditon();
  required by OpenSSH BSM support.  Convert Darwin cannot_audit() into a
  function rather than a macro.
- Library build fixed on Darwin following include file tweaks.  The native
  Darwin sys/audit.h conflicts with bsm/audit.h due to duplicate types, so
  for now we force bsm_wrappers.c to not perform a nested include of
  sys/audit.h.

Obtained from:	TrustedBSD Project
@
text
@d2 1
a2 1
# $P4: //depot/projects/trustedbsd/openbsm/man/Makefile#7 $
a18 3
MLINKS= getaudit.2 getaudit_addr.2					\
	setaudit.2 setaudit_addr.2

@

