| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace AUDIT_ARG() with variable argument macros with a set more more | rwatson | 2009-06-27 | 1 | -2/+2 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -2/+0 |
* | Temporarily relax the constraints on argument size checking for A_GETCOND; | rwatson | 2009-04-19 | 1 | -12/+6 |
* | Merge OpenBSM 1.1 changes to the FreeBSD 8.x kernel: | rwatson | 2009-04-19 | 1 | -1/+126 |
* | Add a new thread-private flag, TDP_AUDITREC, to indicate whether or | rwatson | 2009-03-09 | 1 | -0/+1 |
* | Improve the consistency of MAC Framework and MAC policy entry point | rwatson | 2009-03-08 | 1 | -3/+3 |
* | Partially roll back a revision which changed the error code being returned | csjp | 2008-11-30 | 1 | -1/+1 |
* | When repeatedly accessing a thread credential, cache the credential | rwatson | 2008-11-14 | 1 | -25/+24 |
* | Add support for extended header BSM tokens. Currently we use the | csjp | 2008-11-11 | 1 | -2/+5 |
* | Unbreak the build. | des | 2008-09-04 | 1 | -2/+2 |
* | If the process id specified is invalid, the system call returns ESRCH | kevlo | 2008-09-04 | 1 | -10/+10 |
* | Use ERANGE instead of EOVERFLOW selected in r182059, this seems more | rwatson | 2008-08-24 | 1 | -1/+1 |
* | When getaudit(2) is unable to fit the terminal IPv6 address into the | rwatson | 2008-08-23 | 1 | -1/+1 |
* | Further synchronization of copyrights, licenses, white space, etc from | rwatson | 2008-07-31 | 1 | -1/+1 |
* | In preparation to sync Apple and FreeBSD versions of security audit, | rwatson | 2008-07-22 | 1 | -2/+2 |
* | Use __FBSDID() for $FreeBSD$ IDs in the audit code. | rwatson | 2008-04-13 | 1 | -2/+3 |
* | Change auditon(2) so that if somebody supplies an invalid command, it | csjp | 2008-03-06 | 1 | -0/+3 |
* | Rename globally exposed symbol send_trigger() to audit_send_trigger(). | rwatson | 2008-03-01 | 1 | -1/+1 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 1 | -2/+2 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 1 | -6/+6 |
* | - Add audit_arg_audinfo_addr() for auditing the arguments for setaudit_addr(2) | csjp | 2007-06-27 | 1 | -2/+7 |
* | Add a new MAC framework and policy entry point, | rwatson | 2007-06-26 | 1 | -1/+1 |
* | In setaudit_addr(), drop the process lock in error cases. | rwatson | 2007-06-15 | 1 | -0/+1 |
* | Move per-process audit state from a pointer in the proc structure to | rwatson | 2007-06-07 | 1 | -102/+99 |
* | Change the VOP_OPEN(), vn_open() vnode operation and d_fdopen() cdev operation | kib | 2007-06-01 | 1 | -1/+1 |
* | Remove unused !AUDIT audit_proc_*() prototypes: unlike in Mac OS X, we | rwatson | 2007-05-30 | 1 | -19/+0 |
* | Consistent white space after .'s in comments. | rwatson | 2007-05-30 | 1 | -3/+3 |
* | Allow MAC policy modules to control access to audit configuration system | rwatson | 2007-04-21 | 1 | -0/+44 |
* | Fix the handling of IPv6 addresses for subject and process BSM audit | csjp | 2007-04-13 | 1 | -7/+52 |
* | Remove 'MPSAFE' annotations from the comments above most system calls: all | rwatson | 2007-03-04 | 1 | -12/+0 |
* | Remove two XXX comments that no longer apply. | rwatson | 2006-12-29 | 1 | -5/+0 |
* | Use p_cansee() to check that a target process for an audit state | rwatson | 2006-12-29 | 1 | -3/+9 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -9/+10 |
* | Mark the audit system calls as being un-implemented in jails. Currently we do | csjp | 2006-10-10 | 1 | -0/+19 |
* | Audit path argument when changing audit trails. | rwatson | 2006-10-02 | 1 | -3/+4 |
* | Correct a slight regression which was introduced with the implementation of | csjp | 2006-09-17 | 1 | -0/+8 |
* | Audit the argv and env vectors passed in on exec: | wsalamon | 2006-09-01 | 1 | -1/+8 |
* | Remove use of Giant around vn_open() in audit trail setup. | rwatson | 2006-06-05 | 1 | -15/+10 |
* | Merge Perforce change 93581 from TrustedBSD audit3 branch: | rwatson | 2006-03-19 | 1 | -45/+53 |
* | Merge perforce change 93199: | rwatson | 2006-03-18 | 1 | -1/+1 |
* | Import kernel audit framework: | rwatson | 2006-02-01 | 1 | -0/+652 |