freebsd-nq/sys/security/audit
Robert Watson 54205da01b Update src/sys/security/audit for OpenBSM 1.0 alpha 5:
- Include audit_internal.h to get definition of internal audit record
  structures, as it's no longer in audit.h.  Forward declare au_record
  in audit_private.h as not all audit_private.h consumers care about
  it.

- Remove __APPLE__ compatibility bits that are subsumed by configure
  for user space.

- Don't expose in6_addr internals (non-portable, but also cleaner
  looking).

- Avoid nested include of audit.h in audit_private.h.

Obtained from:	TrustedBSD Project
2006-03-04 17:00:55 +00:00
..
audit_arg.c Fix INVARIANTS build on amd64; (unsigned unsigned long) != u_int64_t. 2006-02-03 23:50:26 +00:00
audit_bsm_klib.c
audit_bsm_token.c Update src/sys/security/audit for OpenBSM 1.0 alpha 5: 2006-03-04 17:00:55 +00:00
audit_bsm.c Add stub AUE_EACCESS entry. 2006-02-11 23:55:08 +00:00
audit_pipe.c Fix queue drop logic when the queue overflows: decrement queue length. 2006-02-07 14:46:26 +00:00
audit_private.h Update src/sys/security/audit for OpenBSM 1.0 alpha 5: 2006-03-04 17:00:55 +00:00
audit_syscalls.c
audit_trigger.c
audit.c Update src/sys/security/audit for OpenBSM 1.0 alpha 5: 2006-03-04 17:00:55 +00:00
audit.h When GC'ing a thread, assert that it has no active audit record. 2006-02-05 21:06:09 +00:00