summaryrefslogtreecommitdiff
path: root/sys/security/audit
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-2412-12/+12
* MFC revision 1.23Christian S.J. Peron2008-02-051-0/+1
* MFC revision 1.13Christian S.J. Peron2007-11-041-0/+1
* Merge audit.c:1.35, audit_bsm_klib.c:1.8 from HEAD to RELENG_7:Robert Watson2007-11-022-4/+4
* MFC revision 1.21, use extended process tokens by defaultChristian S.J. Peron2007-11-011-2/+2
* MFC audit_pipe.c revision 1.12Christian S.J. Peron2007-10-201-2/+2
* Remove two boot printfs generated by Audit to announce it's presence,Robert Watson2007-07-012-2/+4
* - Add audit_arg_audinfo_addr() for auditing the arguments for setaudit_addr(2)Christian S.J. Peron2007-06-275-6/+67
* Add a new MAC framework and policy entry point,Robert Watson2007-06-261-1/+1
* In setaudit_addr(), drop the process lock in error cases.Robert Watson2007-06-151-0/+1
* Spell statistics more correctly in comments.Robert Watson2007-06-141-1/+1
* Close a very narrow race that might cause a trigger allocation to beRobert Watson2007-06-131-7/+6
* Clean up, and sometimes remove, a number of audit-related implementationRobert Watson2007-06-113-32/+3
* Move per-process audit state from a pointer in the proc structure toRobert Watson2007-06-074-162/+133
* Clean up audit comments--formatting, spelling, etc.Robert Watson2007-06-018-74/+70
* Change the VOP_OPEN(), vn_open() vnode operation and d_fdopen() cdev operationKonstantin Belousov2007-06-011-1/+1
* Remove AUDIT_PRINTF() debugging statements and definition; clean up orRobert Watson2007-06-013-55/+10
* Remove unused !AUDIT audit_proc_*() prototypes: unlike in Mac OS X, weRobert Watson2007-05-302-23/+0
* Synchronize white space to congruent user-space code in OpenBSM.Robert Watson2007-05-301-0/+2
* Remove unused ar_subj_comm field from in-kernel audit record; we neverRobert Watson2007-05-302-2/+0
* Consistent white space after .'s in comments.Robert Watson2007-05-301-3/+3
* No need to force __inline__ of currecord(), as the compiler will usefullyRobert Watson2007-05-231-1/+1
* Short name of kernel audit worker thread from "audit_worker" to "audit".Robert Watson2007-05-211-1/+1
* Don't expose #ifdef NOTYET parts to userspace via audit_ioctl.h, justRobert Watson2007-04-291-3/+0
* Allow MAC policy modules to control access to audit configuration systemRobert Watson2007-04-211-0/+44
* Remove $P4$ that snuck into CVS from Perforce.Robert Watson2007-04-171-1/+0
* Merge OpenBSM 1.0 alpha 14 changes to src/sys/security/audit:Robert Watson2007-04-161-13/+184
* Fix the handling of IPv6 addresses for subject and process BSM auditChristian S.J. Peron2007-04-137-33/+104
* Replace custom file descriptor array sleep lock constructed using a mutexRobert Watson2007-04-041-2/+2
* Remove 'MPSAFE' annotations from the comments above most system calls: allRobert Watson2007-03-042-17/+0
* Update auditing of socket information for the inpcb new world order:Robert Watson2007-02-201-6/+4
* When returning early from audit_arg_file() due to so->so_pcb being NULLRobert Watson2007-01-061-2/+3
* Remove two XXX comments that no longer apply.Robert Watson2006-12-291-5/+0
* Use p_cansee() to check that a target process for an audit stateRobert Watson2006-12-291-3/+9
* Add a witness sleep warning to canon_path(), which invokes vput() and henceRobert Watson2006-12-292-3/+3
* Update a number of comments:Robert Watson2006-12-284-23/+22
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-063-13/+16
* Change the type of ar_arg_sockaddr from struct sockaddr to structChristian S.J. Peron2006-11-062-3/+2
* Mark the audit system calls as being un-implemented in jails. Currently we doChristian S.J. Peron2006-10-101-0/+19
* Add BSM conversion switch entries for a number of system calls, manyRobert Watson2006-10-031-7/+43
* Trim some no longer XXX comments.Robert Watson2006-10-021-22/+5
* Audit path argument when changing audit trails.Robert Watson2006-10-021-3/+4
* Rework the way errors are handled with respect to how audit records areRobert Watson2006-09-241-100/+145
* Merge OpenBSM 1.0 alpha 11 changes into src/sys/bsm and src/sys/security;Robert Watson2006-09-211-1/+1
* Rather than allocating all buffer memory for the completed BSM recordRobert Watson2006-09-201-17/+15
* Add missing white space in au_to_exec_{args,env}().Robert Watson2006-09-201-0/+2
* Make sure that lutimes(2) gets processed and converted into a BSM record.Christian S.J. Peron2006-09-181-0/+1
* Correct a slight regression which was introduced with the implementation ofChristian S.J. Peron2006-09-174-5/+20
* Add AUE_SYSARCH to the list of audit events during BSM conversion to preventRobert Watson2006-09-171-0/+1
* Add a BSM conversion switch case for AUE_GETCWD, so that a consoleRobert Watson2006-09-091-0/+3