summaryrefslogtreecommitdiffstats
path: root/sys/security/audit/audit.c
Commit message (Expand)AuthorAgeFilesLines
* Implement the zonename token for jailed processes. Ifcsjp2013-01-171-0/+13
* IFp4 @208451:pjd2012-11-301-1/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/netchild2011-02-251-0/+2
* Audit file descriptors passed to fooat(2) system calls, which are usedrwatson2009-07-281-5/+10
* Dynamically allocate the gidset field in audit record.sson2009-06-291-0/+3
* Merge OpenBSM 1.1 changes to the FreeBSD 8.x kernel:rwatson2009-04-191-2/+2
* Add a new thread-private flag, TDP_AUDITREC, to indicate whether orrwatson2009-03-091-2/+11
* When repeatedly accessing a thread credential, cache the credentialrwatson2008-11-141-10/+15
* The audit queue limit variables are size_t, so use size_t for the auditrwatson2008-11-131-2/+2
* Minor style tweaks and change lock name string to use _'s and not spacesrwatson2008-11-111-1/+4
* Add support for extended header BSM tokens. Currently we use thecsjp2008-11-111-0/+43
* Make sure we check the preselection masks present for all audit pipes.csjp2008-08-111-1/+2
* Further synchronization of copyrights, licenses, white space, etc fromrwatson2008-07-311-1/+1
* In preparation to sync Apple and FreeBSD versions of security audit,rwatson2008-07-221-2/+2
* Add an XXX comment regarding a bug I introduced when modifying the behaviorrwatson2008-06-031-0/+3
* Use __FBSDID() for $FreeBSD$ IDs in the audit code.rwatson2008-04-131-2/+3
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-161-1/+1
* 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-1/+1
* Make sure that the termid type is initialized to AU_IPv4 by default.csjp2008-01-281-0/+2
* Explicitly initialize 'ret' to 0'. It lets one to build tmpfs from thewkoszek2007-12-041-0/+2
* Replace use of AU_NULL with 0 when no audit classes are in use; thisrwatson2007-10-291-2/+2
* Implement AUE_CORE, which adds process core dump support into the kernel.csjp2007-10-261-0/+48
* Remove two boot printfs generated by Audit to announce it's presence,rwatson2007-07-011-1/+4
* Spell statistics more correctly in comments.rwatson2007-06-141-1/+1
* Clean up, and sometimes remove, a number of audit-related implementationrwatson2007-06-111-28/+2
* Move per-process audit state from a pointer in the proc structure torwatson2007-06-071-52/+26
* Clean up audit comments--formatting, spelling, etc.rwatson2007-06-011-38/+36
* Remove AUDIT_PRINTF() debugging statements and definition; clean up orrwatson2007-06-011-12/+3
* Remove unused ar_subj_comm field from in-kernel audit record; we neverrwatson2007-05-301-1/+0
* No need to force __inline__ of currecord(), as the compiler will usefullyrwatson2007-05-231-1/+1
* Fix the handling of IPv6 addresses for subject and process BSM auditcsjp2007-04-131-1/+1
* Remove 'MPSAFE' annotations from the comments above most system calls: allrwatson2007-03-041-5/+0
* Update a number of comments:rwatson2006-12-281-4/+4
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+3
* Trim some no longer XXX comments.rwatson2006-10-021-22/+5
* Correct a slight regression which was introduced with the implementation ofcsjp2006-09-171-2/+2
* Small style cleanup.rwatson2006-09-091-3/+2
* Audit the argv and env vectors passed in on exec:wsalamon2006-09-011-0/+8
* Lock process when copying fields from process structure so as torwatson2006-06-081-3/+2
* Consistently use audit_free() to free records, rather thanrwatson2006-06-051-2/+2
* Introduce support for per-audit pipe preselection independent from therwatson2006-06-051-16/+28
* Shorten audit record zone name.rwatson2006-06-051-1/+1
* Rename audit_cv to audit_worker_cv, as it wakes up the auditrwatson2006-06-051-11/+9
* Merge Perforce change 93581 from TrustedBSD audit3 branch:rwatson2006-03-191-34/+34
* Merge Perforce changes 93512, 93514, 93515 from TrustedBSD audit3rwatson2006-03-191-492/+27
* Merge perforce 93507:rwatson2006-03-181-2/+2
* Merge perforce change 93199:rwatson2006-03-181-3/+3
* Update src/sys/security/audit for OpenBSM 1.0 alpha 5:rwatson2006-03-041-0/+1
OpenPOWER on IntegriCloud