summaryrefslogtreecommitdiffstats
path: root/sys/security/audit/audit_bsm.c
Commit message (Expand)AuthorAgeFilesLines
* Call au_errno_to_bsm() on the errno value passed into au_to_return32()rwatson2008-12-311-1/+1
* Regularize /* FALLTHROUGH */ comments in the BSM event type switch, andrwatson2008-11-251-6/+10
* Add support for extended header BSM tokens. Currently we use thecsjp2008-11-111-2/+23
* More fully audit fexecve(2) and its arguments.rwatson2008-08-251-0/+7
* If an AUE_SYSCTL_NONADMIN audit event is selected, generate a recordrwatson2008-07-221-0/+1
* Further minor style fixes to audit.rwatson2008-07-221-5/+10
* Remove unneeded \ at the end of a macro.rwatson2008-07-221-1/+1
* Further minor white space tweaks.rwatson2008-07-221-2/+2
* Generally avoid <space><tab> as a white space anomoly.rwatson2008-07-221-7/+7
* Use #define<tab> rather than #define<space>.rwatson2008-07-221-8/+8
* Comment fix.rwatson2008-07-221-1/+1
* Comment typo fix.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
* Rename several audit functions in the global kernel symbol namespace torwatson2008-02-251-2/+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
* Implement AUE_CORE, which adds process core dump support into the kernel.csjp2007-10-261-0/+8
* Use extended process token. The in kernel process auditcsjp2007-10-241-2/+2
* Remove two boot printfs generated by Audit to announce it's presence,rwatson2007-07-011-1/+0
* - Add audit_arg_audinfo_addr() for auditing the arguments for setaudit_addr(2)csjp2007-06-271-2/+35
* Clean up, and sometimes remove, a number of audit-related implementationrwatson2007-06-111-3/+0
* Clean up audit comments--formatting, spelling, etc.rwatson2007-06-011-3/+2
* Fix the handling of IPv6 addresses for subject and process BSM auditcsjp2007-04-131-10/+34
* Add BSM conversion switch entries for a number of system calls, manyrwatson2006-10-031-7/+43
* Rather than allocating all buffer memory for the completed BSM recordrwatson2006-09-201-19/+17
* Make sure that lutimes(2) gets processed and converted into a BSM record.csjp2006-09-181-0/+1
* Add AUE_SYSARCH to the list of audit events during BSM conversion to preventrwatson2006-09-171-0/+1
* Add a BSM conversion switch case for AUE_GETCWD, so that a consolerwatson2006-09-091-0/+3
* Audit the argv and env vectors passed in on exec:wsalamon2006-09-011-1/+14
* Update kernel OpenBSM parts, especially src/sys/bsm, for the OpenBSMrwatson2006-08-261-1/+1
* Audit the remaining parameters to the extattr system calls. Generatewsalamon2006-07-061-0/+59
* When generating BSM tokens for mkfifo(), include mode argument.rwatson2006-06-051-1/+6
* When generating the process token, need to check whether therwatson2006-06-051-14/+11
* Merge OpenBSM 1.0 alpha 6 changes for BSM token creation torwatson2006-06-051-1/+1
* Merge Perforce change 93581 from TrustedBSD audit3 branch:rwatson2006-03-191-134/+152
* Add stub AUE_EACCESS entry.rwatson2006-02-111-0/+1
* Cast pointers to (uintptr_t) before down-casting to (int). This avoidsrwatson2006-02-041-7/+8
* Import kernel audit framework:rwatson2006-02-011-0/+1261
OpenPOWER on IntegriCloud