summaryrefslogtreecommitdiffstats
path: root/sys/security/audit/audit_bsm_klib.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r263458:mjg2014-03-311-0/+1
* MFC 259014: There is no sysctl with the MIB { CTL_KERN, KERN_MAXID }.jhb2013-12-261-1/+0
* Handle cases where capability rights are not provided.pjd2013-09-051-1/+1
* IFp4 @219811:pjd2012-12-011-3/+1
* IFp4 @208451:pjd2012-11-301-6/+23
* Replace sbuf_overflowed() with sbuf_error(), which returns any errormdf2010-09-101-1/+1
* Audit file descriptors passed to fooat(2) system calls, which are usedrwatson2009-07-281-78/+54
* Change various routines that are responsible for transforming auditrwatson2009-02-081-4/+4
* Don't lock the vnode around calls to vn_fullpath().jhb2008-11-041-16/+3
* Protect the event->class lookup database using an rwlock instead of arwatson2008-10-301-8/+15
* Use sbuf_putc instead of sbuf_cat. This makes more sense, since we arecsjp2008-08-241-1/+1
* Currently, BSM audit pathname token generation for chrooted or jailedcsjp2008-07-311-55/+93
* Further synchronization of copyrights, licenses, white space, etc fromrwatson2008-07-311-2/+2
* Minor white space tweak.rwatson2008-07-231-1/+1
* Use #define<tab> rather than #define<space>.rwatson2008-07-221-1/+1
* In preparation to sync Apple and FreeBSD versions of security audit,rwatson2008-07-221-2/+2
* Use __FBSDID() for $FreeBSD$ IDs in the audit code.rwatson2008-04-131-2/+3
* Add audit_prefixes to two more globally visible functions in the Auditrwatson2008-03-011-2/+2
* Rename several audit functions in the global kernel symbol namespace torwatson2008-02-251-4/+4
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-1/+1
* Replace use of AU_NULL with 0 when no audit classes are in use; thisrwatson2007-10-291-2/+2
* Clean up audit comments--formatting, spelling, etc.rwatson2007-06-011-7/+6
* Replace custom file descriptor array sleep lock constructed using a mutexrwatson2007-04-041-2/+2
* Add a witness sleep warning to canon_path(), which invokes vput() and hencerwatson2006-12-291-0/+3
* Introduce support for per-audit pipe preselection independent from therwatson2006-06-051-6/+3
* Check to see if the rootdir is the same as the current working directory.csjp2006-06-011-3/+11
* Merge Perforce change 93581 from TrustedBSD audit3 branch:rwatson2006-03-191-41/+43
* Import kernel audit framework:rwatson2006-02-011-0/+538
OpenPOWER on IntegriCloud