summaryrefslogtreecommitdiffstats
path: root/sys/security/audit
Commit message (Expand)AuthorAgeFilesLines
* Don't enforce unique device minor number policy anymore.ed2008-06-111-1/+1
* When the file-system containing the audit log file is running low onsimon2008-06-101-1/+3
* Add an XXX comment regarding a bug I introduced when modifying the behaviorrwatson2008-06-031-0/+3
* Don't use LK_DRAIN before calling VOP_FSYNC() in the two furtherrwatson2008-05-211-2/+2
* Don't use LK_DRAIN before calling VOP_FSYNC() in the panic case forrwatson2008-05-211-1/+1
* When testing whether to enter the audit argument gathering code, ratherrwatson2008-05-061-1/+1
* Fix include guard spelling.rwatson2008-04-271-1/+1
* Use logic or, not binary or, when deciding whether or not a system callrwatson2008-04-241-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-139-18/+27
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-161-1/+1
* Remove XXX to remind me to check the free space calculation, which to myrwatson2008-03-101-3/+0
* Change auditon(2) so that if somebody supplies an invalid command, itcsjp2008-03-061-0/+3
* Rather than copying out the full audit trigger record, which includesrwatson2008-03-021-1/+1
* Add audit_prefixes to two more globally visible functions in the Auditrwatson2008-03-013-7/+7
* Rename globally exposed symbol send_trigger() to audit_send_trigger().rwatson2008-03-014-6/+7
* Replace somewhat awkward audit trail rotation scheme, which involved therwatson2008-02-271-156/+91
* Rename several audit functions in the global kernel symbol namespace torwatson2008-02-255-11/+11
* Make sure that the termid type is initialized to AU_IPv4 by default.csjp2008-01-281-0/+2
* Fix gratuitous whitespace bugcsjp2008-01-181-1/+2
* Add a case for AUE_LISTEN. This removes the following console error message:csjp2008-01-181-0/+1
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-133-11/+11
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-103-4/+4
* Change "audit_pipe_preselect" to "audit_pipe_presel" to make it printwkoszek2007-12-251-1/+1
* 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-292-4/+4
* Make sure we are incrementing the read count for each audit pipe read.csjp2007-10-271-0/+1
* Implement AUE_CORE, which adds process core dump support into the kernel.csjp2007-10-263-0/+57
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-6/+6
* Use extended process token. The in kernel process auditcsjp2007-10-241-2/+2
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-2/+2
* - Change the wakeup logic associated with having multiple sleeperscsjp2007-10-121-2/+2
* Remove two boot printfs generated by Audit to announce it's presence,rwatson2007-07-012-2/+4
* - Add audit_arg_audinfo_addr() for auditing the arguments for setaudit_addr(2)csjp2007-06-275-6/+67
* Add a new MAC framework and policy entry point,rwatson2007-06-261-1/+1
* In setaudit_addr(), drop the process lock in error cases.rwatson2007-06-151-0/+1
* Spell statistics more correctly in comments.rwatson2007-06-141-1/+1
* Close a very narrow race that might cause a trigger allocation to berwatson2007-06-131-7/+6
* Clean up, and sometimes remove, a number of audit-related implementationrwatson2007-06-113-32/+3
* Move per-process audit state from a pointer in the proc structure torwatson2007-06-074-162/+133
* Clean up audit comments--formatting, spelling, etc.rwatson2007-06-018-74/+70
* Change the VOP_OPEN(), vn_open() vnode operation and d_fdopen() cdev operationkib2007-06-011-1/+1
* Remove AUDIT_PRINTF() debugging statements and definition; clean up orrwatson2007-06-013-55/+10
* Remove unused !AUDIT audit_proc_*() prototypes: unlike in Mac OS X, werwatson2007-05-302-23/+0
* Synchronize white space to congruent user-space code in OpenBSM.rwatson2007-05-301-0/+2
* Remove unused ar_subj_comm field from in-kernel audit record; we neverrwatson2007-05-302-2/+0
* Consistent white space after .'s in comments.rwatson2007-05-301-3/+3
* No need to force __inline__ of currecord(), as the compiler will usefullyrwatson2007-05-231-1/+1
* Short name of kernel audit worker thread from "audit_worker" to "audit".rwatson2007-05-211-1/+1
OpenPOWER on IntegriCloud