| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove D_NEEDGIANT from audit pipes. I'm actually not sure why this was | rwatson | 2009-04-16 | 1 | -1/+1 |
* | Get rid of VSTAT and replace it with VSTAT_PERMS, which is somewhat | trasz | 2009-03-29 | 3 | -6/+6 |
* | - Correct logic in if statement - we want to allocate temporary buffer | pjd | 2009-03-14 | 1 | -1/+3 |
* | Rework MAC Framework synchronization in a number of ways in order to | rwatson | 2009-03-14 | 20 | -327/+410 |
* | Mark the bsdextended rules sysctl as being mpsafe. | csjp | 2009-03-09 | 1 | -2/+2 |
* | Add a new thread-private flag, TDP_AUDITREC, to indicate whether or | rwatson | 2009-03-09 | 3 | -5/+15 |
* | Remove 'uio' argument from MAC Framework and MAC policy entry points for | rwatson | 2009-03-08 | 10 | -36/+21 |
* | Rename 'ucred' argument to mac_socket_check_bind() to 'cred' to match | rwatson | 2009-03-08 | 1 | -3/+3 |
* | Improve the consistency of MAC Framework and MAC policy entry point | rwatson | 2009-03-08 | 9 | -467/+454 |
* | Add static DTrace probes for MAC Framework access control checks and | rwatson | 2009-03-08 | 17 | -14/+660 |
* | Reduce the verbosity of SDT trace points for DTrace by defining several | rwatson | 2009-03-03 | 1 | -12/+3 |
* | Merge OpenBSM 1.1 beta 1 from OpenBSM vendor branch to head, both | rwatson | 2009-03-02 | 2 | -9/+10 |
* | Use vm_map_entry_t instead of explicit struct vm_map_entry *. | kib | 2009-02-24 | 1 | -1/+1 |
* | 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 |
* | Use __FBSDID() for $FreeBSD$ version strings in .c files. | rwatson | 2009-01-24 | 2 | -4/+6 |
* | Begin to add SDT tracing of the MAC Framework: add policy modevent, | rwatson | 2009-01-24 | 1 | -1/+24 |
* | 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 |
* | Rather than having MAC policies explicitly declare what object types | rwatson | 2009-01-10 | 14 | -153/+88 |
* | Use MPC_OBJECT_IP6Q to indicate labeling of struct ip6q rather than | rwatson | 2009-01-10 | 6 | -1/+6 |
* | 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 |
* | Make preparations for resurrecting shared/read locks on vm maps: | alc | 2008-12-22 | 1 | -4/+2 |
* | 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 |
* | MFp4: | bz | 2008-11-29 | 1 | -0/+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 |
* | Minor style tweaks and change lock name string to use _'s and not spaces | rwatson | 2008-11-11 | 1 | -1/+4 |
* | Add support for extended header BSM tokens. Currently we use the | csjp | 2008-11-11 | 6 | -4/+119 |
* | Wrap sx locking of the audit worker sleep lock in macros, update comments. | rwatson | 2008-11-10 | 1 | -24/+31 |
* | Use shared vnode locks for auditing vnode arguments as auditing only | jhb | 2008-11-04 | 1 | -2/+2 |
* | Don't lock the vnode around calls to vn_fullpath(). | jhb | 2008-11-04 | 1 | -16/+3 |
* | Update introductory comment for audit pipes. | rwatson | 2008-11-02 | 1 | -4/+4 |
* | Remove stale comment about filtering in audit pipe ioctl routine: we do | rwatson | 2008-11-02 | 1 | -3/+0 |
* | Add comment for per-pipe stats. | rwatson | 2008-11-01 | 1 | -0/+3 |
* | We only allow a partial read of the first record in an audit pipe | rwatson | 2008-11-01 | 1 | -15/+28 |
* | Allow a single read(2) system call on an audit pipe to retrieve data from | rwatson | 2008-11-01 | 1 | -40/+32 |
* | Since there is no longer the opportunity for record truncation, just | rwatson | 2008-10-31 | 1 | -2/+1 |
* | Historically, /dev/auditpipe has allows only whole records to be read via | rwatson | 2008-10-31 | 1 | -58/+86 |