summaryrefslogtreecommitdiffstats
path: root/sys/security/audit/audit_bsm.c
Commit message (Expand)AuthorAgeFilesLines
* - Implement two new system calls:pjd2013-03-021-0/+15
* Merge Capsicum overhaul:pjd2013-03-021-1/+14
* Remove redundant check.pjd2013-02-171-3/+1
* Implement the zonename token for jailed processes. Ifcsjp2013-01-171-2/+11
* IFp4 @208452:pjd2012-11-301-7/+11
* Provide ability to audit cap_rights_t arguments.jonathan2011-07-181-0/+22
* Add a case to make sure that internal audit records get convertedcsjp2010-05-041-0/+1
* Make sure we convert audit records that were produced as the result of thecsjp2010-01-311-0/+7
* Audit file descriptors passed to fooat(2) system calls, which are usedrwatson2009-07-281-0/+75
* Create audit records for AUE_POSIX_OPENPT, currently w/o arguments.rwatson2009-07-021-0/+1
* Fix comment misthink.rwatson2009-07-021-1/+1
* Clean up a number of aspects of token generation from audit arguments torwatson2009-07-021-69/+55
* For access(2) and eaccess(2), audit the requested access mode.rwatson2009-07-011-2/+9
* When auditing unmount(2), capture FSID arguments as regular text stringsrwatson2009-07-011-0/+8
* Audit the file descriptor number passed to lseek(2).rwatson2009-07-011-1/+1
* udit the 'options' argument to wait4(2).rwatson2009-07-011-0/+4
* Merge OpenBSM 1.1 changes to the FreeBSD 8.x kernel:rwatson2009-04-191-23/+68
* Audit AUE_MAC_EXECVE; currently just the standard AUE_EXECVE argumentsrwatson2009-02-081-0/+1
* Audit the flag argument to the nfssvc(2) system call.rwatson2009-02-081-2/+8
* 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
OpenPOWER on IntegriCloud