| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make the rmlock(9) interface a bit more like the rwlock(9) interface: | Robert Watson | 2009-05-29 | 1 | -1/+1 |
| * | Convert the MAC Framework from using rwlocks to rmlocks to stabilize | Robert Watson | 2009-05-27 | 2 | -21/+32 |
| * | Rename MAC Framework-internal macros used to invoke policy entry points: | Robert Watson | 2009-05-01 | 18 | -304/+339 |
| * | Rework MAC Framework synchronization in a number of ways in order to | Robert Watson | 2009-03-14 | 20 | -326/+409 |
| * | Remove 'uio' argument from MAC Framework and MAC policy entry points for | Robert Watson | 2009-03-08 | 3 | -10/+8 |
| * | Rename 'ucred' argument to mac_socket_check_bind() to 'cred' to match | Robert Watson | 2009-03-08 | 1 | -3/+3 |
| * | Improve the consistency of MAC Framework and MAC policy entry point | Robert Watson | 2009-03-08 | 6 | -215/+196 |
| * | Add static DTrace probes for MAC Framework access control checks and | Robert Watson | 2009-03-08 | 17 | -14/+660 |
| * | Reduce the verbosity of SDT trace points for DTrace by defining several | Robert Watson | 2009-03-03 | 1 | -12/+3 |
| * | Use vm_map_entry_t instead of explicit struct vm_map_entry *. | Konstantin Belousov | 2009-02-24 | 1 | -1/+1 |
| * | Use __FBSDID() for $FreeBSD$ version strings in .c files. | Robert Watson | 2009-01-24 | 2 | -4/+6 |
| * | Begin to add SDT tracing of the MAC Framework: add policy modevent, | Robert Watson | 2009-01-24 | 1 | -1/+24 |
| * | Rather than having MAC policies explicitly declare what object types | Robert Watson | 2009-01-10 | 3 | -37/+77 |
| * | Use MPC_OBJECT_IP6Q to indicate labeling of struct ip6q rather than | Robert Watson | 2009-01-10 | 1 | -1/+1 |
| * | Make preparations for resurrecting shared/read locks on vm maps: | Alan Cox | 2008-12-22 | 1 | -4/+2 |
| * | 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 | 3 | -8/+12 |
| * | Rename mac_cred_mmapped_drop_perms(), which revokes access to virtual | Robert Watson | 2008-10-28 | 3 | -16/+14 |
| * | Rename three MAC entry points from _proc_ to _cred_ to reflect the fact | Robert Watson | 2008-10-28 | 3 | -43/+43 |
| * | Add a MAC label, MAC Framework, and MAC policy entry points for IPv6 | Robert Watson | 2008-10-26 | 3 | -3/+129 |
| * | Add mac_inpcb_check_visible MAC Framework entry point, which is similar | Bjoern A. Zeeb | 2008-10-17 | 3 | -0/+16 |
| * | Introduce two related changes to the TrustedBSD MAC Framework: | Robert Watson | 2008-08-23 | 16 | -144/+318 |
| * | Rework the lifetime management of the kernel implementation of POSIX | John Baldwin | 2008-06-27 | 3 | -15/+45 |
| * | Remove the posixsem_check_destroy() MAC check. It is semantically identical | John Baldwin | 2008-06-23 | 3 | -14/+0 |
| * | The TrustedBSD MAC Framework named struct ipq instances 'ipq', which is the | Robert Watson | 2008-06-13 | 3 | -26/+25 |
| * | Plug a memory leak which can occur when multiple MAC policies are loaded | Christian S.J. Peron | 2008-05-27 | 1 | -0/+4 |
| * | When propagating a MAC label from an inpcb to an mbuf, allow read and | Robert Watson | 2008-04-19 | 1 | -1/+1 |
| * | Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to | Robert Watson | 2008-04-17 | 1 | -3/+3 |
| * | Make naming of include guards for MAC Framework include files more | Robert Watson | 2008-04-13 | 3 | -9/+9 |
| * | Add the support for the AT_FDCWD and fd-relative name lookups to the | Konstantin Belousov | 2008-03-31 | 1 | -0/+1 |
| * | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | Attilio Rao | 2008-01-13 | 2 | -4/+4 |
| * | vn_lock() is currently only used with the 'curthread' passed as argument. | Attilio Rao | 2008-01-10 | 2 | -4/+4 |
| * | Add a new file descriptor type for IPC shared memory objects and use it to | John Baldwin | 2008-01-08 | 3 | -0/+187 |
| * | Fix a MAC label leak for POSIX semaphores, in which per-policy labels | Robert Watson | 2007-12-17 | 1 | -0/+1 |
| * | Garbage collect mac_mbuf_create_multicast_encap TrustedBSD MAC Framework | Robert Watson | 2007-10-28 | 3 | -22/+0 |
| * | Continue to move from generic network entry points in the TrustedBSD MAC | Robert Watson | 2007-10-28 | 4 | -20/+41 |
| * | Move towards more explicit support for various network protocol stacks | Robert Watson | 2007-10-28 | 7 | -23/+188 |
| * | Update comment following MAC Framework entry point renaming and | Robert Watson | 2007-10-26 | 1 | -1/+6 |
| * | Rename 'mac_mbuf_create_from_firewall' to 'mac_netinet_firewall_send' as | Robert Watson | 2007-10-26 | 4 | -11/+11 |
| * | Sort entry points in mac_framework.h and mac_policy.h alphabetically by | Robert Watson | 2007-10-25 | 2 | -629/+574 |
| * | Normalize TCP syncache-related MAC Framework entry points to match most | Robert Watson | 2007-10-25 | 3 | -20/+20 |
| * | Rename mac_associate_nfsd_label() to mac_proc_associate_nfsd(), and move | Robert Watson | 2007-10-25 | 4 | -19/+19 |
| * | Further MAC Framework cleanup: normalize some local variable names and | Robert Watson | 2007-10-25 | 3 | -21/+22 |
| * | Merge first in a series of TrustedBSD MAC Framework KPI changes | Robert Watson | 2007-10-24 | 16 | -1150/+1193 |
| * | Bump MAC_VERSION to 4 and add an 8.x line in the version table. Version 4 | Robert Watson | 2007-10-23 | 1 | -1/+2 |
| * | Canonicalize naming of local variables for struct ksem and associated | Robert Watson | 2007-10-21 | 3 | -34/+33 |
| * | Rename mac_check_vnode_delete() MAC Framework and MAC Policy entry | Robert Watson | 2007-09-10 | 3 | -21/+21 |
| * | Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which | Robert Watson | 2007-08-06 | 1 | -4/+0 |
| * | Fix a bunch of warnings due to a missing forward declaration of a struct. | Peter Wemm | 2007-07-05 | 1 | -0/+1 |
| * | Add a new MAC framework and policy entry point, | Robert Watson | 2007-06-26 | 3 | -0/+16 |