summaryrefslogtreecommitdiff
path: root/sys/security/audit/audit_arg.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: Use shared vnode locks for auditing vnode arguments.John Baldwin2009-02-171-2/+2
* Merge r184948 from head to stable/7:Robert Watson2009-02-061-7/+9
* Merge r181053 from head to stable/7:Robert Watson2008-08-311-1/+1
* Merge r180703, r180704, r180706, r180708, r180709, r180711, r180712,Robert Watson2008-08-311-4/+4
* Merge r180701 from head to stable/7:Robert Watson2008-08-311-2/+2
* Merge r180699 from head to stable/7:Robert Watson2008-08-311-1/+1
* Merge r178285, r178318, r178319, r178320, r178321, r178322, r178325,Robert Watson2008-08-181-2/+2
* Merge audit.c:1.41, audit_arg.c:1.19, audit_bsm.c:1.26,Robert Watson2008-04-201-2/+3
* Merge audit_arg.c:1.18, audit_bsm.c:1.25, audit_bsm_klib.c:1.10,Robert Watson2008-04-101-1/+1
* - Add audit_arg_audinfo_addr() for auditing the arguments for setaudit_addr(2)Christian S.J. Peron2007-06-271-0/+22
* Clean up, and sometimes remove, a number of audit-related implementationRobert Watson2007-06-111-1/+1
* Move per-process audit state from a pointer in the proc structure toRobert Watson2007-06-071-3/+3
* Clean up audit comments--formatting, spelling, etc.Robert Watson2007-06-011-10/+11
* Fix the handling of IPv6 addresses for subject and process BSM auditChristian S.J. Peron2007-04-131-2/+2
* Update auditing of socket information for the inpcb new world order:Robert Watson2007-02-201-6/+4
* When returning early from audit_arg_file() due to so->so_pcb being NULLRobert Watson2007-01-061-2/+3
* Add a witness sleep warning to canon_path(), which invokes vput() and henceRobert Watson2006-12-291-3/+0
* Change the type of ar_arg_sockaddr from struct sockaddr to structChristian S.J. Peron2006-11-061-2/+1
* Audit the argv and env vectors passed in on exec:Wayne Salamon2006-09-011-0/+42
* Correct a number of problems that were previously commented on:Robert Watson2006-07-031-48/+39
* When generating the process token, need to check whether theRobert Watson2006-06-051-1/+3
* Merge Perforce change 93581 from TrustedBSD audit3 branch:Robert Watson2006-03-191-27/+27
* Fix INVARIANTS build on amd64; (unsigned unsigned long) != u_int64_t.Robert Watson2006-02-031-2/+2
* Import kernel audit framework:Robert Watson2006-02-011-0/+803