| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r243719,r243720,r243722,r243723,r243726,r243727,r243746: | Pawel Jakub Dawidek | 2012-12-16 | 1 | -7/+8 |
| * | Second-to-last commit implementing Capsicum capabilities in the FreeBSD | Robert Watson | 2011-08-11 | 1 | -1/+1 |
| * | Provide ability to audit cap_rights_t arguments. | Jonathan Anderson | 2011-07-18 | 1 | -0/+13 |
| * | Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamic | Brooks Davis | 2010-01-12 | 1 | -2/+2 |
| * | Eliminate ARG_UPATH[12] arguments to AUDIT_ARG_UPATH() and instead | Robert Watson | 2009-07-29 | 1 | -22/+23 |
| * | Rework vnode argument auditing to follow the same structure, in order | Robert Watson | 2009-07-28 | 1 | -30/+36 |
| * | Audit file descriptors passed to fooat(2) system calls, which are used | Robert Watson | 2009-07-28 | 1 | -0/+26 |
| * | Dynamically allocate the gidset field in audit record. | Stacey Son | 2009-06-29 | 1 | -0/+7 |
| * | When repeatedly accessing a thread credential, cache the credential | Robert Watson | 2008-11-14 | 1 | -7/+9 |
| * | Use shared vnode locks for auditing vnode arguments as auditing only | John Baldwin | 2008-11-04 | 1 | -2/+2 |
| * | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | Attilio Rao | 2008-08-28 | 1 | -1/+1 |
| * | Further synchronization of copyrights, licenses, white space, etc from | Robert Watson | 2008-07-31 | 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 | 1 | -2/+2 |
| * | Use unsigned int when iterating over groupsets in audit_arg_groupset(). | Robert Watson | 2008-07-22 | 1 | -1/+1 |
| * | When auditing state from an IPv4 or IPv6 socket, use read locks on the | Robert Watson | 2008-04-19 | 1 | -2/+2 |
| * | Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to | Robert Watson | 2008-04-17 | 1 | -2/+2 |
| * | Use __FBSDID() for $FreeBSD$ IDs in the audit code. | Robert Watson | 2008-04-13 | 1 | -2/+3 |
| * | Rename several audit functions in the global kernel symbol namespace to | Robert Watson | 2008-02-25 | 1 | -1/+1 |
| * | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | Attilio Rao | 2008-01-13 | 1 | -2/+2 |
| * | vn_lock() is currently only used with the 'curthread' passed as argument. | Attilio Rao | 2008-01-10 | 1 | -2/+2 |
| * | - Add audit_arg_audinfo_addr() for auditing the arguments for setaudit_addr(2) | Christian S.J. Peron | 2007-06-27 | 1 | -0/+22 |
| * | Clean up, and sometimes remove, a number of audit-related implementation | Robert Watson | 2007-06-11 | 1 | -1/+1 |
| * | Move per-process audit state from a pointer in the proc structure to | Robert Watson | 2007-06-07 | 1 | -3/+3 |
| * | Clean up audit comments--formatting, spelling, etc. | Robert Watson | 2007-06-01 | 1 | -10/+11 |
| * | Fix the handling of IPv6 addresses for subject and process BSM audit | Christian S.J. Peron | 2007-04-13 | 1 | -2/+2 |
| * | 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 |
| * | Add a witness sleep warning to canon_path(), which invokes vput() and hence | Robert Watson | 2006-12-29 | 1 | -3/+0 |
| * | Change the type of ar_arg_sockaddr from struct sockaddr to struct | Christian S.J. Peron | 2006-11-06 | 1 | -2/+1 |
| * | Audit the argv and env vectors passed in on exec: | Wayne Salamon | 2006-09-01 | 1 | -0/+42 |
| * | Correct a number of problems that were previously commented on: | Robert Watson | 2006-07-03 | 1 | -48/+39 |
| * | When generating the process token, need to check whether the | Robert Watson | 2006-06-05 | 1 | -1/+3 |
| * | Merge Perforce change 93581 from TrustedBSD audit3 branch: | Robert Watson | 2006-03-19 | 1 | -27/+27 |
| * | Fix INVARIANTS build on amd64; (unsigned unsigned long) != u_int64_t. | Robert Watson | 2006-02-03 | 1 | -2/+2 |
| * | Import kernel audit framework: | Robert Watson | 2006-02-01 | 1 | -0/+803 |