summaryrefslogtreecommitdiffstats
path: root/sys/security/audit/audit.h
Commit message (Expand)AuthorAgeFilesLines
* - Implement two new system calls:pjd2013-03-021-4/+4
* Merge Capsicum overhaul:pjd2013-03-021-0/+7
* Add AUDIT_ARG_SOCKADDR() macro so we can start using the audit_arg_sockaddr()pjd2013-02-071-0/+6
* IFp4 @208451:pjd2012-11-301-8/+8
* Provide ability to audit cap_rights_t arguments.jonathan2011-07-181-0/+7
* Correctly audit real gids following changes to the audit record argumentrwatson2009-08-121-1/+1
* Eliminate ARG_UPATH[12] arguments to AUDIT_ARG_UPATH() and insteadrwatson2009-07-291-67/+11
* Rework vnode argument auditing to follow the same structure, in orderrwatson2009-07-281-4/+11
* Audit file descriptors passed to fooat(2) system calls, which are usedrwatson2009-07-281-0/+16
* Define missing audit argument macro AUDIT_ARG_SOCKET(), andrwatson2009-07-011-0/+6
* Replace AUDIT_ARG() with variable argument macros with a set more morerwatson2009-06-271-13/+172
* Add a new thread-private flag, TDP_AUDITREC, to indicate whether orrwatson2009-03-091-3/+3
* 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