| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove two boot printfs generated by Audit to announce it's presence, | rwatson | 2007-07-01 | 2 | -2/+4 |
* | - Add audit_arg_audinfo_addr() for auditing the arguments for setaudit_addr(2) | csjp | 2007-06-27 | 5 | -6/+67 |
* | Add a new MAC framework and policy entry point, | rwatson | 2007-06-26 | 1 | -1/+1 |
* | In setaudit_addr(), drop the process lock in error cases. | rwatson | 2007-06-15 | 1 | -0/+1 |
* | Spell statistics more correctly in comments. | rwatson | 2007-06-14 | 1 | -1/+1 |
* | Close a very narrow race that might cause a trigger allocation to be | rwatson | 2007-06-13 | 1 | -7/+6 |
* | Clean up, and sometimes remove, a number of audit-related implementation | rwatson | 2007-06-11 | 3 | -32/+3 |
* | Move per-process audit state from a pointer in the proc structure to | rwatson | 2007-06-07 | 4 | -162/+133 |
* | Clean up audit comments--formatting, spelling, etc. | rwatson | 2007-06-01 | 8 | -74/+70 |
* | Change the VOP_OPEN(), vn_open() vnode operation and d_fdopen() cdev operation | kib | 2007-06-01 | 1 | -1/+1 |
* | Remove AUDIT_PRINTF() debugging statements and definition; clean up or | rwatson | 2007-06-01 | 3 | -55/+10 |
* | Remove unused !AUDIT audit_proc_*() prototypes: unlike in Mac OS X, we | rwatson | 2007-05-30 | 2 | -23/+0 |
* | Synchronize white space to congruent user-space code in OpenBSM. | rwatson | 2007-05-30 | 1 | -0/+2 |
* | Remove unused ar_subj_comm field from in-kernel audit record; we never | rwatson | 2007-05-30 | 2 | -2/+0 |
* | Consistent white space after .'s in comments. | rwatson | 2007-05-30 | 1 | -3/+3 |
* | No need to force __inline__ of currecord(), as the compiler will usefully | rwatson | 2007-05-23 | 1 | -1/+1 |
* | Short name of kernel audit worker thread from "audit_worker" to "audit". | rwatson | 2007-05-21 | 1 | -1/+1 |
* | Don't expose #ifdef NOTYET parts to userspace via audit_ioctl.h, just | rwatson | 2007-04-29 | 1 | -3/+0 |
* | Allow MAC policy modules to control access to audit configuration system | rwatson | 2007-04-21 | 1 | -0/+44 |
* | Remove $P4$ that snuck into CVS from Perforce. | rwatson | 2007-04-17 | 1 | -1/+0 |
* | Merge OpenBSM 1.0 alpha 14 changes to src/sys/security/audit: | rwatson | 2007-04-16 | 1 | -13/+184 |
* | Fix the handling of IPv6 addresses for subject and process BSM audit | csjp | 2007-04-13 | 7 | -33/+104 |
* | Replace custom file descriptor array sleep lock constructed using a mutex | rwatson | 2007-04-04 | 1 | -2/+2 |
* | Remove 'MPSAFE' annotations from the comments above most system calls: all | rwatson | 2007-03-04 | 2 | -17/+0 |
* | Update auditing of socket information for the inpcb new world order: | rwatson | 2007-02-20 | 1 | -6/+4 |
* | When returning early from audit_arg_file() due to so->so_pcb being NULL | rwatson | 2007-01-06 | 1 | -2/+3 |
* | Remove two XXX comments that no longer apply. | rwatson | 2006-12-29 | 1 | -5/+0 |
* | Use p_cansee() to check that a target process for an audit state | rwatson | 2006-12-29 | 1 | -3/+9 |
* | Add a witness sleep warning to canon_path(), which invokes vput() and hence | rwatson | 2006-12-29 | 2 | -3/+3 |
* | Update a number of comments: | rwatson | 2006-12-28 | 4 | -23/+22 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 3 | -13/+16 |
* | Change the type of ar_arg_sockaddr from struct sockaddr to struct | csjp | 2006-11-06 | 2 | -3/+2 |
* | Mark the audit system calls as being un-implemented in jails. Currently we do | csjp | 2006-10-10 | 1 | -0/+19 |
* | Add BSM conversion switch entries for a number of system calls, many | rwatson | 2006-10-03 | 1 | -7/+43 |
* | Trim some no longer XXX comments. | rwatson | 2006-10-02 | 1 | -22/+5 |
* | Audit path argument when changing audit trails. | rwatson | 2006-10-02 | 1 | -3/+4 |
* | Rework the way errors are handled with respect to how audit records are | rwatson | 2006-09-24 | 1 | -100/+145 |
* | Merge OpenBSM 1.0 alpha 11 changes into src/sys/bsm and src/sys/security; | rwatson | 2006-09-21 | 1 | -1/+1 |
* | Rather than allocating all buffer memory for the completed BSM record | rwatson | 2006-09-20 | 1 | -19/+17 |
* | Add missing white space in au_to_exec_{args,env}(). | rwatson | 2006-09-20 | 1 | -0/+2 |
* | Make sure that lutimes(2) gets processed and converted into a BSM record. | csjp | 2006-09-18 | 1 | -0/+1 |
* | Correct a slight regression which was introduced with the implementation of | csjp | 2006-09-17 | 4 | -5/+20 |
* | Add AUE_SYSARCH to the list of audit events during BSM conversion to prevent | rwatson | 2006-09-17 | 1 | -0/+1 |
* | Add a BSM conversion switch case for AUE_GETCWD, so that a console | rwatson | 2006-09-09 | 1 | -0/+3 |
* | Small style cleanup. | rwatson | 2006-09-09 | 1 | -3/+2 |
* | White space cleanup, no functional change. | rwatson | 2006-09-04 | 1 | -53/+53 |
* | Audit the argv and env vectors passed in on exec: | wsalamon | 2006-09-01 | 7 | -10/+139 |
* | Allow the user process to query the kernel's notion of a maximum | rwatson | 2006-08-26 | 2 | -0/+6 |
* | Update kernel OpenBSM parts, especially src/sys/bsm, for the OpenBSM | rwatson | 2006-08-26 | 2 | -3/+4 |
* | Remove $P4$ from this file; other then temporarily P4-local work in | rwatson | 2006-08-25 | 1 | -1/+0 |