| Commit message (Expand) | Author | Age | Files | Lines |
* | Make MAC_EXTERNALIZE() and MAC_INTERNALIZE() simply take the object | rwatson | 2003-10-25 | 5 | -15/+15 |
* | Sort type declarations together. | rwatson | 2003-10-25 | 1 | -6/+1 |
* | mac_Finish break-out of kern_mac.c into parts: | rwatson | 2003-10-22 | 2 | -5512/+10 |
* | Variable cleanup following break-out of kern_mac.c into sys/security/mac: | rwatson | 2003-10-22 | 2 | -32/+20 |
* | Rename error_select() to mac_error_select(), and unstaticize so it | rwatson | 2003-10-22 | 2 | -10/+8 |
* | Remove non-VFS related code from mac_vfs.c. Leave: | rwatson | 2003-10-22 | 1 | -2987/+5 |
* | Remove non-system bits from mac_system.c. Leave: | rwatson | 2003-10-22 | 1 | -3692/+2 |
* | Remove non-credential/process-related bits from mac_process.c. Leave: | rwatson | 2003-10-22 | 1 | -3473/+8 |
* | Remove non-pipe code from mac_pipe.c. Leave: | rwatson | 2003-10-22 | 1 | -3712/+5 |
* | Remove non-network related contents from mac_net.c. Leave: | rwatson | 2003-10-22 | 1 | -3027/+3 |
* | The following shared types/constants/interfaces/... are required | rwatson | 2003-10-22 | 1 | -3761/+75 |
* | Line-break sync to the MAC development branch. | rwatson | 2003-10-21 | 1 | -1/+2 |
* | Use __BEGIN_DECLS and __END_DECLS around userland function prototypes | rwatson | 2003-10-02 | 1 | -0/+2 |
* | If the struct mac copied into the kernel has a negative length, return | rwatson | 2003-09-29 | 8 | -8/+16 |
* | Remove extra tabs indenting MAC library calls; they were there to | rwatson | 2003-08-29 | 1 | -21/+20 |
* | Fix a mac_policy_list reference to be a mac_static_policy_list | rwatson | 2003-08-26 | 8 | -8/+8 |
* | Make the elements argument to mac_prepare() be const. | rwatson | 2003-08-22 | 1 | -1/+1 |
* | Add prototype for new libc function mac_prepare_type(). | rwatson | 2003-08-22 | 1 | -0/+1 |
* | Correct typo introduced during manual merge: hook up the reflect_tcp | rwatson | 2003-08-22 | 1 | -1/+1 |
* | Introduce two new MAC Framework and MAC policy entry points: | rwatson | 2003-08-21 | 10 | -0/+157 |
* | Correct logic for filling out a "new" label during a credential | rwatson | 2003-08-21 | 1 | -7/+29 |
* | Retrofit of mac_test regression and consistency test module for MAC | rwatson | 2003-08-21 | 1 | -1/+379 |
* | Add stub entries for new MAC framework entry points: | rwatson | 2003-08-21 | 1 | -0/+32 |
* | Generally rename things to represent the fact that this is now the | rwatson | 2003-08-21 | 1 | -269/+271 |
* | mac_none is now the null policy, not a stub policy, so remove the | rwatson | 2003-08-21 | 1 | -1031/+5 |
* | Implementations of mpo_check_vnode_deleteextattr() and | rwatson | 2003-08-21 | 3 | -1/+112 |
* | Add mac_check_vnode_deleteextattr() and mac_check_vnode_listextattr(): | rwatson | 2003-08-21 | 10 | -0/+265 |
* | Remove about 40 lines of #ifdef/#endif by using new macros | rwatson | 2003-08-20 | 8 | -560/+248 |
* | Attempt to simplify #ifdef logic for MAC_ALWAYS_LABEL_MBUF. | rwatson | 2003-08-01 | 8 | -224/+144 |
* | Improve consistency with the Biba policy -- rename | rwatson | 2003-07-31 | 1 | -23/+10 |
* | Remove a suser() check in the mac_biba policy: the MAC Framework itself | rwatson | 2003-07-31 | 1 | -19/+0 |
* | Remove trailing whitespace. | rwatson | 2003-07-05 | 4 | -6/+6 |
* | Redesign the externalization APIs from the MAC Framework to | rwatson | 2003-06-23 | 16 | -495/+271 |
* | Forward declare a boatload of structures referenced in the MAC | rwatson | 2003-06-22 | 1 | -0/+12 |
* | Add a f_vnode field to struct file. | phk | 2003-06-22 | 8 | -16/+16 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 8 | -32/+32 |
* | Also implement mpo_copy_mbuf_label() for mac_lomac, or labels may | rwatson | 2003-06-02 | 1 | -0/+1 |
* | Use mac_biba_label_copy() and mac_mls_label_copy() to implement the | rwatson | 2003-06-02 | 2 | -0/+2 |
* | Remove double return() | phk | 2003-05-31 | 1 | -2/+0 |
* | Rewrite Biba and MLS label externalization code to use sbufs instead | rwatson | 2003-05-31 | 2 | -105/+99 |
* | Make sure all character pointers are properly initialized; this was | rwatson | 2003-05-30 | 1 | -4/+5 |
* | Use strsep() in preference to manual string parsing for Biba and MLS | rwatson | 2003-05-29 | 2 | -97/+80 |
* | Rename MAC_MAX_POLICIES to MAC_MAX_SLOTS, since the variables and | rwatson | 2003-05-08 | 8 | -64/+64 |
* | Clean up locking for the MAC Framework: | rwatson | 2003-05-07 | 8 | -624/+1440 |
* | - Acquire the vm_object's lock when performing vm_object_page_clean(). | alc | 2003-04-24 | 8 | -0/+16 |
* | Rather than check for M_PKTHDR and conditionally perform access control, | rwatson | 2003-04-18 | 1 | -4/+3 |
* | Update NAI copyright to 2003, missed in earlier commits and merges. | rwatson | 2003-04-18 | 10 | -10/+10 |
* | Modify mac_test policy to invoke WITNESS_WARN() when a potentially | rwatson | 2003-04-15 | 1 | -0/+29 |
* | Enable the MAC_ALWAYS_LABEL_MBUF flag for the Biba, LOMAC, MLS, and Test | rwatson | 2003-04-15 | 4 | -4/+4 |
* | mac_init_mbuf_tag() accepts malloc flags, not mbuf allocator flags, so | rwatson | 2003-04-15 | 8 | -24/+16 |