summaryrefslogtreecommitdiffstats
path: root/sys/security/audit/audit_arg.c
Commit message (Expand)AuthorAgeFilesLines
* - Implement two new system calls:pjd2013-03-021-2/+4
* Merge Capsicum overhaul:pjd2013-03-021-0/+13
* IFp4 @208451:pjd2012-11-301-7/+8
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-11/+0
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-1/+1
* Provide ability to audit cap_rights_t arguments.jonathan2011-07-181-0/+13
* Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamicbrooks2010-01-121-2/+2
* Eliminate ARG_UPATH[12] arguments to AUDIT_ARG_UPATH() and insteadrwatson2009-07-291-22/+23
* Rework vnode argument auditing to follow the same structure, in orderrwatson2009-07-281-30/+36
* Audit file descriptors passed to fooat(2) system calls, which are usedrwatson2009-07-281-0/+26
* Dynamically allocate the gidset field in audit record.sson2009-06-291-0/+7
* When repeatedly accessing a thread credential, cache the credentialrwatson2008-11-141-7/+9
* Use shared vnode locks for auditing vnode arguments as auditing onlyjhb2008-11-041-2/+2
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-1/+1
* Further synchronization of copyrights, licenses, white space, etc fromrwatson2008-07-311-1/+1
* Minor white space synchronization to Apple version of security audit.rwatson2008-07-221-4/+4
* In preparation to sync Apple and FreeBSD versions of security audit,rwatson2008-07-221-2/+2
* Use unsigned int when iterating over groupsets in audit_arg_groupset().rwatson2008-07-221-1/+1
* When auditing state from an IPv4 or IPv6 socket, use read locks on therwatson2008-04-191-2/+2
* Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros torwatson2008-04-171-2/+2
* Use __FBSDID() for $FreeBSD$ IDs in the audit code.rwatson2008-04-131-2/+3
* Rename several audit functions in the global kernel symbol namespace torwatson2008-02-251-1/+1
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-2/+2
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-2/+2
* - Add audit_arg_audinfo_addr() for auditing the arguments for setaudit_addr(2)csjp2007-06-271-0/+22
* Clean up, and sometimes remove, a number of audit-related implementationrwatson2007-06-111-1/+1
* Move per-process audit state from a pointer in the proc structure torwatson2007-06-071-3/+3
* Clean up audit comments--formatting, spelling, etc.rwatson2007-06-011-10/+11
* Fix the handling of IPv6 addresses for subject and process BSM auditcsjp2007-04-131-2/+2
* Update auditing of socket information for the inpcb new world order:rwatson2007-02-201-6/+4
* When returning early from audit_arg_file() due to so->so_pcb being NULLrwatson2007-01-061-2/+3
* Add a witness sleep warning to canon_path(), which invokes vput() and hencerwatson2006-12-291-3/+0
* Change the type of ar_arg_sockaddr from struct sockaddr to structcsjp2006-11-061-2/+1
* Audit the argv and env vectors passed in on exec:wsalamon2006-09-011-0/+42
* Correct a number of problems that were previously commented on:rwatson2006-07-031-48/+39
* When generating the process token, need to check whether therwatson2006-06-051-1/+3
* Merge Perforce change 93581 from TrustedBSD audit3 branch:rwatson2006-03-191-27/+27
* Fix INVARIANTS build on amd64; (unsigned unsigned long) != u_int64_t.rwatson2006-02-031-2/+2
* Import kernel audit framework:rwatson2006-02-011-0/+803
OpenPOWER on IntegriCloud