summaryrefslogtreecommitdiffstats
path: root/sys/security/audit/audit.h
Commit message (Expand)AuthorAgeFilesLines
* In AUDIT_SYSCALL_EXIT(), invoke audit_syscall_exit() only if an auditrwatson2009-01-061-3/+3
* Move audit-internal function definitions for getting and setting auditrwatson2008-11-111-2/+0
* Add support for extended header BSM tokens. Currently we use thecsjp2008-11-111-0/+2
* Further synchronization of copyrights, licenses, white space, etc fromrwatson2008-07-311-1/+1
* In preparation to sync Apple and FreeBSD versions of security audit,rwatson2008-07-221-2/+2
* When testing whether to enter the audit argument gathering code, ratherrwatson2008-05-061-1/+1
* Fix include guard spelling.rwatson2008-04-271-1/+1
* Use logic or, not binary or, when deciding whether or not a system callrwatson2008-04-241-1/+1
* Implement AUE_CORE, which adds process core dump support into the kernel.csjp2007-10-261-0/+1
* - Add audit_arg_audinfo_addr() for auditing the arguments for setaudit_addr(2)csjp2007-06-271-0/+1
* Move per-process audit state from a pointer in the proc structure torwatson2007-06-071-5/+5
* Clean up audit comments--formatting, spelling, etc.rwatson2007-06-011-8/+8
* Remove unused !AUDIT audit_proc_*() prototypes: unlike in Mac OS X, werwatson2007-05-301-4/+0
* Fix the handling of IPv6 addresses for subject and process BSM auditcsjp2007-04-131-1/+1
* White space cleanup, no functional change.rwatson2006-09-041-53/+53
* Audit the argv and env vectors passed in on exec:wsalamon2006-09-011-0/+5
* Correct a number of problems that were previously commented on:rwatson2006-07-031-1/+1
* Merge Perforce change 93581 from TrustedBSD audit3 branch:rwatson2006-03-191-72/+63
* Merge Perforce change 93568 from TrustedBSD audit3 branch:rwatson2006-03-191-3/+3
* When GC'ing a thread, assert that it has no active audit record.rwatson2006-02-051-0/+1
* Remove user.h include in audit.h, it is unneeded, and also can causerwatson2006-02-031-1/+0
* Add new fields to process-related data structures:rwatson2006-02-021-0/+1
* Import kernel audit framework:rwatson2006-02-011-0/+238
OpenPOWER on IntegriCloud