| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | 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 |
| * | Remove unit2minor() use from kernel code. | Ed Schouten | 2008-09-26 | 1 | -1/+1 |
| * | Unbreak the build. | Dag-Erling Smørgrav | 2008-09-04 | 1 | -2/+2 |
| * | If the process id specified is invalid, the system call returns ESRCH | Kevin Lo | 2008-09-04 | 1 | -10/+10 |
| * | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | Attilio Rao | 2008-08-28 | 2 | -2/+2 |
| * | More fully audit fexecve(2) and its arguments. | Robert Watson | 2008-08-25 | 1 | -0/+7 |
| * | Use ERANGE instead of EOVERFLOW selected in r182059, this seems more | Robert Watson | 2008-08-24 | 1 | -1/+1 |
| * | Use sbuf_putc instead of sbuf_cat. This makes more sense, since we are | Christian S.J. Peron | 2008-08-24 | 1 | -1/+1 |
| * | When getaudit(2) is unable to fit the terminal IPv6 address into the | Robert Watson | 2008-08-23 | 1 | -1/+1 |
| * | Make sure we check the preselection masks present for all audit pipes. | Christian S.J. Peron | 2008-08-11 | 1 | -1/+2 |
| * | Currently, BSM audit pathname token generation for chrooted or jailed | Christian S.J. Peron | 2008-07-31 | 1 | -55/+93 |
| * | Further synchronization of copyrights, licenses, white space, etc from | Robert Watson | 2008-07-31 | 9 | -11/+10 |
| * | Minor white space tweak. | Robert Watson | 2008-07-23 | 1 | -1/+1 |
| * | If an AUE_SYSCTL_NONADMIN audit event is selected, generate a record | Robert Watson | 2008-07-22 | 1 | -0/+1 |
| * | Further minor style fixes to audit. | Robert Watson | 2008-07-22 | 1 | -5/+10 |
| * | Remove unneeded \ at the end of a macro. | Robert Watson | 2008-07-22 | 1 | -1/+1 |
| * | Further minor white space tweaks. | Robert Watson | 2008-07-22 | 1 | -2/+2 |
| * | Generally avoid <space><tab> as a white space anomoly. | Robert Watson | 2008-07-22 | 5 | -18/+18 |
| * | Use #define<tab> rather than #define<space>. | Robert Watson | 2008-07-22 | 2 | -9/+9 |
| * | Comment fix. | Robert Watson | 2008-07-22 | 1 | -1/+1 |
| * | Comment typo fix. | Robert Watson | 2008-07-22 | 1 | -1/+1 |
| * | Minor white space synchronization to Apple version of security audit. | Robert Watson | 2008-07-22 | 1 | -4/+4 |
| * | In preparation to sync Apple and FreeBSD versions of security audit, | Robert Watson | 2008-07-22 | 9 | -18/+18 |
| * | Use unsigned int when iterating over groupsets in audit_arg_groupset(). | Robert Watson | 2008-07-22 | 1 | -1/+1 |
| * | Don't enforce unique device minor number policy anymore. | Ed Schouten | 2008-06-11 | 1 | -1/+1 |
| * | When the file-system containing the audit log file is running low on | Simon L. B. Nielsen | 2008-06-10 | 1 | -1/+3 |
| * | Add an XXX comment regarding a bug I introduced when modifying the behavior | Robert Watson | 2008-06-03 | 1 | -0/+3 |
| * | Don't use LK_DRAIN before calling VOP_FSYNC() in the two further | Robert Watson | 2008-05-21 | 1 | -2/+2 |
| * | Don't use LK_DRAIN before calling VOP_FSYNC() in the panic case for | Robert Watson | 2008-05-21 | 1 | -1/+1 |
| * | When testing whether to enter the audit argument gathering code, rather | Robert Watson | 2008-05-06 | 1 | -1/+1 |