| Commit message (Expand) | Author | Age | Files | Lines |
* | Rework the way errors are handled with respect to how audit records are | rwatson | 2006-09-24 | 1 | -100/+145 |
* | Merge OpenBSM 1.0 alpha 11 changes into src/sys/bsm and src/sys/security; | rwatson | 2006-09-21 | 1 | -1/+1 |
* | Remove MAC_DEBUG label counters, which were used to debug leaks and | rwatson | 2006-09-20 | 13 | -161/+0 |
* | Rather than allocating all buffer memory for the completed BSM record | rwatson | 2006-09-20 | 1 | -19/+17 |
* | Add missing white space in au_to_exec_{args,env}(). | rwatson | 2006-09-20 | 1 | -0/+2 |
* | Make sure that lutimes(2) gets processed and converted into a BSM record. | csjp | 2006-09-18 | 1 | -0/+1 |
* | Declare security and security.bsd sysctl hierarchies in sysctl.h along | rwatson | 2006-09-17 | 1 | -1/+0 |
* | Correct a slight regression which was introduced with the implementation of | csjp | 2006-09-17 | 4 | -5/+20 |
* | Add AUE_SYSARCH to the list of audit events during BSM conversion to prevent | rwatson | 2006-09-17 | 1 | -0/+1 |
* | Introduce a new entry point, mac_create_mbuf_from_firewall. This entry point | csjp | 2006-09-12 | 6 | -0/+50 |
* | Add struct msg to the forwarded declared data structures in mac_policy.h. | rwatson | 2006-09-09 | 1 | -0/+1 |
* | Add a BSM conversion switch case for AUE_GETCWD, so that a console | rwatson | 2006-09-09 | 1 | -0/+3 |
* | Small style cleanup. | rwatson | 2006-09-09 | 1 | -3/+2 |
* | White space cleanup, no functional change. | rwatson | 2006-09-04 | 1 | -53/+53 |
* | Audit the argv and env vectors passed in on exec: | wsalamon | 2006-09-01 | 7 | -10/+139 |
* | Fix panic associated with file creation via RPC/NFS when the MLS policy | csjp | 2006-08-26 | 1 | -0/+12 |
* | Allow the user process to query the kernel's notion of a maximum | rwatson | 2006-08-26 | 2 | -0/+6 |
* | Update kernel OpenBSM parts, especially src/sys/bsm, for the OpenBSM | rwatson | 2006-08-26 | 2 | -3/+4 |
* | Remove $P4$ from this file; other then temporarily P4-local work in | rwatson | 2006-08-25 | 1 | -1/+0 |
* | Add kqueue support to audit pipe pseudo-devices. | rwatson | 2006-08-24 | 1 | -0/+84 |
* | Make mpo_associate_nfsd_label() return void, not int, to match | rwatson | 2006-08-06 | 2 | -3/+2 |
* | Remove the NDEVFSINO and NDEVFSOVERFLOW options which no longer exists in | phk | 2006-07-17 | 3 | -3/+0 |
* | Implement mpo_associate_nfsd_label entry point for the BIBA security policy, | csjp | 2006-07-10 | 1 | -0/+13 |
* | Audit the remaining parameters to the extattr system calls. Generate | wsalamon | 2006-07-06 | 1 | -0/+59 |
* | Correct a number of problems that were previously commented on: | rwatson | 2006-07-03 | 2 | -49/+40 |
* | Make the size of the subject32_ex and process32_ex tokens depend on | wsalamon | 2006-06-17 | 1 | -13/+25 |
* | Lock process when copying fields from process structure so as to | rwatson | 2006-06-08 | 1 | -3/+2 |
* | Prefer C to C++ comments per style(9). | rwatson | 2006-06-08 | 1 | -1/+1 |
* | Extract pointer value for mnt_stat from vp after the NULL check, not | rwatson | 2006-06-06 | 1 | -1/+2 |
* | Remove use of Giant around vn_open() in audit trail setup. | rwatson | 2006-06-05 | 1 | -15/+10 |
* | When generating BSM tokens for mkfifo(), include mode argument. | rwatson | 2006-06-05 | 1 | -1/+6 |
* | When generating the process token, need to check whether the | rwatson | 2006-06-05 | 2 | -15/+14 |
* | Consistently use audit_free() to free records, rather than | rwatson | 2006-06-05 | 1 | -2/+2 |
* | Introduce support for per-audit pipe preselection independent from the | rwatson | 2006-06-05 | 6 | -66/+519 |
* | Shorten audit record zone name. | rwatson | 2006-06-05 | 1 | -1/+1 |
* | No longer unconditionally drain the audit record queue if there is | rwatson | 2006-06-05 | 1 | -35/+5 |
* | Pull BSM conversion logic out of audit_record_write(), as well as | rwatson | 2006-06-05 | 1 | -84/+48 |
* | Assert audit mtx in audit_worker_drain(). | rwatson | 2006-06-05 | 1 | -11/+30 |
* | Use struct kaudit_queue instead of a hand-crafted queue type for | rwatson | 2006-06-05 | 1 | -1/+1 |
* | Rename audit_cv to audit_worker_cv, as it wakes up the audit | rwatson | 2006-06-05 | 3 | -16/+14 |
* | Merge OpenBSM 1.0 alpha 6 changes for BSM token creation to | rwatson | 2006-06-05 | 2 | -69/+35 |
* | Check to see if the rootdir is the same as the current working directory. | csjp | 2006-06-01 | 1 | -3/+11 |
* | Reconstitute struct mac_policy_ops by breaking out individual function | rwatson | 2006-04-26 | 1 | -296/+575 |
* | Add some new options to mac_bsdestended. We can now match on: | dwmalone | 2006-04-23 | 2 | -35/+210 |
* | Introduce a new MAC entry point for label initialization of the NFS daemon's | csjp | 2006-04-06 | 3 | -0/+9 |
* | Don't call vn_finished_write() if vn_start_write() failed. | tegge | 2006-03-19 | 2 | -8/+12 |
* | Merge Perforce change 93581 from TrustedBSD audit3 branch: | rwatson | 2006-03-19 | 9 | -526/+541 |
* | Merge Perforce changes 93512, 93514, 93515 from TrustedBSD audit3 | rwatson | 2006-03-19 | 3 | -495/+616 |
* | Merge Perforce change 93570 from TrustedBSD audit3 branch: | rwatson | 2006-03-19 | 1 | -0/+10 |
* | Merge Perforce change 93567 from TrustedBSD audit3 branch: | rwatson | 2006-03-19 | 1 | -1/+1 |