| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvs | cvs2svn | 2008-02-24 | 12 | -12/+12 |
| * | MFC revision 1.23 | Christian S.J. Peron | 2008-02-05 | 1 | -0/+1 |
| * | MFC revision 1.13 | Christian S.J. Peron | 2007-11-04 | 1 | -0/+1 |
| * | Merge audit.c:1.35, audit_bsm_klib.c:1.8 from HEAD to RELENG_7: | Robert Watson | 2007-11-02 | 2 | -4/+4 |
| * | MFC revision 1.21, use extended process tokens by default | Christian S.J. Peron | 2007-11-01 | 1 | -2/+2 |
| * | MFC audit_pipe.c revision 1.12 | Christian S.J. Peron | 2007-10-20 | 1 | -2/+2 |
| * | 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 | 1 | -1/+1 |
| * | 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 |
| * | Close a very narrow race that might cause a trigger allocation to be | Robert Watson | 2007-06-13 | 1 | -7/+6 |
| * | 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 |
| * | 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 |
| * | Allow MAC policy modules to control access to audit configuration system | Robert Watson | 2007-04-21 | 1 | -0/+44 |
| * | 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 | 2 | -17/+0 |
| * | Update auditing of socket information for the inpcb new world order: | Robert Watson | 2007-02-20 | 1 | -6/+4 |
| * | When returning early from audit_arg_file() due to so->so_pcb being NULL | Robert Watson | 2007-01-06 | 1 | -2/+3 |
| * | Remove two XXX comments that no longer apply. | Robert Watson | 2006-12-29 | 1 | -5/+0 |
| * | Use p_cansee() to check that a target process for an audit state | Robert Watson | 2006-12-29 | 1 | -3/+9 |
| * | Add a witness sleep warning to canon_path(), which invokes vput() and hence | Robert Watson | 2006-12-29 | 2 | -3/+3 |
| * | Update a number of comments: | Robert Watson | 2006-12-28 | 4 | -23/+22 |
| * | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 3 | -13/+16 |
| * | Change the type of ar_arg_sockaddr from struct sockaddr to struct | Christian S.J. Peron | 2006-11-06 | 2 | -3/+2 |
| * | Mark the audit system calls as being un-implemented in jails. Currently we do | Christian S.J. Peron | 2006-10-10 | 1 | -0/+19 |
| * | Add BSM conversion switch entries for a number of system calls, many | Robert Watson | 2006-10-03 | 1 | -7/+43 |
| * | Trim some no longer XXX comments. | Robert Watson | 2006-10-02 | 1 | -22/+5 |
| * | Audit path argument when changing audit trails. | Robert Watson | 2006-10-02 | 1 | -3/+4 |
| * | Rework the way errors are handled with respect to how audit records are | Robert Watson | 2006-09-24 | 1 | -100/+145 |
| * | Merge OpenBSM 1.0 alpha 11 changes into src/sys/bsm and src/sys/security; | Robert Watson | 2006-09-21 | 1 | -1/+1 |
| * | Rather than allocating all buffer memory for the completed BSM record | Robert Watson | 2006-09-20 | 1 | -17/+15 |
| * | Add missing white space in au_to_exec_{args,env}(). | Robert Watson | 2006-09-20 | 1 | -0/+2 |
| * | Make sure that lutimes(2) gets processed and converted into a BSM record. | Christian S.J. Peron | 2006-09-18 | 1 | -0/+1 |
| * | Correct a slight regression which was introduced with the implementation of | Christian S.J. Peron | 2006-09-17 | 4 | -5/+20 |
| * | Add AUE_SYSARCH to the list of audit events during BSM conversion to prevent | Robert Watson | 2006-09-17 | 1 | -0/+1 |
| * | Add a BSM conversion switch case for AUE_GETCWD, so that a console | Robert Watson | 2006-09-09 | 1 | -0/+3 |