freebsd-skq/sys/security/audit
rwatson 981c1cc4c8 Correct a number of problems that were previously commented on:
- Correct audit_arg_socketaddr() argument name from so to sa.
- Assert arguments are non-NULL to many argument capture functions
  rather than testing them.  This may trip some bugs.
- Assert the process lock is held when auditing process
  information.
- Test currecord in several more places.
- Test validity of more arguments with kasserts, such as flag
  values when auditing vnode information.

Perforce change:	98825
Obtained from:		TrustedBSD Project
2006-07-03 14:55:55 +00:00
..
audit_arg.c Correct a number of problems that were previously commented on: 2006-07-03 14:55:55 +00:00
audit_bsm_klib.c Introduce support for per-audit pipe preselection independent from the 2006-06-05 14:48:17 +00:00
audit_bsm_token.c Make the size of the subject32_ex and process32_ex tokens depend on 2006-06-17 13:53:04 +00:00
audit_bsm.c When generating BSM tokens for mkfifo(), include mode argument. 2006-06-05 16:14:49 +00:00
audit_ioctl.h Introduce support for per-audit pipe preselection independent from the 2006-06-05 14:48:17 +00:00
audit_pipe.c Introduce support for per-audit pipe preselection independent from the 2006-06-05 14:48:17 +00:00
audit_private.h Introduce support for per-audit pipe preselection independent from the 2006-06-05 14:48:17 +00:00
audit_syscalls.c Remove use of Giant around vn_open() in audit trail setup. 2006-06-05 22:36:12 +00:00
audit_trigger.c Prefer C to C++ comments per style(9). 2006-06-08 21:55:39 +00:00
audit_worker.c Extract pointer value for mnt_stat from vp after the NULL check, not 2006-06-06 08:43:27 +00:00
audit.c Lock process when copying fields from process structure so as to 2006-06-08 21:58:04 +00:00
audit.h Correct a number of problems that were previously commented on: 2006-07-03 14:55:55 +00:00