| Commit message (Expand) | Author | Age | Files | Lines |
| * | In preparation for 7.0 privilege cleanup, clean up style: | Robert Watson | 2007-07-05 | 2 | -87/+32 |
| * | Fix a bunch of warnings due to a missing forward declaration of a struct. | Peter Wemm | 2007-07-05 | 1 | -0/+1 |
| * | Remove two boot printfs generated by Audit to announce it's presence, | Robert Watson | 2007-07-01 | 2 | -2/+4 |
| * | - Add audit_arg_audinfo_addr() for auditing the arguments for setaudit_addr(2) | Christian S.J. Peron | 2007-06-27 | 5 | -6/+67 |
| * | Add a new MAC framework and policy entry point, | Robert Watson | 2007-06-26 | 6 | -1/+38 |
| * | In setaudit_addr(), drop the process lock in error cases. | Robert Watson | 2007-06-15 | 1 | -0/+1 |
| * | Spell statistics more correctly in comments. | Robert Watson | 2007-06-14 | 1 | -1/+1 |
| * | Include priv.h to pick up suser(9) definitions, missed in an earlier | Robert Watson | 2007-06-13 | 1 | -0/+1 |
| * | Close a very narrow race that might cause a trigger allocation to be | Robert Watson | 2007-06-13 | 1 | -7/+6 |
| * | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | Robert Watson | 2007-06-12 | 2 | -4/+2 |
| * | Clean up, and sometimes remove, a number of audit-related implementation | Robert Watson | 2007-06-11 | 3 | -32/+3 |
| * | Move per-process audit state from a pointer in the proc structure to | Robert Watson | 2007-06-07 | 4 | -162/+133 |
| * | Commit 14/14 of sched_lock decomposition. | Jeff Roberson | 2007-06-05 | 1 | -2/+2 |
| * | Clean up audit comments--formatting, spelling, etc. | Robert Watson | 2007-06-01 | 8 | -74/+70 |
| * | Change the VOP_OPEN(), vn_open() vnode operation and d_fdopen() cdev operation | Konstantin Belousov | 2007-06-01 | 1 | -1/+1 |
| * | Remove AUDIT_PRINTF() debugging statements and definition; clean up or | Robert Watson | 2007-06-01 | 3 | -55/+10 |
| * | Remove unused !AUDIT audit_proc_*() prototypes: unlike in Mac OS X, we | Robert Watson | 2007-05-30 | 2 | -23/+0 |
| * | Synchronize white space to congruent user-space code in OpenBSM. | Robert Watson | 2007-05-30 | 1 | -0/+2 |
| * | Remove unused ar_subj_comm field from in-kernel audit record; we never | Robert Watson | 2007-05-30 | 2 | -2/+0 |
| * | Consistent white space after .'s in comments. | Robert Watson | 2007-05-30 | 1 | -3/+3 |
| * | No need to force __inline__ of currecord(), as the compiler will usefully | Robert Watson | 2007-05-23 | 1 | -1/+1 |
| * | Short name of kernel audit worker thread from "audit_worker" to "audit". | Robert Watson | 2007-05-21 | 1 | -1/+1 |
| * | Don't expose #ifdef NOTYET parts to userspace via audit_ioctl.h, just | Robert Watson | 2007-04-29 | 1 | -3/+0 |
| * | Rename mac*devfsdirent*() to mac*devfs*() to synchronize with SEDarwin, | Robert Watson | 2007-04-23 | 8 | -51/+49 |
| * | Apply variable name normalization to MAC policies: adopt global conventions | Robert Watson | 2007-04-23 | 10 | -1001/+995 |
| * | Normalize variable naming in the MAC Framework by adopting the normal | Robert Watson | 2007-04-22 | 8 | -395/+384 |
| * | In the MAC Framework implementation, file systems have two per-mountpoint | Robert Watson | 2007-04-22 | 7 | -115/+54 |
| * | Remove MAC Framework access control check entry points made redundant with | Robert Watson | 2007-04-22 | 7 | -183/+387 |
| * | Further MAC test policy cleanup and enhancement: | Robert Watson | 2007-04-22 | 1 | -141/+478 |
| * | Perform overdue clean up mac_test policy: | Robert Watson | 2007-04-22 | 1 | -717/+474 |
| * | Allow MAC policy modules to control access to audit configuration system | Robert Watson | 2007-04-21 | 10 | -8/+446 |
| * | Remove $P4$ that snuck into CVS from Perforce. | Robert Watson | 2007-04-17 | 1 | -1/+0 |
| * | Merge OpenBSM 1.0 alpha 14 changes to src/sys/security/audit: | Robert Watson | 2007-04-16 | 1 | -13/+184 |
| * | Fix the handling of IPv6 addresses for subject and process BSM audit | Christian S.J. Peron | 2007-04-13 | 7 | -33/+104 |
| * | Replace custom file descriptor array sleep lock constructed using a mutex | Robert Watson | 2007-04-04 | 1 | -2/+2 |
| * | Remove 'MPSAFE' annotations from the comments above most system calls: all | Robert Watson | 2007-03-04 | 3 | -47/+0 |
| * | More unnecessary include reduction. | Robert Watson | 2007-02-23 | 7 | -90/+12 |
| * | Remove many unneeded includes, update copyright. | Robert Watson | 2007-02-23 | 1 | -29/+2 |
| * | Remove empty entry point functions (init, destroy, syscall) from | Robert Watson | 2007-02-23 | 2 | -32/+0 |
| * | mac_none sample policy has nothing to enforce, so remove sysctls. | Robert Watson | 2007-02-23 | 1 | -9/+0 |
| * | Update auditing of socket information for the inpcb new world order: | Robert Watson | 2007-02-20 | 1 | -6/+4 |
| * | Move mapping of MBI_APPEND to MBI_WRITE from inside the rule loop in | Robert Watson | 2007-02-20 | 1 | -9/+8 |
| * | Do allow bypass of mac_seeotheruids in jail in order to be consistent | Robert Watson | 2007-02-19 | 1 | -1/+2 |
| * | In mac_biba_check_system_swapoff(), don't extract the object label since | Robert Watson | 2007-02-10 | 1 | -2/+1 |
| * | Print intptr_t values by first casting to intmax_t and then printing with | Robert Watson | 2007-02-06 | 1 | -1/+1 |
| * | Introduce accessor functions mac_label_get() and mac_label_set() to replace | Robert Watson | 2007-02-06 | 9 | -69/+107 |
| * | Continue 7-CURRENT MAC Framework rearrangement and cleanup: | Robert Watson | 2007-02-06 | 21 | -19/+10 |
| * | When returning early from audit_arg_file() due to so->so_pcb being NULL | Robert Watson | 2007-01-06 | 1 | -2/+3 |
| * | Teach the stub policy about some of the more recent entry points that have | Christian S.J. Peron | 2007-01-01 | 1 | -0/+57 |
| * | Remove conditional return of 1. For the MAC_STATIC case at this point in | Christian S.J. Peron | 2007-01-01 | 1 | -3/+0 |