summaryrefslogtreecommitdiffstats
path: root/sys/security
Commit message (Expand)AuthorAgeFilesLines
* Remove the NDEVFSINO and NDEVFSOVERFLOW options which no longer exists inphk2006-07-173-3/+0
* Implement mpo_associate_nfsd_label entry point for the BIBA security policy,csjp2006-07-101-0/+13
* Audit the remaining parameters to the extattr system calls. Generatewsalamon2006-07-061-0/+59
* Correct a number of problems that were previously commented on:rwatson2006-07-032-49/+40
* Make the size of the subject32_ex and process32_ex tokens depend onwsalamon2006-06-171-13/+25
* Lock process when copying fields from process structure so as torwatson2006-06-081-3/+2
* Prefer C to C++ comments per style(9).rwatson2006-06-081-1/+1
* Extract pointer value for mnt_stat from vp after the NULL check, notrwatson2006-06-061-1/+2
* Remove use of Giant around vn_open() in audit trail setup.rwatson2006-06-051-15/+10
* 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-052-15/+14
* Consistently use audit_free() to free records, rather thanrwatson2006-06-051-2/+2
* Introduce support for per-audit pipe preselection independent from therwatson2006-06-056-66/+519
* Shorten audit record zone name.rwatson2006-06-051-1/+1
* No longer unconditionally drain the audit record queue if there isrwatson2006-06-051-35/+5
* Pull BSM conversion logic out of audit_record_write(), as well asrwatson2006-06-051-84/+48
* Assert audit mtx in audit_worker_drain().rwatson2006-06-051-11/+30
* Use struct kaudit_queue instead of a hand-crafted queue type forrwatson2006-06-051-1/+1
* Rename audit_cv to audit_worker_cv, as it wakes up the auditrwatson2006-06-053-16/+14
* Merge OpenBSM 1.0 alpha 6 changes for BSM token creation torwatson2006-06-052-69/+35
* Check to see if the rootdir is the same as the current working directory.csjp2006-06-011-3/+11
* Reconstitute struct mac_policy_ops by breaking out individual functionrwatson2006-04-261-296/+575
* Add some new options to mac_bsdestended. We can now match on:dwmalone2006-04-232-35/+210
* Introduce a new MAC entry point for label initialization of the NFS daemon'scsjp2006-04-063-0/+9
* Don't call vn_finished_write() if vn_start_write() failed.tegge2006-03-192-8/+12
* Merge Perforce change 93581 from TrustedBSD audit3 branch:rwatson2006-03-199-526/+541
* Merge Perforce changes 93512, 93514, 93515 from TrustedBSD audit3rwatson2006-03-193-495/+616
* Merge Perforce change 93570 from TrustedBSD audit3 branch:rwatson2006-03-191-0/+10
* Merge Perforce change 93567 from TrustedBSD audit3 branch:rwatson2006-03-191-1/+1
* Merge Perforce change 93568 from TrustedBSD audit3 branch:rwatson2006-03-192-6/+6
* Merge Perforce change 93506 from TrustedBSD audit3 branch:rwatson2006-03-192-2/+98
* Merge perforce 93507:rwatson2006-03-181-2/+2
* Merge perforce change 93199:rwatson2006-03-184-7/+8
* Create a mac_bsdextended_check_vp function that takes a cred, adwmalone2006-03-041-280/+43
* Count drops when the first of two pipe mallocs fails.rwatson2006-03-041-0/+1
* Update src/sys/security/audit for OpenBSM 1.0 alpha 5:rwatson2006-03-043-15/+6
* Eliminate a deadlock when creating snapshots. Blocking vn_start_write() musttegge2006-03-021-0/+3
* Add stub AUE_EACCESS entry.rwatson2006-02-111-0/+1
* Initialize user process audit ID to AU_DEFAUDITID so that init andrwatson2006-02-111-0/+1
* Acquire vnode lock around call to VOP_GETATTR() in audit_record_write().rwatson2006-02-071-0/+2
* Fix queue drop logic when the queue overflows: decrement queue length.rwatson2006-02-071-0/+1
* Add support for audit pipe special devices, which allow user spacerwatson2006-02-063-0/+550
* Manage audit record memory with the slab allocator, turningrwatson2006-02-061-100/+85
* When GC'ing a thread, assert that it has no active audit record.rwatson2006-02-052-0/+11
* Cast pointers to (uintptr_t) before down-casting to (int). This avoidsrwatson2006-02-041-7/+8
* Fix INVARIANTS build on amd64; (unsigned unsigned long) != u_int64_t.rwatson2006-02-031-2/+2
* Remove user.h include in audit.h, it is unneeded, and also can causerwatson2006-02-031-1/+0
* Add new fields to process-related data structures:rwatson2006-02-022-0/+11
* Import kernel audit framework:rwatson2006-02-019-0/+6228
* Fix potential overrun of static stack allocated array which storescsjp2006-01-151-1/+1
OpenPOWER on IntegriCloud