| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix white space botch: use carriage returns rather than tabs. | Robert Watson | 2008-12-31 | 1 | -1/+2 |
| * | Commit two files missed in previous commit: hook up audit_bsm_errno.c | Robert Watson | 2008-12-31 | 1 | -2/+4 |
| * | Call au_errno_to_bsm() on the errno value passed into au_to_return32() | Robert Watson | 2008-12-31 | 1 | -1/+1 |
| * | Merge OpenBSM alpha 4 from OpenBSM vendor branch to head, both | Robert Watson | 2008-12-31 | 2 | -77/+767 |
| * | Make preparations for resurrecting shared/read locks on vm maps: | Alan Cox | 2008-12-22 | 1 | -4/+2 |
| * | Merge OpenBSM 1.1 alpha 2 from the OpenBSM vendor branch to head, both | Robert Watson | 2008-12-02 | 1 | -75/+137 |
| * | Partially roll back a revision which changed the error code being returned | Christian S.J. Peron | 2008-11-30 | 1 | -1/+1 |
| * | MFp4: | Bjoern A. Zeeb | 2008-11-29 | 1 | -0/+1 |
| * | Regularize /* FALLTHROUGH */ comments in the BSM event type switch, and | Robert Watson | 2008-11-25 | 1 | -6/+10 |
| * | When repeatedly accessing a thread credential, cache the credential | Robert Watson | 2008-11-14 | 3 | -42/+48 |
| * | The audit queue limit variables are size_t, so use size_t for the audit | Robert Watson | 2008-11-13 | 2 | -4/+4 |
| * | Move audit-internal function definitions for getting and setting audit | Robert Watson | 2008-11-11 | 2 | -2/+6 |
| * | Minor style tweaks and change lock name string to use _'s and not spaces | Robert Watson | 2008-11-11 | 1 | -1/+4 |
| * | Add support for extended header BSM tokens. Currently we use the | Christian S.J. Peron | 2008-11-11 | 6 | -4/+119 |
| * | Wrap sx locking of the audit worker sleep lock in macros, update comments. | Robert Watson | 2008-11-10 | 1 | -24/+31 |
| * | Use shared vnode locks for auditing vnode arguments as auditing only | John Baldwin | 2008-11-04 | 1 | -2/+2 |
| * | Don't lock the vnode around calls to vn_fullpath(). | John Baldwin | 2008-11-04 | 1 | -16/+3 |
| * | Update introductory comment for audit pipes. | Robert Watson | 2008-11-02 | 1 | -4/+4 |
| * | Remove stale comment about filtering in audit pipe ioctl routine: we do | Robert Watson | 2008-11-02 | 1 | -3/+0 |
| * | Add comment for per-pipe stats. | Robert Watson | 2008-11-01 | 1 | -0/+3 |
| * | We only allow a partial read of the first record in an audit pipe | Robert Watson | 2008-11-01 | 1 | -15/+28 |
| * | Allow a single read(2) system call on an audit pipe to retrieve data from | Robert Watson | 2008-11-01 | 1 | -40/+32 |
| * | Since there is no longer the opportunity for record truncation, just | Robert Watson | 2008-10-31 | 1 | -2/+1 |
| * | Historically, /dev/auditpipe has allows only whole records to be read via | Robert Watson | 2008-10-31 | 1 | -58/+86 |
| * | When we drop an audit record going to and audit pipe because the audit | Robert Watson | 2008-10-30 | 1 | -13/+9 |
| * | Break out single audit_pipe_mtx into two types of locks: a global rwlock | Robert Watson | 2008-10-30 | 1 | -83/+127 |
| * | Protect the event->class lookup database using an rwlock instead of a | Robert Watson | 2008-10-30 | 1 | -8/+15 |
| * | The V* flags passed using an accmode_t to the access() and open() | Robert Watson | 2008-10-30 | 3 | -12/+26 |
| * | Commit part of accmode_t changes that I missed in previous commit. | Edward Tomasz Napierala | 2008-10-28 | 1 | -1/+1 |
| * | Break out strictly credential-related portions of mac_process.c into a | Robert Watson | 2008-10-28 | 2 | -141/+213 |
| * | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | Edward Tomasz Napierala | 2008-10-28 | 10 | -25/+37 |
| * | Rename mac_cred_mmapped_drop_perms(), which revokes access to virtual | Robert Watson | 2008-10-28 | 4 | -20/+18 |
| * | Rename three MAC entry points from _proc_ to _cred_ to reflect the fact | Robert Watson | 2008-10-28 | 9 | -201/+202 |
| * | Extended comment on why we consider a partition relabel request of "0" to | Robert Watson | 2008-10-28 | 1 | -1/+7 |
| * | Rename label_on_label() to partition_check(), which is far more | Robert Watson | 2008-10-28 | 1 | -7/+7 |
| * | Improve alphabetical sort order of stub entry points. | Robert Watson | 2008-10-28 | 1 | -32/+32 |
| * | When the mac_bsdextended policy is unloaded, free rule memory. | Robert Watson | 2008-10-27 | 1 | -0/+5 |
| * | Add TrustedBSD credit to new ugidfw_internal.h file. | Robert Watson | 2008-10-27 | 1 | -0/+2 |
| * | Break mac_bsdextended.c out into multiple .c files, with the base access | Robert Watson | 2008-10-27 | 4 | -1451/+149 |
| * | Copy mac_bsdextended.c to two object-specific files as a prototype for how | Robert Watson | 2008-10-27 | 2 | -0/+1536 |
| * | Implement MAC policy support for IPv6 fragment reassembly queues, | Robert Watson | 2008-10-26 | 5 | -5/+275 |
| * | Add a MAC label, MAC Framework, and MAC policy entry points for IPv6 | Robert Watson | 2008-10-26 | 3 | -3/+129 |
| * | Fix a number of style issues in the MALLOC / FREE commit. I've tried to | Dag-Erling Smørgrav | 2008-10-23 | 1 | -1/+2 |
| * | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav | 2008-10-23 | 2 | -4/+3 |
| * | Add a mac_inpcb_check_visible implementation to all MAC policies | Bjoern A. Zeeb | 2008-10-17 | 7 | -0/+111 |
| * | Add mac_inpcb_check_visible MAC Framework entry point, which is similar | Bjoern A. Zeeb | 2008-10-17 | 3 | -0/+16 |
| * | Use the label from the socket credential rather than the | Bjoern A. Zeeb | 2008-10-17 | 1 | -1/+2 |
| * | Remove unit2minor() use from kernel code. | Ed Schouten | 2008-09-26 | 1 | -1/+1 |
| * | Remove the suser(9) interface from the kernel. It has been replaced from | Attilio Rao | 2008-09-17 | 1 | -8/+24 |
| * | Remove VSVTX, VSGID and VSUID. This should be a no-op, | Edward Tomasz Napierala | 2008-09-10 | 1 | -2/+3 |