| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a case to make sure that internal audit records get converted | csjp | 2010-05-04 | 1 | -0/+1 |
* | Make sure we convert audit records that were produced as the result of the | csjp | 2010-01-31 | 1 | -0/+7 |
* | Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamic | brooks | 2010-01-12 | 1 | -2/+2 |
* | Having thrown the cat out of the house, add a necessary include. | phk | 2009-09-08 | 1 | -0/+1 |
* | Revert previous commit and add myself to the list of people who should | phk | 2009-09-08 | 1 | -1/+0 |
* | Add necessary include. | phk | 2009-09-08 | 1 | -0/+1 |
* | Correctly audit real gids following changes to the audit record argument | rwatson | 2009-08-12 | 1 | -1/+1 |
* | Eliminate ARG_UPATH[12] arguments to AUDIT_ARG_UPATH() and instead | rwatson | 2009-07-29 | 3 | -89/+89 |
* | Rework vnode argument auditing to follow the same structure, in order | rwatson | 2009-07-28 | 3 | -34/+50 |
* | Audit file descriptors passed to fooat(2) system calls, which are used | rwatson | 2009-07-28 | 6 | -83/+184 |
* | Import OpenBSM 1.1p1 from vendor branch to 8-CURRENT, populating | rwatson | 2009-07-17 | 2 | -8/+121 |
* | Create audit records for AUE_POSIX_OPENPT, currently w/o arguments. | rwatson | 2009-07-02 | 1 | -0/+1 |
* | Fix comment misthink. | rwatson | 2009-07-02 | 1 | -1/+1 |
* | Clean up a number of aspects of token generation from audit arguments to | rwatson | 2009-07-02 | 1 | -69/+55 |
* | For access(2) and eaccess(2), audit the requested access mode. | rwatson | 2009-07-01 | 1 | -2/+9 |
* | Define missing audit argument macro AUDIT_ARG_SOCKET(), and | rwatson | 2009-07-01 | 1 | -0/+6 |
* | When auditing unmount(2), capture FSID arguments as regular text strings | rwatson | 2009-07-01 | 1 | -0/+8 |
* | Audit the file descriptor number passed to lseek(2). | rwatson | 2009-07-01 | 1 | -1/+1 |
* | udit the 'options' argument to wait4(2). | rwatson | 2009-07-01 | 1 | -0/+4 |
* | Dynamically allocate the gidset field in audit record. | sson | 2009-06-29 | 3 | -2/+13 |
* | Replace AUDIT_ARG() with variable argument macros with a set more more | rwatson | 2009-06-27 | 2 | -15/+174 |
* | Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. Use | kib | 2009-06-10 | 1 | -2/+1 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -2/+0 |
* | Remove the thread argument from the FSD (File-System Dependent) parts of | attilio | 2009-05-11 | 1 | -1/+1 |
* | 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 | 7 | -44/+225 |
* | Merge new kernel files from OpenBSM 1.1: audit_fcntl.h and | rwatson | 2009-04-16 | 1 | -0/+290 |
* | Remove D_NEEDGIANT from audit pipes. I'm actually not sure why this was | rwatson | 2009-04-16 | 1 | -1/+1 |
* | Add a new thread-private flag, TDP_AUDITREC, to indicate whether or | rwatson | 2009-03-09 | 3 | -5/+15 |
* | Improve the consistency of MAC Framework and MAC policy entry point | rwatson | 2009-03-08 | 1 | -3/+3 |
* | Merge OpenBSM 1.1 beta 1 from OpenBSM vendor branch to head, both | rwatson | 2009-03-02 | 2 | -9/+10 |
* | Set the lower bound on queue size for an audit pipe to 1 instead of 0, | rwatson | 2009-02-08 | 1 | -2/+2 |
* | Change various routines that are responsible for transforming audit | rwatson | 2009-02-08 | 2 | -8/+8 |
* | Audit AUE_MAC_EXECVE; currently just the standard AUE_EXECVE arguments | rwatson | 2009-02-08 | 1 | -0/+1 |
* | Audit the flag argument to the nfssvc(2) system call. | rwatson | 2009-02-08 | 1 | -2/+8 |
* | Eliminate the local variable 'ape' in audit_pipe_kqread(), as it's only | rwatson | 2009-02-04 | 1 | -5/+0 |
* | Update copyright, P4 version number as audit_bsm_token.c reflects changes | rwatson | 2009-01-14 | 1 | -2/+2 |
* | Merge OpenBSM alpha 5 from OpenBSM vendor branch to head, both | rwatson | 2009-01-14 | 4 | -243/+874 |
* | Do a lockless read of the audit pipe list before grabbing the audit pipe | rwatson | 2009-01-06 | 1 | -0/+4 |
* | In AUDIT_SYSCALL_EXIT(), invoke audit_syscall_exit() only if an audit | rwatson | 2009-01-06 | 1 | -3/+3 |
* | Fix white space botch: use carriage returns rather than tabs. | rwatson | 2008-12-31 | 1 | -1/+2 |
* | Commit two files missed in previous commit: hook up audit_bsm_errno.c | rwatson | 2008-12-31 | 1 | -2/+4 |
* | Call au_errno_to_bsm() on the errno value passed into au_to_return32() | rwatson | 2008-12-31 | 1 | -1/+1 |
* | Merge OpenBSM alpha 4 from OpenBSM vendor branch to head, both | rwatson | 2008-12-31 | 2 | -77/+767 |
* | Merge OpenBSM 1.1 alpha 2 from the OpenBSM vendor branch to head, both | rwatson | 2008-12-02 | 1 | -75/+137 |
* | Partially roll back a revision which changed the error code being returned | csjp | 2008-11-30 | 1 | -1/+1 |
* | Regularize /* FALLTHROUGH */ comments in the BSM event type switch, and | rwatson | 2008-11-25 | 1 | -6/+10 |
* | When repeatedly accessing a thread credential, cache the credential | rwatson | 2008-11-14 | 3 | -42/+48 |
* | The audit queue limit variables are size_t, so use size_t for the audit | rwatson | 2008-11-13 | 2 | -4/+4 |
* | Move audit-internal function definitions for getting and setting audit | rwatson | 2008-11-11 | 2 | -2/+6 |